Nano-sized framework enforcing built-in tool usage, parallel operations, and systematic development workflows with specialized agents and commands
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install hc@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/hc.json
Step 2: Install the plugin
/plugin install hc@hc
An official Claude Code plugin that transforms your AI assistant into a coordinated team of specialized agents with intelligent task orchestration, advanced MCP integration, and professional-grade quality.
HyperClaude Nano is an official Claude Code plugin that turns your AI assistant into an intelligent, coordinated team of specialist agents. Think of it as giving each developer their own personal development staff - with architects, coders, designers, security experts, testers, technical writers, and cloud engineers working together seamlessly.
Intelligent Routing: The framework analyzes your request and automatically selects the optimal agent(s) and execution strategy.
Wave Execution: For complex tasks, agents work in coordinated phases:
Memory Persistence: All patterns, decisions, and findings are stored in the MCP memory server for cross-session intelligence.
Quality Assurance: Every operation goes through mandatory validation gates with evidence-based completion requirements.
The plugin leverages 5 MCP servers for enhanced capabilities:
Automatic Configuration
The plugin's .mcp.json file contains all MCP server configurations. When you install the plugin, these servers are automatically available - no additional setup needed!
Optimization Benefits:
Each agent is a domain specialist with specific tools, capabilities, and coordination protocols:
/analyze
, system-wide analysis, >15 files/implement
, /build
, code modification requests/design
, UI components, frontend patterns/security
, Wave 2 execution, authentication/authorization code/test
, Wave 4 execution, quality assurance requests/document
, Wave 5 execution, documentation requestsHyperClaude Nano provides 12 specialized commands that automatically route to appropriate agents with intelligent execution strategies:
# System Analysis & Architecture
/hc:analyze [target] [--focus security|performance|quality]
โ Architect agent + Tree-Sitter analysis + Wave triggers
# Feature Implementation
/hc:implement "feature description" [--type component|api|service]
โ Architect planning โ Parallel(Coder, Designer) execution
# UI/UX Development
/hc:design "component description" [--framework react|vue]
โ Designer agent + Puppeteer validation + accessibility checks
# Quality Assurance
/hc:test [target] [--type unit|integration|e2e]
โ Test-Engineer + automated test generation + coverage
# Documentation Generation
/hc:document [target] [--framework nextra|docusaurus]
โ Tech-Writer + API extraction + visual examples
# Code Explanation
/hc:explain [target] [--level basic|intermediate|advanced]
โ Clear explanations of code, concepts, or system behavior
# Multi-Agent Workflows
/hc:build [project] [--wave-mode] # Build, compile, and package projects
/hc:improve [target] [--focus performance] # Architect + Coder optimization
/hc:troubleshoot [issue] [--think] # Architect + Sequential reasoning
/hc:cleanup [codebase] # Coder + pattern optimization
# Specialized Operations
/hc:task "complex request" [--agent-type] # Complex task orchestration
/hc:workflow "process description" # PRD-based workflow generation
# Agent Selection
--agent-[type] # Force specific agent type
--wave # Enable wave orchestration
--think # Add Sequential-Thinking analysis
--all-mcp # Use all relevant MCP servers
# Scope & Focus
--scope file|module|project # Analysis scope
--focus performance|security # Specialized focus
--iterations[n] # Iterative execution cycles
# Execution Modes
--safe # Conservative approach
--iterative # Step-by-step validation
--parallel # Enable parallel agent execution
Automatic Wave Triggers:
# Full Team Feature Development
/hc:implement "e-commerce checkout system" --wave
# W1: Architect โ system design
# W2: Security โ payment security analysis
# W3: Coder + Designer โ parallel implementation
# W4: Test-Engineer โ validation & testing
# W5: Tech-Writer โ documentation
# Comprehensive Code Improvement
/hc:improve @enterprise-app/
# Auto-triggers wave mode due to size
# Security-First Development
/hc:implement "payment processing" --focus security
# โ Security analysis before implementation
# Performance-Critical Features
/hc:design "real-time dashboard" --focus performance
# โ Performance-aware UI patterns
# Enterprise Documentation
/hc:document @api/ --framework nextra --comprehensive
# โ Full documentation site with examples
# Legacy Code Modernization
/hc:analyze @legacy-codebase/ --think-hard
# โ Deep Sequential-Thinking analysis
# Step 1: Add the marketplace
/plugin marketplace add rbonestell/hyperclaude-nano
# Step 2: Install the plugin
/plugin install hyperclaude-nano@rbonestell
/plugin
Note: All required MCP servers are pre-configured in the plugin's .mcp.json file and will be automatically loaded. No manual MCP configuration needed!
After installation, verify the plugin is loaded:
# Check available commands in Claude Code
/help
# You should see all 14 HyperClaude Nano commands listed
# Enable the plugin (if disabled)
/plugin enable hyperclaude-nano@rbonestell
# Disable the plugin (temporarily)
/plugin disable hyperclaude-nano@rbonestell
# Uninstall the plugin
/plugin uninstall hyperclaude-nano@rbonestell
# Debug mode (if needed)
claude --debug
# Shows loaded plugins and MCP server status
The plugin includes:
Once installed, you can immediately start using the specialized commands:
# Analyze your codebase
/hc:analyze src/
# Implement a new feature
/hc:implement "user authentication with JWT"
# Generate tests
/hc:test src/components/
# Create documentation
/hc:document src/api/
# Explain code behavior
/hc:explain src/utils/auth.ts
The plugin automatically routes requests to the appropriate agent based on context:
# Architecture analysis โ Architect agent
/hc:analyze --focus architecture
# UI components โ Designer agent
/hc:design "responsive dashboard layout"
# Quality assurance โ Test-Engineer agent
/hc:test --type e2e
For complex, multi-domain tasks, enable wave mode:
# Full-stack feature with coordinated team execution
/hc:implement "payment processing system" --wave
# Comprehensive codebase improvement
/hc:improve . --wave --iterations 3
The plugin uses multi-factor routing:
Command-Based Routing:
/hc:analyze
โ Architect (+ Tree-Sitter + Sequential-Thinking)/hc:implement
โ Architect โ Parallel(Coder, Designer)/hc:test
โ Test-Engineer (+ Puppeteer + Tree-Sitter)/hc:design
โ Designer (+ Puppeteer + Context7)Content Analysis:
File Pattern Recognition:
*.test.*
โ Test-Engineer priority*.jsx|tsx
โ Designer + Context7*.tf|*.yml
โ Cloud-Engineerpackage.json
โ Dependency analysisWaves enable coordinated multi-agent execution with dependency management:
Wave Structure:
Coordination Mechanisms:
Structured Handoff Protocols:
{
"handoff_type": "architect_to_coder",
"patterns_ref": "project:patterns:arch-001",
"findings_ref": "review:findings:arch-001",
"execution_plan": {...}
}
Memory Key Conventions:
project:patterns:*
- Architectural patternsreview:findings:*
- Analysis resultsimplementation:*
- Code patternssecurity:findings:*
- Vulnerability datatest:coverage:*
- Quality metricsCommunication Types:
Mandatory Validation Gates:
Context Optimization:
Mandatory Activation:
Task Structure:
{
"content": "Analyze system architecture",
"status": "in_progress",
"activeForm": "Analyzing system architecture",
"evidence": "file:line references, metrics",
"agent": "architect"
}
Validation Requirements:
Blocking Conditions:
# Full-Stack Feature Development
/hc:implement "user authentication system" --wave
# W1: Architect โ security analysis + patterns
# W2: Security โ vulnerability assessment
# W3: Coder(backend) + Designer(frontend) โ parallel
# W4: Test-Engineer โ comprehensive testing
# W5: Tech-Writer โ API + user documentation
# Legacy System Modernization
/hc:analyze @legacy-codebase/ --think-hard --focus architecture
# Deep Sequential-Thinking analysis with architectural focus
# Performance-Critical Implementation
/hc:implement "real-time analytics dashboard" --focus performance
# Performance-aware patterns + optimization
# Code Quality Improvement
/hc:improve @codebase/ --iterations 3 --think
# Iterative improvement with Sequential-Thinking
# Documentation Site Generation
/hc:document @api/ --framework nextra --comprehensive
# Full documentation site with examples and screenshots
"TodoWrite Required" Messages:
MCP Server Failures:
~/.claude.json
configurationAgent Selection Issues:
--agent-[type]
to force specific agentMemory Server Benefits:
Parallel Execution:
--parallel
flag for multi-agent operationsCustom Triggers:
Core Documentation:
Implementation Details:
HyperClaude Nano is designed for extensibility:
Optimization Achievements:
Plugin Statistics:
License: MIT - Use and modify freely in your development workflow
Contributing:
1.0.0