Skill System · 12 Claude Code Skills · Model Routingスキルシステム · 12 の Claude Code スキル · モデル割り当て

Say what you want to build. Twelve skills take it from there.作りたいものを一文で。あとは12 のスキルが運ぶ。

superforge is the front desk of a workshop. One sentence in, and it does three things: picks which of twelve skills takes the job, picks a model that matches the difficulty so a bulk rename is never billed like an architecture decision, and makes sure the result lands in a file — so /clear, a model switch, or a week away costs you nothing.superforge は工房の受付です。一文を渡すと、3 つのことをします。12 のスキルのどれが担当するかを決め、難易度に見合ったモデルを割り当て(一括リネームがアーキテクチャ判断と同じ単価にならないように)、結果を必ずファイルに残します。だから /clear も、モデルの切り替えも、一週間の中断も、何も失いません。

Claude Code SkillsClaude Code スキル 12 skills12 スキル Codex · Gemini · Kimi ready対応 MIT

Who takes it, what it runs on, where it gets written down.誰が担当し、何で動かし、どこに書き残すか。

Left alone, every subtask runs on the same expensive model and every decision dies with the conversation. superforge sorts each subtask into one of four tiers before starting and assigns a model to match — including the bottom tier, bulk text work that never touches the repository, which goes to the local gemini CLI and consumes no Anthropic usage at all. Then every skill writes a file under docs/ before it reports back: decide the design and you get docs/design.md, decide the pricing and you get docs/business-model.md.放っておくと、すべてのサブタスクが同じ高価なモデルで走り、決めたことは会話とともに消えます。superforge は開始前に各サブタスクを 4 段階に仕分けし、それぞれにモデルを割り当てます。最下段の「大量テキスト処理」(リポジトリに触れない翻訳・要約・バリエーション生成)はローカルの gemini CLI に回るため、Anthropic の利用量をまったく消費しません。そして各スキルは報告の前に必ず docs/ にファイルを書きます。設計を決めれば docs/design.md、価格を決めれば docs/business-model.md が残ります。

Skillsスキル
12 across think · build · prove · ship12(思考・制作・検証・出荷)
Routing割り当て
Four tiers, one model each4 段階、それぞれにモデル
Output出力
Every run leaves a file in docs/実行ごとに docs/ へ 1 ファイル

The twelve skills12 のスキル

Think考える
brain · biz · brand
An idea that isn't the obvious one, a price with a place to put the paywall, and a name, colour and tone.当たり前でない発想、ペイウォールの置き場所まで決めた価格、そして名前・色・トーン。
Build作る
ui · dev
Interface design with a style guide a human can open and check, then implementation split across agents on fitting models.人が開いて確認できるスタイルガイド付きの UI 設計と、適したモデルのエージェントに分けた実装。
Prove確かめる
test · debug · a11y
Write the test first — Web, iOS, Android — find the cause of a bug instead of patching over it, then run a seven-pass accessibility audit across all 86 WCAG 2.2 criteria.先にテストを書く(Web / iOS / Android)。バグは覆い隠さず、原因を突き止める。そして WCAG 2.2 の全 86 基準を 7 パスで監査する。
Ship出す
roast · verify · handoff
Have the flaws named before users find them, attach evidence to "it's done", and hand off cleanly before clearing a session.ユーザーより先に欠点を名指しし、「完了」に証拠を添え、セッションを消す前にきれいに引き継ぐ。

Judgement costs more than volume. The router knows the difference.判断は量より高くつく。ルーターはその違いを知っている。

Before any agent starts, superforge sorts the subtask into one of four tiers and hands it a model sized to match — so an architecture decision and a bulk rename are never billed the same, and the bottom tier never touches Anthropic usage at all.エージェントが動き出す前に、superforge はサブタスクを 4 段階のどれかに仕分け、見合ったモデルを割り当てます。アーキテクチャ判断と一括リネームが同じ単価になることはなく、最下段は Anthropic の利用量にすら触れません。

A · Judgement判断
Architecture, root cause, review設計・原因究明・レビュー
Opus-class
B · Volume量産
Feature builds, UI, QA機能実装・UI・QA
Sonnet-class
C · Routine定型
Tests, formatting, renamesテスト・整形・リネーム
Haiku-class
D · Bulk text大量テキスト
Translation, summarizing, variants翻訳・要約・バリエーション
Local Gemini CLI · no repo accessローカル Gemini CLI・リポジトリ非接触

Why it mattersなぜ重要か

Twelve skills, one entrance, and nothing lost between sessions.12 のスキル、入口はひとつ。セッションをまたいでも何も失わない

← cross-model-handoff← cross-model-handoff Next: interactive-experience-skills →次へ: interactive-experience-skills →