用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ansonphong/meta-dev --skill command-router命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Structured, report-only review across correctness, safety, patterns, coverage, and scope with host-native reviewer routing.
Consult Fable 5 before escalating a judgment call to the human. Use when a long-horizon or autonomous run hits a hard architecture / design / implementation-taste decision it would otherwise stop and ask the human approver about. Fable answers with a recommendation, a confidence score, and a falsifier; a verdict that clears 0.90 AND carries evidence is adopted and logged, anything weaker escalates to the human with Fable's recommendation as the lead option. Safety-class decisions (destructive, deploy, security, money, schema, cross-repo) never route here — they always reach the human.
The shared host-neutral execute→review→fix loop: fresh scoped workers, focused causal verification, durable commits, and one native phase review.
| name | command-router |
| description | Resolve a legacy meta-dev alias when no exact native command skill matches. |
Canonical commands are first-class native skills. Use this router only for a legacy bare alias, an unknown spelling, or a host without the packaged skills. It never copies a procedure.
Find the catalog. It is commands/ two levels up from this file:
<plugin-root>/commands/. Resolve it from this SKILL.md's own path, never
from a guessed cwd. Sanity-check with ls <plugin-root>/commands/ | head.
Map the name. Strip any leading /. Every meta-<name> command has a
bare <name> twin that is a pure redirect — they are one command. Try
<name>.md, then meta-<name>.md. Never deliberate between the pair.
No match → ls the catalog and ask which was meant. Do not improvise a
procedure for a command that does not exist.
Read and adapt. Read
../../references/workflows/command-adapter.md, then read the resolved
command completely and follow both.
Worked example. User types /meta-execute plans/app/00-master-plan.md.
<plugin-root>/commands/.meta-execute → try execute.md (hit; it is the bare twin, a pure redirect) → the real body is meta-execute.md. Read that.First session in a while? Run
bash <plugin-root>/scripts/codex-doctor.sh once. It catches the blocked-network
and stale-plugin-cache failures before they waste a dispatch.
bash <plugin-root>/scripts/planctl.sh <verb>.
Never hand-edit a - [ ] checkbox — the index and the markdown will disagree
and the dashboards will lie. Note exit 1 means partial success; parse flipped.plans/ tree; CODE lives in the child repos. Never cross them.git stash,
rebase, pull, or merge without --ff-only.execute, task-agent, overlord, runbook and dev carry conductor duties —
checkbox flips, session-mode spawns, phase-gate review, dashboards. Running one
as a dispatched worker produces state you cannot reliably maintain. If you are a
worker rather than the session driver, say so and ask for a bounded task instead.