Acreadiness Generate Instructions
Skill Verified ActiveGenerate 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.
Generate tailored AI agent instruction files to improve AI coding assistant performance and organization, particularly for VS Code Copilot and monorepos.
Features
- Generate .github/copilot-instructions.md and AGENTS.md
- Produce per-area .instructions.md files with applyTo globs
- Support flat and nested output strategies
- Integrate with monorepo structures via agentrc.config.json
- Provide `--dry-run` preview of generated files
Use Cases
- When needing to create or refresh AI coding assistant instructions for a project.
- For monorepos requiring area-specific AI rules.
- To improve the AI Tooling pillar score in the AgentRC assessment loop.
- When setting up VS Code Copilot for the first time or reconfiguring it.
Non-Goals
- Directly modifying project code or structure beyond generating instruction files.
- Providing AI models or the AgentRC tool itself; it assumes they are available.
- Managing AI agent behavior outside of instruction file configuration.
Workflow
- Determine user intent for generating instruction files.
- Select output file, strategy, and scope (areas/globs).
- Run AgentRC with `--dry-run` to preview changes.
- Confirm changes and execute AgentRC to generate files.
- Post-process files for VS Code compatibility if needed.
- Present synopsis and suggest next steps.
Practices
- Documentation quality
- Scope definition
- Code execution
- Security best practices
Prerequisites
- Node.js
- AgentRC (installed via npx)
Installation
npx skills add github/awesome-copilotRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedSimilar Extensions
Running Claude Code Via Litellm Copilot
100Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.
Suggest Awesome Github Copilot Instructions
93Suggest relevant GitHub Copilot instruction files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing instructions in this repository, and identifying outdated instructions that need updates.
Cli Creator
100Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.
Context Mode Ops
100Manage context-mode GitHub issues, PRs, releases, and marketing with parallel subagent army. Orchestrates 10-20 dynamic agents per task. Use when triaging issues, reviewing PRs, releasing versions, writing LinkedIn posts, announcing releases, fixing bugs, merging contributions, validating ENV vars, testing adapters, or syncing branches.
Fixflow
100Execute coding tasks with a strict delivery workflow: build a full plan, implement one step at a time, run tests continuously, and commit by default after each step (`per_step`). Support explicit commit policy overrides (`final_only`, `milestone`) and optional BDD (Given/When/Then) when users ask for behavior-driven delivery or requirements are unclear.
Kotlin Mcp Server Generator
100Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.