flowai-setup-agent-code-style-ts-strict

Insert TypeScript strict-mode coding standards into AGENTS.md.

1|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/korchasa/foxcode --skill flowai-setup-agent-code-style-ts-strict
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flowai-setup-agent-code-style-ts-strict
Source: https://github.com/korchasa/foxcode/tree/main/.claude/skills/flowai-setup-agent-code-style-ts-strict
Command: npx skills add https://github.com/korchasa/foxcode --skill flowai-setup-agent-code-style-ts-strict

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the integration of TypeScript strict-mode coding standards into AGENTS.md, ensuring consistent guidelines across projects.

Core Features & Use Cases

  • Injection location: inserts a comprehensive set of TS strict-mode rules directly into AGENTS.md after the "Project tooling Stack" section and before "Architecture".
  • Documentation-focused: promotes TSDoc and clear documentation practices within the code guidelines.
  • Use Case: a team onboarding new TypeScript projects can apply these rules to standardize their development approach.

Quick Start

Open AGENTS.md and install the TS strict-mode rules following the project guidelines.

Frequently Asked Questions about flowai-setup-agent-code-style-ts-strict

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

FAQPage Schema
How do I add TypeScript strict-mode coding standards to AGENTS.md?

You can enforce TypeScript strict-mode standards in AGENTS.md by inserting comprehensive tooling guidance and architecture notes after the Project Tooling Stack section and before the Architecture section.

What are the documentation requirements for TypeScript public APIs in AGENTS.md?

TypeScript public APIs require TSDoc documentation. The injected coding standards mandate clear documentation practices to ensure consistent code guidelines and architecture notes across teams.

How does this approach standardize TypeScript project configuration across teams?

Standardizing TypeScript projects involves injecting strict tsconfig-like guidance and architecture rules directly into AGENTS.md. This ensures all team members follow uniform development practices during onboarding.

Where should TypeScript coding standards be injected in the AGENTS.md file?

TypeScript coding standards are injected into AGENTS.md after the Project Tooling Stack section and before the Architecture section, applying injection location rules to maintain document structure.

Does my TypeScript project need any dependencies to enforce strict-mode in AGENTS.md?

No dependencies are required. The tool applies directly to AGENTS.md in TypeScript projects to enforce strict-mode standards and TSDoc documentation without external packages.

Why should I use AGENTS.md for TypeScript coding standards instead of separate config files?

Using AGENTS.md centralizes TypeScript strict-mode rules, tooling guidance, and architecture notes in a single documentation file, promoting TSDoc and standardizing development approaches across teams.