原始内容
Claude Code Plugins by co8
A curated collection of Claude Code plugins and skills for enhanced productivity and workflow automation.
📋 Available Skills & Plugins
| -------------------------| ------ | ------------------------------------------------ | | Secret Sauce | Skill | Development best practices and patterns | | Swarm Protocol | Skill | Multi-agent orchestration for complex projects |
⚡ Quick Install
Install Skills
# Install skills via skills.sh
npx skills add co8/cc-plugins
#Individually
npx skills add https://github.com/co8/cc-plugins --skill secret-sauce
npx skills add https://github.com/co8/cc-plugins --skill swarm-protocol
Add the Marketplace
# Add cc-plugins marketplace to Claude Code
/plugin marketplace add co8/cc-plugins
🎯 Available Skills
Secret Sauce 
Development best practices and project patterns
Centralized collection of best practices, rules, and templates extracted from real production projects. Enables carrying accumulated learnings to future projects automatically.
Features:
- 📝 Project Templates - CLAUDE.md, settings.json, project docs
- 🔧 Framework Rules - TypeScript, Next.js, React, Supabase patterns
- 🚀 Deployment Guides - Vercel, Supabase configuration
- 🧪 Testing Standards - Unit, integration, E2E patterns
- 🔄 Git Workflows - Commit conventions, PR templates
Quick Start:
npx skills add co8/cc-plugins/secret-sauce
Swarm Protocol 
Multi-agent development orchestration for complex projects
Coordinate parallel development workstreams, manage project documentation structure, and automate milestone commits. Ideal for large features requiring multiple agents working simultaneously.
Features:
- 🐝 Parallel Agents - Coordinate multiple workstreams
- 📋 Project Planning - Structured documentation templates
- 🎯 Milestone Tracking - Automated progress commits
- 🔀 Phase Management - Sequential and parallel execution
- 📊 Code Review - Quality metrics and recommendations
Quick Start:
npx skills add co8/cc-plugins/swarm-protocol
/swarm <project-name>
📦 Archived
- Telegram Integration — archived in favor of Anthropic's official Telegram plugin, which offers better features and is officially maintained. Install it from the official Claude plugins marketplace or see the plugin page.
📄 License
MIT License. See LICENSE for details.
Made with ❤️ by co8.com