What problem does it solve?
This Skill creates or updates a repository-specific AGENTS.md file so AI coding agents can onboard quickly without guessing project structure, commands, conventions, or review tripwires.
Core Features & Use Cases
- Repository Inspection: Reads manifests, README files, lint and test configuration, CI workflows, directory layout, and recent git history to ground every guideline in the actual repo.
- Create or Update Flow: Generates a new AGENTS.md when none exists, or performs a surgical update when one is already present, preserving accurate content and fixing only stale sections.
- Scope-Aware Output: Produces either a repo-level onboarding guide or a directory-level guide that captures local file patterns, naming rules, test placement, and unit-specific constraints.
- Use Case: Use it when you want a compact contributor guide for future coding agents that lists the right commands first, points to canonical files, and avoids generic advice.
Quick Start
Ask the agent to create AGENTS.md for the current repository or for a specific subdirectory so it can inspect the codebase and write a concise Repository Guidelines document.