について
`suede-ship`は、並列ビルドと敵対的レビューを含む構造化パイプラインを使用して、複数ファイルにわたる研究集約的な複雑なコード変更を調整するための、包括的なマルチエージェントDAGです。深い分析を必要とする重要な変更向けに設計されており、ブロッキングハザードや競合が発生すると自動的に停止します。このスキルは、大規模で横断的なリポジトリ変更に使用し、単純な独立タスクやレビューのみの目的には使用しないでください。
クイックインストール
Claude Code
推奨npx skills add JasonColapietro/suede-creator-skills -a claude-code/plugin add https://github.com/JasonColapietro/suede-creator-skillsgit clone https://github.com/JasonColapietro/suede-creator-skills.git ~/.claude/skills/suede-shipこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Suede Ship
The canonical Suede DAG. One prompt in, one shipped change out, with about fifty agents in between arranged as a graph rather than a chain.
Invoke the workflow bundled at skills/suede-ship/workflows/suede-ship.js. If
you keep a personal copy, ~/.claude/workflows/suede-ship.js works the same way.
Choose this or the fleet first
suede-ship is the surgical instrument and it is the expensive one. Roughly
fifty agents (about fifty-four when deploys is true), research-heavy and
front-loaded, billed to the Claude limit.
If the job is actually high-volume, well-specified, and splits into independent
worker-sized tasks (content batches, test generation, bulk refactors), say so
and offer suede-codex-fleet instead. That runs
on the OpenAI subscription and costs nothing against the Claude limit. Brute
force beats surgery when the work is genuinely parallel and shallow.
Parse the invocation
The argument is free-form. Extract:
- repo — required. An absolute path. Resolve a bare name against
~/code/<name>. If no repo is named and the cwd is inside a git repo, use that repo's root. - scope — required. What to change, in the user's own words, kept verbatim where possible. Do not compress it into a slogan; the planner decomposes it into lanes and the detail is what makes lanes separable.
- deploys — true if the repo has a
vercel.json, a platform project link, or a known live URL. Check rather than assume. - liveUrl — the production URL if you know it or can read it from
vercel.json,package.json, or the README. Optional; the release verifier discovers it otherwise. - vault — optional absolute path to an external decision store (a synced notes vault, an ADR archive, a handoff directory). Omitted by default. When present, the prior-decisions lens reads it as context, never as source truth.
If scope is missing, ask for it. Do not invent a change to a production repo. This workflow writes code.
State the cost before launching
This is Claude-model fan-out against the weekly limit. Say so in one line before the call, so the spend is a decision rather than a surprise.
Launch
Workflow({
scriptPath: "skills/suede-ship/workflows/suede-ship.js",
args: { repo, scope, deploys, liveUrl, vault }
})
Pass args as a real object. If the harness stringifies it the script recovers,
but an object is correct.
The graph
Nine phases, parallel wherever the edges are not real:
- Scout — fetch origin, dirty files, worktrees, deploy-time landmines. Manifest only.
- Research — multi-modal sweep. Each lens searches a different way and is blind
to the others, because one angle never finds everything. Every claim carries a
file:line, sha, PR, or doc url. - Gaps — a completeness critic names what went unread, then one bounded fill round.
- Plan — the lane map, with explicit file ownership. High effort by design.
- Build — disjoint lanes, each pipelined straight into its own review.
- Refute — adversarial verifiers, refute-by-default, majority kills the finding.
- Gate — a real barrier: typecheck, build, and tests on the integrated worktree.
- Release — adversarial release verification: config drift, public surface, irreversibility, live baseline.
- Handoff — the evidence record: changed files, commands run, verification, caveats.
While it runs
Do not predict results or narrate progress you cannot see. The workflow returns a
notification when it completes; /workflows shows live progress.
When it returns
Report faithfully, including the failure shapes:
halted: true, reason: "blocking hazard at scout"— a real secret in a tracked file, or a live process holding a worktree this run would touch. Name the hazard.halted: true, reason: "lane collision"— the lane map claimed a protected dirty file, gave one file two owners, or hit a file held by a live sibling worktree. Report the collisions. The fix is a re-plan, not a retry.- Completed — lead with
shipVerdictandgatePassed, then confirmed findings, thencrossWorktreeoverlap (files this work will need rebasing against other branches), thendroppedConstraints(what the skeptic rejected) andunread.
Naming what went unread is most of the honesty.
Verdict is advisory
The shipVerdict changes what you report, never what you do. The single exception
is live production exposure the verifier observed independent of this change, such
as a real secret or an unauthenticated 200 that should not exist. That goes to the
user immediately.
Do not claim deployed, verified live, or released. This workflow only reads
production. Those states require a deploy that has not happened.
Iterating
Edit the script and re-invoke with the same scriptPath. Add
resumeFromRunId: "<run id>" to replay unchanged agents from cache. Changing an
agent's prompt or schema re-runs that agent and everything downstream of it.
GitHub リポジトリ
よくある質問
suede-ship Skillとは何ですか?
suede-ship はJasonColapietro が作成した Claude Skillです。Skillは、Claudeが必要に応じて読み込む指示とリソースをまとめ、追加の指示なしで suede-ship に関連するタスクを実行できるようにします。
suede-ship をインストールするには?
このページのインストールコマンドを使用してください。suede-ship をプラグインとして Claude Code に追加するか、リポジトリを skills ディレクトリにクローンし、Claudeを再起動してSkillを読み込みます。
suede-ship はどのカテゴリに属しますか?
suede-ship は メタ カテゴリに属します。
suede-ship は無料で利用できますか?
はい。suede-ship は AIMCP に掲載されており、無料でインストールできます。
関連スキル
このスキルは、Content Collections(Markdown/MDXファイルを型安全なデータコレクションに変換するTypeScriptファーストのツール)の本番環境でテストされた設定を提供します。Zodバリデーションによる型安全性を実現し、ブログ、ドキュメントサイト、コンテンツ重視のVite + Reactアプリケーション構築時にご利用ください。Viteプラグインの設定、MDXコンパイルから、デプロイ最適化、スキーマバリデーションまで、すべてを網羅しています。
このスキルは、開発者がPolymarket予測市場プラットフォームを活用したアプリケーション構築を可能にします。API統合による取引や市場データの取得に加え、WebSocketを介したリアルタイムデータストリーミングにより、ライブ取引や市場活動を監視できます。取引戦略の実装や、ライブ市場更新を処理するツールの作成にご利用ください。
このスキルは、開発者がコマンド、ファイル、LSP操作など25種類以上のイベントタイプにフックするOpenCodeプラグインを作成することを支援します。JavaScript/TypeScriptモジュール向けに、プラグイン構造、イベントAPI仕様、および実装パターンを提供します。カスタムイベント駆動ロジックでOpenCode AIアシスタントのライフサイクルをインターセプト、監視、または拡張する必要がある場合にご利用ください。
SGLangは、高性能なLLMサービングフレームワークであり、RadixAttentionプレフィックスキャッシュを活用したJSON、正規表現、エージェントワークフロー向けの高速で構造化された生成を特長とします。特にプレフィックスが繰り返されるタスクにおいて、大幅に高速な推論を実現し、複雑な構造化出力やマルチターン対話に最適です。制約付きデコードが必要な場合や、広範なプレフィックス共有を伴うアプリケーションを構築する場合は、vLLMなどの代替案ではなくSGLangを選択してください。
