用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Maestra-Tech/ContextDevKit --skill source-command-claude-md命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Generate, validate, and explicitly accept a canonical ContextDevKit ADR.
Open a multi-agent deliberation — a council of specialist voices debate a hard question with tiered research, a synthesizer converges, the result feeds an ADR. (ADR-0035 / ADR-0070)
Start a mutation-focused session on one objective and keep its scope bounded.
正在显示 SKILL.md
| name | source-command-claude-md |
| description | Ensure every app/module has its own scoped AGENTS.md, then fill each with real local rules. |
Use this skill when the user asks to run the migrated source command claude-md.
Like a well-run monorepo (root AGENTS.md + apps/api/AGENTS.md +
apps/web/AGENTS.md …), each app / independent module should carry its own
scoped AGENTS.md. Codex loads the closest one, so local rules live next to
the code — clearer, more accurate guidance per area.
Detect module roots:
node contextkit/tools/scripts/claude-md.mjs find --host codex
It finds split dirs (backend/, frontend/, api/, web/, mobile/, …) and
monorepo group children (apps/*, packages/*, modules/*, services/*) that
look independently buildable, and shows which lack a AGENTS.md.
Scaffold the missing ones (stubs, won't overwrite):
node contextkit/tools/scripts/claude-md.mjs scaffold --host codex
Fill each one with real, local content (this is the important part — don't
leave the TODOs). For every scoped AGENTS.md, read that module and write:
Run on $ARGUMENTS (default: do find, then offer scaffold + fill). For a
single-package project with no sub-modules, the root AGENTS.md is enough — say so.