mandu-mcp-index

mandu-mcp-index is a skill for Claude Code, Codex from konamgil/mandu. It costs 69 tokens per session (2,776 once invoked), scanned A, original, MPL-2.0.

A routing guide for choosing among Mandu's many coding-agent tools and workflow instructions. Mandu is a project system with tools for creating features, checking edits, debugging, refactoring, and deploying.

In plain words
What is it for?
Use it to decide which Mandu workflow applies to a task, such as adding a feature, verifying code, performing a refactor, diagnosing an error, or deploying.
Why use it?
It helps agents choose the correct high-level workflow and order of operations instead of calling unrelated tools individually.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to decide which Mandu workflow applies to a task, such as adding a feature, verifying code, performing a refactor, diagnosing an error, or deploying.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/konamgil/mandu/mandu-mcp-index
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.

Any agent
npx skills add konamgil/mandu --skill mandu-mcp-index
Clone the repo
git clone --depth 1 https://github.com/konamgil/mandu

Made for: Claude Code, Codex.

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 mandu-mcp-index

README.md
[![agentmods](https://agentmods.dev/badge/skills/konamgil/mandu/mandu-mcp-index/github.svg)](https://agentmods.dev/skills/konamgil/mandu/mandu-mcp-index)
Your own site
<a href="https://agentmods.dev/skills/konamgil/mandu/mandu-mcp-index"><img src="https://agentmods.dev/badge/skills/konamgil/mandu/mandu-mcp-index/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mandu-mcp-index

Your own site · 80×15
<a href="https://agentmods.dev/skills/konamgil/mandu/mandu-mcp-index"><img src="https://agentmods.dev/badge/skills/konamgil/mandu/mandu-mcp-index.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,776 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00069 $0.02776
Opus 5 $0.00034 $0.01388
Sonnet 5 $0.00014 $0.00555
Haiku 4.5 $0.00007 $0.00278

Measured 11d ago against content hash c4e658eb05af, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

mandu-mcp-index 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 11d ago.

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.

docs/archive/skills/package-v0/mandu-mcp-index/SKILL.md · 163 lines

How it starts

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

Mandu MCP Index

@mandujs/mcp 는 약 108 개의 MCP 도구를 노출합니다. 이 문서는 flat palette 가 아니라 tiered hierarchy 로 도구를 선택하도록 안내합니다.

핵심 원칙:

  1. Workflow skill 먼저. 개별 도구가 아닌 mandu-mcp-* workflow skill 을 먼저 본다.
  2. 집계 > 세분. 같은 일을 하는 집계 도구가 있으면 그걸 먼저. 실패했을 때만 세분 도구로 drill-down.
  3. 안전망 먼저. refactor_* / 마이그레이션은 mandu.history.snapshot + mandu.tx.begin 안에서만.
  4. 순서는 강제. mandu_create_contractmandu_generate, mandu.history.snapshotrefactor_*.

1. Situation -> Workflow Skill

상황 먼저 열 workflow skill 보조 task-shaped skill
세션 시작 / "현 상태?" / "무슨 일 있었어?" mandu-mcp-orient
"만들어줘" / 피처·리소스·라우트 추가 mandu-mcp-create-flow mandu-create-feature, mandu-create-api
편집 직후 / stop-hook / "check 해줘" mandu-mcp-verify mandu-debug
마이그레이션 / 리팩터 / refactor_* mandu-mcp-safe-change
배포 / release / "deploy" mandu-mcp-deploy mandu-deploy
에러 / 증상 기반 진단 mandu-mcp-verify -> drill-down mandu-debug
Guard 위반 mandu-mcp-verify -> mandu_guard_explain mandu-guard-guide
Island / Hydration mandu-mcp-verify mandu-hydration, mandu-slot

2. Aggregate > Granular — 우선순위 표

한 번에 처리하는 집계 도구가 있으면 그걸 먼저. 실패/불충분할 때만 세분.

목적 집계 (먼저 호출) 세분 (drill-down 용도만)
테스트 파이프라인 mandu.ate.auto_pipeline mandu.ate.extract, mandu.ate.generate, mandu.ate.run, mandu.ate.heal, mandu.ate.apply_heal
세션 오리엔테이션 mandu.ai.brief mandu_get_architecture, mandu_get_decisions, mandu_list_routes
배포 준비 mandu.deploy.check mandu_guard_check, mandu_validate_contracts, mandu_validate_manifest
배포 미리보기 mandu.deploy.preview mandu_preview_seo, mandu_write_seo_file
구조/진단 mandu_doctor mandu_check_import, mandu_check_location
스캐폴드 mandu_generate_scaffold (negotiate → scaffold 묶음) mandu_add_route, mandu_create_contract, mandu_generate
피처 생성 mandu.feature.create mandu_add_route × n + contract + generate
리소스 생성 mandu.resource.create mandu.resource.addField, mandu_create_contract, mandu_generate

Read the full file on GitHub · 163 lines

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. 11d ago First seen · 163 lines · 69 tokens per session scan A c4e658eb05af

Subscribe to this mod's changes

mandu-mcp-index is a skill published in the GitHub repository konamgil/mandu (46 stars, last pushed 15d ago), licensed MPL-2.0. It adds 69 tokens to every session and 2,776 once invoked, about $0.0003 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.