generate-agent-instructions
Installation
SKILL.md
Generate or update AGENTS.md using evidence from the current repository.
Ignore CLAUDE.md entirely if present.
Workflow
- Locate existing
AGENTS.mdand treat it as the base when present. - Inspect the codebase deeply enough to understand:
- Architecture across multiple files (major components, boundaries, data flow, and structural intent).
- Real developer workflows (build, test, lint, run, debug, and release commands).
- Project-specific conventions and non-obvious patterns.
- Integrations, external services, and cross-component communication.
- Extract only discoverable facts from code, config, scripts, and docs.
- Merge intelligently with existing
AGENTS.md: keep still-valid guidance, remove stale guidance, fill important gaps. - Write concise, actionable instructions targeted to future coding agents.