name: agent-instructions-generator description: Generate baseline CLAUDE.md and AGENTS.md instruction files for a project. Use when a repo is missing instruction files or needs standardized agent guidance.
Agent Instructions Generator
What this skill does
- Creates
CLAUDE.mdandAGENTS.mdfrom templates. - Enforces a reference-first rule pointing agents to
resource/.
How to run
From repo root:
./scripts/generate-agent-instructions.sh
For a different project and name:
./scripts/generate-agent-instructions.sh /path/to/project ProjectName
Overwrite existing files:
./scripts/generate-agent-instructions.sh /path/to/project ProjectName --force