302ai

302 Coding Plugins — Documentation skill for Claude Code

Documentation community

中文文档 English.

How to install 302 Coding Plugins

This entry records only its repository, not the path inside it, so there is no exact command to give. Open 302ai/302-coding-plugins and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What 302 Coding Plugins does

中文文档 English.

Alternatives in Documentation

  • Baoyu Skills — English 中文 宝玉分享的 Claude Code 技能集,提升日常工作效率 14.8k ★
  • Translate Doc Zh — Translate English documentation to Chinese 5.7k ★
  • CC GUI(Claude Or Codex) — 原名:Claude Code GUI 简体中文 · English <a href="https://trendshift.io/repositories/19332" target="_bla 2.2k ★

README

302.AI Claude Code Plugins

[中文文档](./README_ZH.md) | [English](./README.md)

**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](./plugins/oh-my-claudecode/README.md)

🚀 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