ソース情報
- リポジトリ
- ansonphong/meta-dev
- ソースの最終更新活動
- 2026年8月21日 10:50
- 検出された SKILL.md の言語
- 英語
- スター
- 3
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/ansonphong/meta-dev --skill command-routerコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
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.
SKILL.md を表示中
| 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.