flow-setup-code-style-ts-strict

Add TypeScript strict-mode code style rules to AGENTS.md.

3|Updated Oct 5, 2025
One-click install
npx skills add https://github.com/korchasa/flow --skill flow-setup-code-style-ts-strict
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: flow-setup-code-style-ts-strict
Source: https://github.com/korchasa/flow/tree/main/framework/skills/flow-setup-code-style-ts-strict
Command: npx skills add https://github.com/korchasa/flow --skill flow-setup-code-style-ts-strict

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adds a dedicated TypeScript strict-mode code style block to AGENTS.md to standardize coding practices across TypeScript projects.

Core Features & Use Cases

  • Injects a comprehensive, multi-section code style guide into AGENTS.md, including General Principles, TypeScript, Testing, File Organization, Documentation, Performance, and Security.
  • Ensures strict mode is activated, promotes explicit typing, consistent documentation, and clean architecture as part of project onboarding.
  • Applies to new TypeScript projects or upgrades, enabling a consistent AGENTS.md workflow across teams.

Quick Start

Insert the TypeScript strict-mode code style block into AGENTS.md after the "Project tooling Stack" section and before the "Architecture" section.

Frequently Asked Questions about flow-setup-code-style-ts-strict

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce TypeScript strict-mode coding standards in AGENTS.md?▼

You add a dedicated TypeScript strict-mode code style block into AGENTS.md after the Project Tooling Stack section, injecting rules for strict mode activation, explicit typing, documentation, and file organization.

What sections are included in a TypeScript strict-mode code style guide for project onboarding?▼

The injected code style guide includes sections for General Principles, TypeScript, Testing, File Organization, Documentation, Performance, and Security to ensure consistent coding practices across TypeScript projects.

Where should I place the TypeScript code style rules in my AGENTS.md file?▼

Place the TypeScript strict-mode code style block in AGENTS.md after the Project Tooling Stack section and before the Architecture section to properly structure project standards during setup.

Does this strict-mode setup work for existing TypeScript project upgrades?▼

Yes, the setup applies to both new TypeScript projects and existing project upgrades, enabling a consistent AGENTS.md workflow across teams by applying strict mode configuration and explicit typing rules.

Why do I need explicit typing and documentation rules in TypeScript strict mode?▼

Explicit typing and documentation rules are needed in TypeScript strict mode to standardize coding practices, ensure thorough documentation, and maintain clean architecture across team onboarding and ongoing project maintenance.