A curated collection of Claude Code plugins and skills for enhanced productivity and workflow automation.
| -------------------------| ------ | ------------------------------------------------ | | Secret Sauce | Skill | Development best practices and patterns | | Swarm Protocol | Skill | Multi-agent orchestration for complex projects |
# 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 cc-plugins marketplace to Claude Code
/plugin marketplace add co8/cc-pluginsDevelopment 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-sauceMulti-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>- 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.
MIT License. See LICENSE for details.
Made with ❤️ by co8.com