Mango Plugins — AI skill for Claude Code
Claude Code marketplace for the mango plugin: a gated, ticket-lifecycle harness for AI-assisted development.
How to install Mango Plugins
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open cuongdinhngo/mango-plugins and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Mango Plugins does
Claude Code marketplace for the mango plugin: a gated, ticket-lifecycle harness for AI-assisted development.
Alternatives in AI
- ARIS Agent Guide — For AI agents reading this repo 6.2k ★
- Paul — Plan-Apply-Unify Loop — Structured AI-assisted development for Claude Code 1.2k ★
- Power BI Agentic Development — Power BI AI skills and Power BI agents for Claude Code and GitHub Copilot: a plugin marketplace of Power BI sk 879 ★
README
mango-plugins
  [](https://github.com/cuongdinhngo/mango-plugins/actions/workflows/validate.yml)
**mango** is a gated ticket workflow for Claude Code.
Instead of letting an AI coding agent decide a ticket is "done", mango forces every ticket through explicit review gates, produces evidence at each stage, and waits for your approval before continuing.
**Review evidence, not confidence.**
This repo is the **marketplace** that hosts mango ([`plugins/mango`](./plugins/mango)).
Why mango?
AI coding agents are excellent at writing code. They are much less reliable at deciding whether the work is actually complete. A ticket gets marked "done" while:
- one acceptance criterion was skipped
- a test proves the wrong thing
- an edge case was never considered
- documentation wasn't updated
- hidden assumptions remain
mango prevents this by routing every ticket through **gated phases** that each produce **checkable artifacts** before the next phase can begin. You approve a diff on evidence, not vibes. Silence is never approval.
What you get
Every ticket produces:
- ✅ A requirements matrix with explicit counts — nothing slips through unnamed
- ✅ A proving test at the right layer — a runtime requirement can't be closed by a unit-mock proof
- ✅ An independent challenger that never sees the work — it rebuilds the requirements from the raw ticket and flags anything the diff leaves unmet
- ✅ Human approval gates before every important transition
- ✅ A PR + tracker update + durable lesson, each behind explicit per-action approval
Quick start
In Claude Code:
/plugin marketplace add cuongdinhngo/mango-plugins
/plugin install mango@mango-plugins
/mango:init # detect your stack, write .harness.json,
Related Skills
Claude Agentic Coding Playbook
Evidence-based practices for LLM-assisted development -- hooks, skills, scripts, and a best-practices guide wi
Boost Your AI
Claude Code skill marketplace for AI-assisted development
AI Plugins
Multi-harness marketplace of AI coding-assistant plugins for Claude Code, Codex, and related agentic developme
Project Bootstrap Harness
A lightweight Python project protocol template for AI-assisted development. 轻量级 Python 项目协议模板,内置协作协议与质量门禁。
Dsh Plugin Hooks
DeepSeek Harness plugin: Claude-Code-style lifecycle hooks for DSH. Configure shell commands that run automati
Claude Code Skills
Complete software development lifecycle skills optimized for non-technical founders building SaaS applications
Related Agents
Harness Eng
Use for every build task on a deepseek-harness core — one layer per claimed packet, gated by hedgehog verify.
OSpec CLI
Document-driven OSpec workflow for AI-assisted development with change-ready initialization, execution, valida
2code
AI-assisted development produces a mess of parallel state: several terminals, experimental branches, uncommitt