Skip to content

302ai/302-coding-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

302.AI Claude Code Plugins

中文文档 | English

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.

🎯 Available Plugins

1. oh-my-claudecode

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

📖 View Details

🚀 Quick Start

Method 1: Install from Marketplace (Recommended)

# Add the marketplace
/plugin marketplace add 302ai/302-coding-plugins

# Install specific plugin
/plugin install oh-my-claudecode@302ai-plugins

Method 2: Install from Source

# 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-plugins

Method 3: Permanent Setup

Add to your ~/.bashrc or ~/.zshrc:

alias claude-pro='claude --plugin-dir /path/to/302-coding-plugins'

📁 Repository Structure

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

📝 License

MIT - See individual plugin directories for specific licenses

🔗 Links

⭐ Credits

Inspired by:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •