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 |
|---|---|---|
| Telegram Integration | Plugin | Remote interaction with Claude Code via Telegram |
# 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-plugins# Install plugins from the marketplace
/plugin install telegram-plugin@co8/cc-pluginsRemote interaction with Claude Code via Telegram
Control and monitor Claude Code remotely via Telegram. Receive smart notifications about task completions, errors, session events, and important insights. Respond to Claude's questions via Telegram inline keyboards from anywhere.
Features:
- 🚀 Auto-Setup Detection - Automatic configuration prompts
- 📬 Smart Notifications - Task updates and insights
- ✅ Remote Approvals - Interactive inline keyboards
- 🔔 Keyword Detection - Automatic insight detection
- ⚡ Message Batching - Intelligent notification grouping
- 🎛️ Fully Configurable - Customize all settings
Quick Start:
/telegram-plugin:configureDevelopment 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>MIT License. See LICENSE for details.
Made with ❤️ by co8.com