Skill
acreadiness-generate-instructions
Generate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS Code) plus optional per-area .instructions.md files with applyTo globs for monorepos. Use after running /acreadiness-assess to close gaps in the AI Tooling pillar.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
Install command
git clone https://github.com/github/awesome-copilot /tmp/awesome-copilot && ln -s /tmp/awesome-copilot/skills/acreadiness-generate-instructions ~/.claude/skills/acreadiness-generate-instructions
More from this repo
agent-governance
Patterns and techniques for adding governance, safety, and trust controls to AI agent systems.
acquire-codebase-knowledge
Used when the user explicitly asks to map, document, or onboard into an existing codebase.
acreadiness-assess
Used to run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at...