MCP HubMCP Hub
SKILL·32B07C

suede-graph-flo-xr

JasonColapietro
업데이트됨 Yesterday
139
8
139
GitHub에서 보기
메타design

정보

이 스킬은 Graph-of-Thoughts 방식을 사용하여 다중 파일 저장소 변경을 위한 여러 구현 계획을 평가하며, 코드 작성 전에 증거 기반 단일 우승자를 선정합니다. 위험 요소, 충돌 또는 예산 소진 시 자동으로 중단되며, 배포 없이 프로덕션 코드만 읽습니다. 복잡한 구현 옵션들 사이에서 통제된 분석적 선택이 필요할 때 사용하세요.

빠른 설치

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-graph-flo-xr

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서

Suede Graph Flo XR

Use the bundled workflows/suede-graph-flo-xr.js workflow to search competing plans for one multi-file repository change. It makes an evidence-backed selection before any implementation lane mutates the worktree.

Intake and budget gate

Before launch, require all three inputs:

  • Repo — an absolute repository path. Relative paths and ~ fail closed.
  • Scope — the requested multi-file change, including any protected paths or constraints.
  • Budgetlight, standard, or deep.

Also detect and pass optional context when available: deploys (whether the repo has a deploy surface), liveUrl (the read-only production surface), and vault (the external decision/handoff context path). Their absence does not block a non-deploying repository, but do not silently discard known values.

When the user names a model for the workers (workerModel: sonnet, opus, haiku, or fable), pass it — every worker call then runs on that model while orchestration stays on the session model. Omitted, workers inherit the session model silently; if the session sits on an expensive model and the user did not choose it for workers, say so before launch instead of letting the default decide. A run can spend up to 200 worker calls, so an unchosen inherited model is a cost decision nobody made.

If repo or scope is missing, halt. Report the missing input in one line, offer to provide the repo path, describe the desired change, or route a one-file edit to direct implementation, then wait for the user's choice.

State the selected range and projected worst-case calls before launching: light projects and permits 55, standard projects and permits 110, and deep projects and permits 200 total agent calls. Do not infer a budget from scope or silently raise a ceiling. If the user has not chosen one, ask and wait.

Runtime prerequisites

The bundled JavaScript workflow is a Claude Code workflow for macOS. It requires sandbox-exec and the six registered suede-graph-flo-xr-* agent profiles. Install the full suede-skills plugin, the suede-agent-workflows plugin, or use this repository's install.sh, which copies the profiles into ~/.claude/agents.

Claude Workflow exposes no Node process global, so the workflow cannot infer its package namespace. The calling skill must derive it from how this skill was invoked and pass it on every launch. When the invoked name carries a plugin prefix, agentNamespace is that prefix verbatim — suede-skills from the full plugin, suede-agent-workflows from the focused orchestration plugin. A bare invoked name with no prefix, installed by install.sh or copied by hand, takes the empty string. This is runtime context, not a user choice. A missing or unknown value fails before the first agent call.

The workflow also cannot locate its own bundled helper scripts. Pass helperDir: the absolute path of the invoked skill's workflows/helpers directory (for this install, <skill base directory>/workflows/helpers). The clamped Bash commands run these .cjs helpers — the per-spawn clamp cannot verify a rule that is multi-line or longer than roughly 400 characters, so inline node -e payloads are not usable. A missing or whitespace-containing path fails before the first agent call; a missing helper file surfaces as the Scout setup failure. Payload-carrying helper invocations are admitted by pinned prefixes (helper path plus worktree, temp root, or base SHA) rather than exact strings; each helper validates its remaining argv, and the diff attestations — not the clamp — remain the check that what was applied matches the selected bundle.

The selected patch reaches the applier as bounded base64 chunks staged into the run's private temp root, because the clamp verifier cannot parse a command carrying a multi-kilobyte inline payload. Each append carries its offset and an FNV-1a checksum, and --apply verifies total length and payload checksum before decoding, so a mistyped chunk fails fast with a retry instruction instead of producing a corrupt patch.

A skill-folder-only install, a generic skills-CLI install, and the Codex plugin do not by themselves register or execute Claude Workflow agent profiles. In those environments, treat this file as the orchestration contract and route the change to direct implementation; do not claim the bundled workflow ran. To enable it in Claude Code after a manual single-skill copy, also copy this repository's agents/suede-graph-flo-xr-*.md files into ~/.claude/agents and restart Claude Code.

