Promode enhances Claude Code so it builds software more intelligently
npx claudepluginhub mikekelly/promodePromode enhances Claude Code so it builds software more intelligently
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Share bugs, ideas, or general feedback.
Promode is a battle-tested methodology for AI-assisted software development. It covers the full lifecycle:
The methodology is designed for efficiency: conservative use of context, intelligent model selection for speed and cost, and aggressive delegation to keep the main conversation focused on high level objectives, not implementation detail.
Run two commands to get the plugin setup:
/plugin marketplace add mikekelly/promode
/plugin install promode
Then restart Claude Code and prompt Claude to install promode (update your CLAUDE.md, etc):
Update the claude code meta to install promode
The main agent handles high-level work: brainstorming with the user, designing features, planning implementation, and orchestrating execution. It delegates implementation to phase-specific agents:
| Agent | Purpose |
|---|---|
promode:implementer | TDD workflow, write code |
promode:reviewer | Code review, approve or request rework |
promode:tester | Run tests, parse results, critique quality |
promode:debugger | Root cause analysis, fix failures |
promode:environment-manager | Docker, services, health checks, scripts |
Each agent has the methodology embedded in its definition—they know TDD practices, behavioural-authority rules, and how to report results. Subagents commit changes before reporting back.
Tasks can run in parallel when independent, improving throughput on larger features.
Phase Agents — Implementation, review, and debugging agents with methodology baked in.
Skills:
MCP Servers (auto-start):
EXA_API_KEY)Promode makes skill management conversational:
Works with both user-level (~/.claude/skills/) and project-level (.claude/skills/) installations.