acreadiness-generate-instructions
仓库创建 2025年6月12日最近提交 5 小时前SkillHot 收录 20 天前
▸ 精选理由
一键从评估到生成指令,简化智能代码助手配置流程。
▸ 风险提示
会在仓库写入 .github/copilot-instructions.md 等文件,需谨慎授权。
这个 Skill 做什么
基于 AgentRC 自动生成或刷新仓库与 Copilot 的指令文件。
自动生成或刷新仓库里给 AI 编码助手的指令文件(比如 .github/copilot-instructions.md),还能为 monorepo 生成按区域生效的 .instructions.md。当你用完 /acreadiness-assess 想把 AI 工具链的缺口补上,或者想让 Copilot/其他代理按团队规范工作时就用它。好处是把团队习惯和代码约束写成机器可读的指令,能快速统一和维护 AI 助手行为。
▸ 展开 SKILL.md 英文原文
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.
3.7w
Stars
4.6k
Forks
40
仓库内 Skill
+837
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/awesome-copilot/main/skills/acreadiness-generate-instructions/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/acreadiness-generate-instructions/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# /acreadiness-generate-instructions — write AI agent instructions Use this skill whenever the user wants to **create**, **regenerate**, or **refresh** their custom instructions for AI coding agents (Copilot, Claude, etc.). This is the *Generate* step in AgentRC's **Measure → Generate → Maintain** loop and the single highest-leverage action for the **AI Tooling** pillar. ## Output options VS Code recognises several instruction file types — AgentRC generates the most common ones: | File | Scope | When to use | |---|---|---| | `.github/copilot-instructions.md` | Always-on, whole workspace | **Default** — VS Code Copilot's native instruction file | | `AGENTS.md` | Always-on, whole workspace
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有