The requested Scout setup command probes /usr/bin/sandbox-exec as its first subprocess, before fetch or worktree creation. If that command is invoked and the probe fails, Scout reports failure before its setup mutation. The returned Scout evidence is still a model attestation, not a host execution receipt. Gate also holds on any later reported sandbox rejection. Never retry an acceptance command outside the sandbox to turn that hold into a pass.

Run the graph search

Invoke:

Workflow({
  scriptPath: "skills/suede-graph-flo-xr/workflows/suede-graph-flo-xr.js",
  args: { repo, scope, agentBudget, agentNamespace, helperDir, workerModel, deploys, liveUrl, vault }
})

The workflow executes these operations in dependency order:

  1. Generate independent implementation plans from the scout and research evidence.
  2. Score each plan for coverage, evidence, feasibility, safety, and efficiency.
  3. KeepBestN deterministically prunes the scored beam.
  4. Refute attacks the surviving plans with evidence-backed objections.
  5. Improve repairs plans whose refutations are not fatal.
  6. Aggregate combines compatible surviving lanes without merging conflicting file ownership.
  7. Select chooses one deterministic winner.

Only the plan selected by Select may mutate files. Rejected, pruned, and unselected thoughts remain evidence only; never build them speculatively.

Boundaries

The workflow halts before the next agent call or entire mutating batch when its budget is exhausted; it does not undo mutations that completed earlier. It halts before any mutation unless an independent read-only verifier confirms a clean, registered origin/main worktree at one direct ${REPO}.worktrees/ship-* child with the same Git common directory and non-symlink candidate files whose realpaths remain inside it. Case-folded or Unicode-normalized path aliases fail closed before graph search. It also halts for a tracked secret, a live target worktree, a protected-WIP collision, a duplicate file owner, an overflowed safety manifest, or no selectable plan. Scout parses NUL-delimited Git porcelain so both sides of renames remain protected, parses lsof -Fn CWD fields with path-component boundaries, and never discards fresh dirty or live claims merely because committed history was cherry-landed. A selected Build or Fix result that is blocked, missing context, reports concerns, fails, or reports no changed path also halts before the next verification stage. On a halt, name the blocker in one line and offer 2–4 applicable resolutions (for example: narrow scope, exempt protected WIP, resolve the collision, choose a higher budget, or provide missing context), and wait. Do not relaunch or mutate while halted.

Reading a search halt

An empty search used to report no safe graph winner however it ended, so an infrastructure flake and a genuine evidence conflict printed the same line. The halt now names which happened, and haltDetail carries the counts behind it:

ReasonWhat it means
every candidate lost its score to an agent failureNo thought in the run was ever scored. Infrastructure, not evidence — rerun.
no candidate reached SelectThe search emptied upstream for some other reason; read graph.dropped.
every finalist lost its score before SelectFinalists existed and were pruned as unscored.
every finalist was pruned before SelectFinalists were pruned for a non-score reason.
every finalist carries a degraded or missing scoreFinalists reached Select without a valid score.
every finalist failed deterministic plan eligibilityReal rejection. haltDetail.eligibilityRejections lists every reason.
no safe graph winnerNone of the above fits — read the graph.

haltDetail.infrastructureDegraded is independent of the reason: both can be true at once. Read the reason for what stopped Select and that flag for what degraded the pool feeding it.

Score calls are read-only and idempotent, so a transport-level death is retried: twice per call, capped run-wide at 5% of the agent ceiling, and refused entirely once the remaining budget falls to the reserved floor (20% of the ceiling). A malformed score is never retried — the schema is enforced at the tool layer, so an invalid score is a judgment to keep, not a connection to redial. Every attempt and every refused retry lands in graph.scoreRetries, and scoreReliability rides out in the result on every run, halted or not: a flake that costs two finalists still degrades a run that goes on to ship.

Claude's registered agent profiles enforce tool separation: local readers have no shell, write, or web tools; public-web readers have no local-file or shell tools; patch authors have no mutation tools; and appliers/verifiers have only Bash plus structured output. Patch authors return unified diffs, one clamped applier applies them, and a separately budget-reserved clamped verifier compares the exact path set and diff digest immediately after every Build or Fix Apply, before any reader or Gate call. Patch validation rejects symlinks, gitlinks, binary patches, renames, copies, and file-type transitions before Apply. Gate runs only allowlisted local validation commands under macOS sandbox-exec, with no network, host reads limited to runtime/system roots, the worktree, its .git common directory derived again inside the exact Gate clamp, and the run's private temp root. The model-reported common directory is never interpolated into sandbox permissions. Writes are limited to known generated artifacts and that private temp root. The allowlist includes bounded project-local checks for Node, Python, Go, Rust, Make, Swift Package Manager, Xcode simulator builds with derived data under the private temp root, and offline Gradle validation. Nested module build roots are derived only from selected files under that module's src tree and are rejected if a symlink or realpath can escape the worktree. A second diff attestation runs after Gate and hashes the binary Git diff plus every reported file's mode, size, and bytes, including untracked additions.

A successfully applied blocker patch is not treated as semantically cleared. The original blocker remains in fixedBlockersPendingVerification. The Gate attempt records its exact command set and reported output, but it cannot prove those commands ran because the Workflow API exposes no trusted required-tool execution receipt. The workflow therefore sets claimedPassed from the agent report, forces passed:false, sets gateVerified:false, and keeps the verdict and handoff status at hold. Only a trusted outer runner with immutable execution receipts can promote that evidence.

These controls have a precise trust boundary. bashCommandClamp constrains a Bash command when an agent invokes it; Claude Workflow does not provide a required-tool-call receipt, so a structured verifier response remains a model attestation rather than cryptographic proof that Bash ran. Likewise, authority, allowedRepo, allowedFiles, and allowedCommands are audit metadata, not filesystem permissions. Local reader tools are separated from web tools but are not path-sandboxed by the Workflow API. Report these facts in any security-sensitive handoff and do not describe the result as host-certified.

Production inspection is read-only. This skill never deploys, publishes, releases, pushes, merges, changes credentials, deletes or reverts protected work, or claims live verification. It does not choose the user's budget or decide that missing scope can be skipped. Its ship verdict is evidence for the user, not authority to perform an external action.

Handoff and completion

Read the workflow's returned runKey, the validated unique ship-<UUID> leaf from its isolated worktree. On a completed run, use the returned handoff markdown. On a post-Scout halt, write a factual halt handoff from the structured result and graph trace without spending another agent call; include any Build or Fix lanes that completed before the halt. If Scout returns an invalid path before runKey validation, report the halt without writing a run-keyed handoff. Otherwise, save it to .suede-graph-flo-xr/${runKey}/handoff.md at the target repo root, then verify it exists:

test -f ".suede-graph-flo-xr/${runKey}/handoff.md"

Report that path, the selected plan if any, gate result, changed files, commands run, and explicit caveats. A completed local graph does not prove a deployment.

Third-party license

The operation graph and thought-state model in workflows/suede-graph-flo-xr.js adapt Graph of Thoughts by ETH Zurich. The complete upstream BSD notice, conditions, disclaimer, and requested citation travel with this skill at LICENSE.graph-of-thoughts-BSD.txt. Keep that file with every source or binary redistribution of the workflow.

Routing

  • High-volume, well-specified, independent worker tasks → a separate private worker-fleet pass.
  • Findings-only review of an existing diff → suede-code-review.
  • CI, required checks, or branch-protection wiring → suede-ci-gate.
  • Copy-only search and publication readiness → suede-ship-copy.
  • From suede-code-review, suede-ci-gate, or suede-ship-copy: route a multi-file implementation-plan search with one selected mutating winner back to suede-graph-flo-xr.

GitHub 저장소

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

자주 묻는 질문

suede-graph-flo-xr Skill이란 무엇인가요?

suede-graph-flo-xr은(는) JasonColapietro이(가) 만든 Claude Skill입니다. Skill은 Claude가 필요할 때 불러오는 지침과 리소스를 묶어 추가 프롬프트 없이 suede-graph-flo-xr 관련 작업을 수행할 수 있게 합니다.

suede-graph-flo-xr은(는) 어떻게 설치하나요?

이 페이지의 설치 명령을 사용하세요. suede-graph-flo-xr을(를) Claude Code 플러그인으로 추가하거나 저장소를 skills 디렉터리에 복제한 다음 Claude를 다시 시작해 Skill을 불러옵니다.

suede-graph-flo-xr은(는) 어떤 카테고리에 속하나요?

suede-graph-flo-xr은(는) 메타 카테고리에 속합니다.

suede-graph-flo-xr은(는) 무료로 사용할 수 있나요?

네. suede-graph-flo-xr은(는) 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을 선택하십시오.

스킬 보기