What problem does it solve? Coding agents often lack the project-specific context they need to work effectively, forcing developers to repeatedly explain setup commands, test workflows, and conventions. This Skill produces a complete AGENTS.md file at the repository root that gives any AI coding agent the technical context it needs. ## Core Features & Use Cases - Structured AGENTS.md Generation: Creates a standards-compliant AGENTS.md following the public guidance at agents.md, covering setup, development workflow, testing, code style, and deployment. - Project Analysis Guidance: Instructs the agent to inspect package.json scripts, Makefiles, CI/CD configs, and documentation to extract accurate, actionable commands. - Monorepo Support: Handles nested AGENTS.md files for monorepos where the closest file takes precedence. - Use Case: After scaffolding a new TypeScript monorepo, run this Skill to produce an AGENTS.md documenting pnpm workspace commands, Vitest test patterns, and PR title conventions so any coding agent can contribute immediately. ## Quick Start Analyze this repository and create a complete AGENTS.md file at the root covering setup, testing, code style, and deployment commands.