What problem does it solve? Coding agents often lack the project-specific context needed to work effectively in a repository, forcing developers to repeatedly explain setup commands, test workflows, and conventions. This Skill creates a standardized AGENTS.md file that gives any AI coding agent the instructions it needs. ## Core Features & Use Cases - Structured AGENTS.md Generation: Produces a complete AGENTS.md following the open agents.md format with sections for setup, testing, code style, and deployment. - Project Analysis Guidance: Walks through analyzing package.json scripts, CI/CD configs, and build files to extract accurate, actionable commands. - Monorepo Support: Covers nested AGENTS.md files for subprojects, where the closest file takes precedence. - Use Case: After scaffolding a new pnpm monorepo, use this Skill to generate a root AGENTS.md so tools like Cursor, Aider, or Gemini CLI immediately know how to install, test, and lint each package. ## Quick Start Analyze this repository and create an AGENTS.md file at the root documenting setup, testing, and build commands.