A curated collection of essential development tools and workflows for Claude Code
npx claudepluginhub androidyue/claude_code_plugin_exampleEssential development tools including code review, testing, debugging, and security audit capabilities
A comprehensive collection of development tools for Claude Code, including code review, testing, debugging, security auditing, and optimization capabilities.
/review - Comprehensive code review covering quality, security, performance, testing, and documentation/test-plan - Generate detailed test plans with unit, integration, and e2e test cases/docs - Create comprehensive API documentation with examples and usage instructions/optimize - Analyze code for performance optimization opportunities/refactor - Refactor code to improve quality, maintainability, and apply design patterns/commit - Generate well-structured commit messages following best practicesIncludes development best practices for:
If testing locally:
cd /path/to/claude_plugin
claude /plugin marketplace add .
claude /plugin install dev-essentials
Once published to GitHub:
claude /plugin marketplace add androidyue/claude_code_plugin_example
claude /plugin install dev-essentials
# Review current changes
/review
# Generate test plan for a feature
/test-plan src/auth/login.ts
# Create documentation
/docs src/api/users.ts
# Optimize code performance
/optimize src/database/queries.ts
# Refactor code for better quality
/refactor src/legacy/user-service.js
# Generate commit message for staged changes
/commit
Agents can be invoked through the Task tool or when Claude Code automatically selects them based on your request:
# Claude will use the appropriate agent when you ask:
"Debug the authentication error I'm seeing"
"Write tests for the user service"
"Refactor this code to be more maintainable"
"Audit the security of the payment processing code"
claude-dev-essentials/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Marketplace configuration
├── commands/ # Slash commands
│ ├── review.md
│ ├── test-plan.md
│ ├── docs.md
│ ├── optimize.md
│ ├── refactor.md
│ └── commit.md
├── agents/ # Specialized agents
│ ├── debugging-agent.json
│ ├── test-writer.json
│ ├── refactoring-agent.json
│ └── security-auditor.json
├── scripts/ # Utility scripts
│ ├── context_monitor.py
│ └── README.md
├── .claude/ # Claude Code settings
│ └── settings.json
├── settings.json # Plugin configuration
├── CLAUDE.md # Development guidelines
└── README.md
The plugin includes configuration files for easy customization:
settings.json: Plugin-wide settings and script configurations.claude/settings.json: Project-specific settings and permissionsYou can customize this plugin for your needs:
commands/ to adjust promptsagents/ to change agent behaviorCLAUDE.md to match your team's standards.md files in commands/.json files in agents/settings.json to adjust script parameters/plugin marketplace add androidyue/claude_code_plugin_example
/plugin install dev-essentials
Share the plugin directory directly. Users can add it as a local marketplace:
/plugin marketplace add /path/to/plugin
/plugin install dev-essentials
Feel free to customize and extend this plugin. Some ideas:
MIT
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories