configure-multiagent

configure-multiagent is a skill for Claude Code, Codex from netwaif/multi-agent-starter. It costs 118 tokens per session (1,061 once invoked), scanned A, original, MIT.

A setup tool for creating a file-based system where several coding agents coordinate work in a folder. It supports different coordinator and worker arrangements.

In plain words
What is it for?
Use it to scaffold or install a multi-agent coding system, choose an orchestration setup, and create the required files in a specific folder.
Why use it?
It removes the need to build the coordination folder structure and rules by hand. It also checks whether the generated setup passes validation.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the multi-agent-starter plugin — 1 skill shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/netwaif/multi-agent-starter/configure-multiagent
Any agent
npx skills add netwaif/multi-agent-starter --skill configure-multiagent
Clone the repo
git clone --depth 1 https://github.com/netwaif/multi-agent-starter

Made for: Claude Code, Codex.

Or install multi-agent-starter, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for configure-multiagent

README.md
[![agentmods](https://agentmods.dev/badge/skills/netwaif/multi-agent-starter/configure-multiagent.svg)](https://agentmods.dev/skills/netwaif/multi-agent-starter/configure-multiagent)
Your own site
<a href="https://agentmods.dev/skills/netwaif/multi-agent-starter/configure-multiagent"><img src="https://agentmods.dev/badge/skills/netwaif/multi-agent-starter/configure-multiagent.svg" alt="Measured on agentmods" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,061 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00118 $0.01061
Opus 5 $0.00059 $0.00531
Sonnet 5 $0.00024 $0.00212
Haiku 4.5 $0.00012 $0.00106

Measured 5d ago against content hash ccb18664b9ea, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

configure-multiagent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 12 executable files (generator/build_zip.py, generator/init.py, generator/knot-vault/scripts/drain.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/multi-agent-starter/skills/configure-multiagent/SKILL.md · 38 lines

How it starts

The opening of the file, as written. The whole thing — 38 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Configure MultiAgent System

이 스킬은 file-as-memory 멀티에이전트 오케스트레이션 시스템을 대상 폴더에 생성한다. 직접 파일을 손으로 쓰지 말 것 — 반드시 이 스킬 폴더에 함께 들어있는 결정적 생성기 generator/init.py를 실행한다 (불변식·일관성 보장).

절차

  1. flavor 확인 — 사용자에게 묻는다(또는 현재 호스트로 제안):
    • claude — Claude Code 오케스트레이터 (워커: claude-main / codex-main / codex-critic / gemini)
    • codex — Codex 오케스트레이터 (워커: codex-main / claude-critic / gemini)
    • antigravity — Antigravity 오케스트레이터 (Gemini 3.1 Pro High; 워커: claude-main / codex-main / codex-critic, 멀티모달은 오케스트레이터 직접)
  2. 대상 폴더 확인 — 어디에 설치할지 묻는다. (상위 폴더 오인 주의 — 정확한 경로를 확인받는다.)
  3. 생성기 위치generator/이 SKILL.md와 같은 폴더 안에 있다(스킬 자기완결). 호스트별 분기 불필요 — 이 스킬 폴더 기준 ./generator/init.py. (Claude는 $CLAUDE_PLUGIN_ROOT/skills/configure-multiagent/generator/init.py로 해석됨.)
  4. 실행 — 확인 후 (이 스킬 폴더의 generator 경로로):
    python3 "<이 스킬 폴더>/generator/init.py" --flavor <claude|codex|antigravity> --target "<대상폴더>" --yes
    
    대화형으로 진행하려면 인자 없이 실행하면 메뉴가 뜬다.
  5. 결과 보고init.py가 끝에 validate.py를 자동 실행한다. 그 PASS/FAIL을 그대로 사용자에게 보고한다. FAIL이 하나라도 있으면 "완료"라고 말하지 말 것.
  6. knot·요금가드 안내(선택) — 사용자가 knot 지식 vault나 goal 요금가드를 찾으면 알린다: 두 구성의 설치는 v3.0.0부터 loadout 카탈로그(https://github.com/netwaif/loadout) 담당이다("CLAUDE.md 구성 골라 담아줘"). knot 능동 스킬(save/ingest/query/lint)은 v3.1.0부터 knot 자체 플러그인이 배포한다(마켓플레이스에 netwaif/knot 추가). 가드 배선 자산(claude Stop 훅·codex 워처)도 v3.2.0부터 loadout guard 품목이 전부 제공한다(codex는 --flavor codex).

동작 보장

  • 결정적: 번들 템플릿을 그대로 복사. 모델이 시스템 파일을 창작하지 않는다.
  • 안전: 대상에 기존 tasks/·_local/ 사용자 데이터가 있으면 보존(update 모드). 기존 지침파일(CLAUDE.md/AGENTS.md)은 덮어쓰기 전 .multiagent-bak으로 백업하고, loadout store 조각 블록(<!-- store:*:start/end -->)은 새 지침파일 끝에 재부착한다.
  • 쓰기 권한: 파일 생성이므로 쓰기 권한이 필요하다. Codex에서는 workspace-write + 승인이 필요할 수 있다 — 막히면 사용자에게 권한을 안내한다.

Do NOT

  • 시스템 파일(CLAUDE.md/AGENTS.md, _shared/*, _templates/*)을 직접 작성·수정하지 말 것. 항상 init.py로 생성.
  • 플러그인 자신의 폴더나 generator/templates/(이 스킬 폴더 안) 안에 설치하지 말 것 (init.py가 막지만 시도도 금지).
  • validate FAIL을 숨기거나 "대충 됐다"고 보고하지 말 것.

Read the full file on GitHub · 38 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 38 lines · 118 tokens per session scan A ccb18664b9ea

Subscribe to this mod's changes

configure-multiagent is a skill published in the GitHub repository netwaif/multi-agent-starter (102 stars, last pushed 1mo ago), licensed MIT. It adds 118 tokens to every session and 1,061 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens