What problem does it solve? AI coding assistants often ignore project-specific conventions because they lack persistent context about your codebase rules. This Skill guides you through creating AGENTS.md files that encode your tech stack, directory structure, naming conventions, and forbidden patterns so AI agents consistently follow your standards. ## Core Features & Use Cases - Root AGENTS.md Templates: Generate a project-level instruction file covering tech stack, directory structure, naming rules, and forbidden patterns like any types or console.log in production. - Nested Module Conventions: Create scoped AGENTS.md files for subdirectories like src/components or src/api with module-specific rules. - Monorepo Configuration: Define cross-package rules and package maps for monorepos with shared UI and utility packages. - Use Case: You onboard an AI assistant to a Next.js 15 monorepo. Use this Skill to generate a root AGENTS.md plus nested files for components and API routes, so every AI-generated change respects your Tailwind, Zod, and Server Components conventions. ## Quick Start Create an AGENTS.md file for my project that documents the tech stack, directory structure, naming conventions, and forbidden patterns for AI coding assistants.