init-public-rules
Installation
SKILL.md
init-public-rules
Generate AGENTS.md (public agent instructions) in the project root and set up bridge files for agents that cannot natively read it.
AGENTS.md is a tool-neutral standard adopted by over 60,000 open-source projects. Write it once and 30+ agents -- Cursor, GitHub Copilot, Windsurf, Codex CLI, and more -- automatically pick it up. Even for solo developers, AGENTS.md helps agents understand the project more accurately.
Scope
This skill creates a minimal, shallow AGENTS.md with at most four sections:
| Section | Generated when |
|---|---|
# {Name} + 1-3 sentence overview |
Always |
## Project Structure |
User reports non-trivial contract/flow/forbidden zones |
## Code Style |
User reports rules the linter cannot catch |
## Testing |
User reports conventions beyond the runner name |
The following sections are intentionally not generated here. They are
Related skills