跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

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.

目的

Generate tailored AI agent instruction files to improve AI coding assistant performance and organization, particularly for VS Code Copilot and monorepos.

功能

  • 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

使用场景

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

非目标

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

工作流

  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.

实践

  • Documentation quality
  • Scope definition
  • Code execution
  • Security best practices

先决条件

  • Node.js
  • AgentRC (installed via npx)

安装

npx skills add github/awesome-copilot

通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。

质量评分

已验证
99 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标32.9k
许可证MIT
状态
查看源代码

类似扩展

Running Claude Code Via Litellm Copilot

100

当通过本地 LiteLLM 代理将 Claude Code 路由到 GitHub Copilot 时使用,以减少直接的 Anthropic 支出,配置 ANTHROPIC_BASE_URL 或 ANTHROPIC_MODEL 覆盖,或对 Copilot 代理设置失败进行故障排除,例如 model-not-found、无 localhost 流量或 GitHub 401/403 身份验证错误。

技能
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.

技能
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.

技能
openai

Context Mode Ops

100

使用并行子代理军队管理 context-mode GitHub 问题、PR、发布和营销。为每个任务编排 10-20 个动态代理。在分类问题、审查 PR、发布版本、撰写 LinkedIn 帖子、宣布发布、修复错误、合并贡献、验证 ENV 变量、测试适配器或同步分支时使用。

技能
mksglu

Fixflow

100

使用严格的交付工作流执行编码任务:构建完整计划、分步实现、持续运行测试,并默认在每一步 (`per_step`) 后提交。当用户要求行为驱动交付或需求不明确时,支持显式提交策略覆盖 (`final_only`, `milestone`) 和可选的 BDD(给定/当/则)。

技能
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.

技能
github