npx claudepluginhub benredmond/apexPattern discovery, task tracking, and continuous learning for AI coding assistants. Provides 13 MCP tools for intelligent memory, context-aware pattern lookup, trust-scored recommendations, and comprehensive pattern browsing.
APEX gives AI assistants memory, learning, and pattern recognition for 40-55% faster development
# See APEX in action - no installation required!
npx @benredmond/apex start
APEX now works everywhere - no compilation, no native module errors, just intelligence:
Your AI coding assistant is powerful, but it:
APEX transforms your AI assistant into an intelligent development partner that learns and improves:
Without APEX: AI suggests generic solution → Often wrong → You fix it → AI forgets
With APEX: AI recalls what worked → Applies proven patterns → Prevents past failures → Gets smarter
"After 50 tasks, APEX prevented every single MongoDB async/await error that used to waste 30 minutes each time. The pattern system is like having a senior developer's knowledge built into my AI." - APEX User
No compilation required! APEX works instantly on any system with Node.js 14+:
# Run this in any project - works instantly, no build tools needed
npx @benredmond/apex start
# That's it! APEX is now active in your AI assistant
# Install once, use everywhere
npm install -g @benredmond/apex
apex start
apex start # Initialize APEX in your project
apex patterns list # View available patterns
apex patterns search # Find patterns by text
apex tasks list # View tasks
apex tasks stats # Task metrics
apex doctor # System health check
apex mcp install # Setup MCP integration
/apex:research <task> # Gather intelligence via parallel agents
/apex:plan <task-id> # Transform research into architecture
/apex:implement <task-id> # Build and validate code
/apex:ship <task-id> # Review, commit, and reflect
/apex:execute <task> # Run full workflow (research → plan → implement → ship)
/apex:debug <task-id> # Systematic debugging with pattern learning
/apex:review-pr # Adversarial code review
Let's fix a bug using APEX intelligence:
# 1. In your project
npx @benredmond/apex start
# 2. In Claude Code, run the full workflow
/apex:execute "Fix authentication test timeout error"
Or step-by-step for more control:
/apex:research "Fix authentication test timeout error" # Creates task, gathers intel
/apex:plan T001 # Design the fix
/apex:implement T001 # Build and test
/apex:ship T001 # Review, commit, reflect
🔍 RESEARCH... Spawning parallel agents for intelligence gathering
📚 PATTERNS... Found 3 relevant patterns from database
🏗️ PLAN... Designing architecture with 5 mandatory artifacts
🔨 IMPLEMENT... Building with pattern-guided development
✅ VALIDATE... Running tests until green
🔎 REVIEW... Adversarial code review via specialized agents
📝 REFLECT... Updating pattern trust scores based on outcome
Think of APEX as your AI's long-term memory and pattern recognition system:
Your Code → APEX Learns → AI Remembers → Better Suggestions → Less Debugging
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.