Define and preserve typed Mandu API contracts.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add konamgil/mandu --skill mandu-contract --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mandu Contract?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/konamgil-mandu-contract)More formats (shields.io, HTML) on the badges page.
---
name: mandu-contract
description: Define and preserve typed Mandu API contracts.
license: MPL-2.0
---
# Mandu Contracts
Use after planning selects an API or contract change.
- Keep request, response, method, and status schemas machine-readable.
- Co-locate or link the contract using the surrounding project convention.
- Change handler and contract together; do not weaken validation to silence a
mismatch.
- Generated clients and OpenAPI artifacts are outputs, not direct-edit inputs.
- Preserve existing consumer behavior unless the plan explicitly authorizes a
breaking change.
Prefer `mandu.agent.apply` for a typed contract operation. Run targeted tests
and finish with `mandu.agent.verify --changed --json --write`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!