A curated collection of powerful plugins for Claude Code
This repository serves as a plugin marketplace, containing multiple plugins designed to enhance your Claude Code development experience. Each plugin focuses on specific aspects of development workflow.
Multi-agent orchestration system for optimal productivity
- Magic Words:
ultrawork,ulw,prowork,pw - 9 Specialized Skills: Auto-invoked based on context
- 7 Custom Agents: Explorer, Librarian, Oracle, Designer, Fixer, Reviewer, Tester
- Smart Delegation: Automatic task routing
- Parallel Execution: Run multiple agents simultaneously
# Add the marketplace
/plugin marketplace add 302ai/302-coding-plugins
# Install specific plugin
/plugin install oh-my-claudecode@302ai-plugins# Clone the repository
git clone https://github.com/302ai/302-coding-plugins.git
# Use with specific plugin
claude --plugin-dir ./302-coding-plugins/plugins/oh-my-claudecode
# Or use the entire marketplace
claude --plugin-dir ./302-coding-pluginsAdd to your ~/.bashrc or ~/.zshrc:
alias claude-pro='claude --plugin-dir /path/to/302-coding-plugins'302-coding-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog
├── plugins/ # Plugin directory
│ └── oh-my-claudecode/ # Individual plugin
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/
│ ├── agents/
│ └── README.md
├── README.md # This file
└── README_ZH.md # Chinese documentation
MIT - See individual plugin directories for specific licenses
Inspired by: