一键导入
source-command-claude-md
Ensure every app/module has its own scoped AGENTS.md, then fill each with real local rules.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Ensure every app/module has its own scoped AGENTS.md, then fill each with real local rules.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Domain Engineering diagnostic — shows what the classifier decides for an objective (CMIS/DAS/profile/skills/mode). Observation-only; never mutates or blocks.
Business-driven methodology entry point — classify (intake), create/advance an Operation or Business work context, and drive the intake → operation → nested-workflow flow. Host-neutral; dry-run by default.
Workflow Navigator — shows the current phase, deliverables, and next commands for an ADR-0057 workflow. Read-only; never mutates state.
Start a focused session on one objective — locks scope, blocks opportunistic refactors.
Deterministic QA gate (ADR-0055) — run the project suite; green + complete acceptance criteria ⇒ qa-approve testing cards into conclusion; red ⇒ report (and qa-reject only attributable failures).
L6 — autonomous feature pipeline. Drives the full squad: design → implement → review → test → log. Checkpoints can be manual or automatic.
| 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.