Claude Code CLI enhancement framework
New!
Top 22.4% on SourcePulse
CCPlugins is a set of 24 professional commands designed to augment the Claude Code CLI, aiming to automate repetitive development tasks and improve efficiency for developers. It provides structured, predictable outputs for Claude's Opus 4 and Sonnet 4 models, reducing the need for verbose, manual prompting.
How It Works
CCPlugins leverages Claude Code CLI's native capabilities (grep, glob, read, write) and a conversational, first-person design philosophy. Commands are defined in markdown files, allowing Claude to analyze project context, plan execution, and perform actions with built-in validation and refinement phases. This approach emphasizes simplicity, context awareness, and safety, using automatic Git checkpoints before destructive operations.
Quick Start & Requirements
curl -sSL https://raw.githubusercontent.com/brennercruvinel/CCPlugins/main/install.sh | bash
(Mac/Linux) or python install.py
(Windows/Cross-platform).Highlighted Details
/refactor
and /implement
.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is under active development, with commands being refined based on usage. While designed for broad compatibility, specific project conventions might require adjustments.
2 weeks ago
Inactive