MECE (Mutually Exclusive, Collectively Exhaustive) validation and decomposition skill for AI agents. Works with Claude Code, Cursor, Copilot, Codex, Gemini CLI.
Mutually Exclusive, Collectively Exhaustive — a validation and decomposition skill for AI agents.
Stop shipping specs with overlaps and gaps. MECE ensures every category, requirement, and plan item belongs to exactly one bucket and nothing is left off the list.
| Mode | Trigger | Output |
|---|---|---|
| Validate | Run /mece after creating any structured list | Overlap report + gap report + corrected structure |
| Decompose | /mece break down [topic] | MECE issue tree from scratch |
Most flawed thinking comes from two sources:
This is expensive when you're writing product specs, designing APIs, planning roadmaps, or prompting AI to build features. MECE catches both before they become code, strategy, or shipped product.
npx skills add https://github.com/uxderrick/mece-skill
Clone the repo:
git clone https://github.com/uxderrick/mece-skill.git
Then copy to your agent's skills directory:
| Agent | Command |
|---|---|
| Claude Code | mkdir -p ~/.cursor/skills && cp -r mece-skill/skills/mece ~/.cursor/skills/mece |
| Cursor | mkdir -p ~/.cursor/skills && cp -r mece-skill/skills/mece ~/.cursor/skills/mece |
| VS Code / Cursor | mkdir -p ~/.cursor/skills && cp -r mece-skill/skills/mece ~/.cursor/skills/mece |
| Codex (OpenAI) | mkdir -p ~/.agents/skills && cp -r mece-skill/skills/mece ~/.agents/skills/mece |
| Cursor CLI | mkdir -p ~/.cursor/skills && cp -r mece-skill/skills/mece ~/.cursor/skills/mece |
| Universal (all agents) | mkdir -p ~/.agents/skills && cp -r mece-skill/skills/mece ~/.agents/skills/mece |
Add to a specific repo instead of globally:
mkdir -p .agents/skills && cp -r mece-skill/skills/mece .agen
Mine your Claude Code and Codex logs into a local you.md agent profile.
Local-first AI coding agent for VS Code & Cursor. Ollama, LM Studio & your inference fleet. Cursor-grade agent UX — offline, private, zero token cost.
A self-improving skill for AI coding agents (Claude Code, Cursor, AGENTS.md): recognize a hard-won golden path in a session and harvest it into a reusable skill/rule for next time.
Second brain for Forward Deployed Engineers. Engagement memory + 35 skills across 6 domains, all behind one @fde... Works with any AI coding agent.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
Honey (I Shrunk the AI) by GreenPT: a cross-tool coding skill that cuts AI coding-agent token usage and LLM API costs — write less code, less prose, and denser agent-to-agent handoffs (−53%, lossless in benchmarks) with no loss of quality. Works with Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, Windsurf, Cline & Kiro.
Workflows from the Neura Market marketplace related to this Cursor resource