MCP HubMCP Hub
SKILL·6D450B

suede-ship

JasonColapietro
업데이트됨 20 days ago
4 조회
139
8
139
GitHub에서 보기
메타aidesign

정보

`suede-ship`은 병렬 빌드와 적대적 검토를 포함하는 구조화된 파이프라인을 사용하여, 여러 파일에 걸친 복잡하고 연구 중심적인 코드 변경을 조율하는 포괄적인 다중 에이전트 DAG(방향성 비순환 그래프)입니다. 이는 심층 분석이 필요한 중대한 변경을 위해 설계되었으며, 차단 위험이나 충돌이 발생하면 자동으로 중단됩니다. 이 기술은 단순하고 독립적인 작업이나 검토 전용이 아닌, 주요하고 교차적인 저장소 변경에 사용하십시오.

빠른 설치

Claude Code

추천
기본
npx skills add JasonColapietro/suede-creator-skills -a claude-code
플러그인 명령대체
/plugin add https://github.com/JasonColapietro/suede-creator-skills
Git 클론대체
git 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:

  1. Scout — fetch origin, dirty files, worktrees, deploy-time landmines. Manifest only.
  2. 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.
  3. Gaps — a completeness critic names what went unread, then one bounded fill round.
  4. Plan — the lane map, with explicit file ownership. High effort by design.
  5. Build — disjoint lanes, each pipelined straight into its own review.
  6. Refute — adversarial verifiers, refute-by-default, majority kills the finding.
  7. Gate — a real barrier: typecheck, build, and tests on the integrated worktree.
  8. Release — adversarial release verification: config drift, public surface, irreversibility, live baseline.
  9. 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 shipVerdict and gatePassed, then confirmed findings, then crossWorktree overlap (files this work will need rebasing against other branches), then droppedConstraints (what the skeptic rejected) and unread.

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 저장소

JasonColapietro/suede-creator-skills
경로: skills/suede-ship
0
agent-orchestrationagent-skillagent-skillsai-agentsai-codinganthropic
FAQ

자주 묻는 질문

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
메타

이 스킬은 콘텐츠 콜렉션(Content Collections)을 위한 프로덕션 검증된 설정을 제공합니다. 콘텐츠 콜렉션은 Markdown/MDX 파일을 Zod 검증이 포함된 타입 안전한 데이터 콜렉션으로 변환해주는 TypeScript 최우선 도구입니다. 블로그, 문서 사이트 또는 콘텐츠 중심의 Vite + React 애플리케이션을 구축할 때 타입 안전성과 자동 콘텐츠 검증을 보장하기 위해 사용하세요. Vite 플러그인 구성과 MDX 컴파일부터 배포 최적화 및 스키마 검증에 이르기까지 모든 것을 다룹니다.

스킬 보기
polymarket
메타

이 스킬은 개발자들이 Polymarket 예측 시장 플랫폼을 활용한 애플리케이션을 구축할 수 있도록 지원하며, 거래 및 시장 데이터를 위한 API 통합 기능을 포함합니다. 또한 WebSocket을 통한 실시간 데이터 스트리밍을 제공하여 실시간 거래와 시장 활동을 모니터링할 수 있습니다. 이를 통해 거래 전략을 구현하거나 실시간 시장 업데이트를 처리하는 도구를 생성하는 데 활용할 수 있습니다.

스킬 보기
creating-opencode-plugins
메타

이 스킬은 개발자들이 명령어, 파일, LSP 작업 등 25개 이상의 이벤트 유형에 연결되는 OpenCode 플러그인을 만들 수 있도록 돕습니다. JavaScript/TypeScript 모듈을 위한 플러그인 구조, 이벤트 API 명세, 구현 패턴을 제공합니다. OpenCode AI 어시스턴트의 라이프사이클을 사용자 정의 이벤트 기반 로직으로 가로채거나, 모니터링하거나, 확장해야 할 때 사용하세요.

스킬 보기
sglang
메타

SGLang은 RadixAttention 프리픽스 캐싱을 활용하여 JSON, 정규식, 에이전트 워크플로우를 위한 고속 구조화 생성에 특화된 고성능 LLM 서빙 프레임워크입니다. 특히 반복되는 프리픽스가 있는 작업에서 상당히 빠른 추론 속도를 제공하여 복잡한 구조화 출력 및 다중 턴 대화에 이상적입니다. 제약 디코딩이 필요하거나 광범위한 프리픽스 공유가 있는 애플리케이션을 구축할 때는 vLLM과 같은 대안보다 SGLang을 선택하십시오.

스킬 보기