بنقرة واحدة
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.