Skip to main content

Acreadiness Generate Instructions

Skill Verified Active

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.

Purpose

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

  1. Determine user intent for generating instruction files.
  2. Select output file, strategy, and scope (areas/globs).
  3. Run AgentRC with `--dry-run` to preview changes.
  4. Confirm changes and execute AgentRC to generate files.
  5. Post-process files for VS Code compatibility if needed.
  6. 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-copilot

Runs 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

Verified
99 /100
Analyzed about 23 hours ago

Trust Signals

Last commit1 day ago
Stars32.9k
LicenseMIT
Status
View Source

Similar Extensions

Running Claude Code Via Litellm Copilot

100

Use 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.

Skill
xixu-me

Suggest Awesome Github Copilot Instructions

93

Suggest 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.

Skill
github

Cli Creator

100

Build 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.

Skill
openai

Context Mode Ops

100

Manage 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.

Skill
mksglu

Fixflow

100

Execute 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.

Skill
majiayu000

Kotlin Mcp Server Generator

100

Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.

Skill
github

© 2025 SkillRepo · Find the right skill, skip the noise.