CCPlugins provides Claude Code CLI extensions with 24 commands designed to automate development tasks and improve workflow efficiency. Latest release notes and installation steps are included in the README material.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
CCPlugins is a collection of commands that extend Claude Code CLI with enterprise-grade development workflows. It is described as a curated set of 24 professional commands optimized for Claude Code CLI to save time on repetitive development tasks. The project is positioned as actively developed with a V2 in development that aims to redesign architecture for Claude Code capabilities.
How it works
The project exposes a suite of commands for Claude Code CLI, including development workflow commands (/cleanproject, /commit, /format, /scaffold, /test, /implement, /refactor), code quality and security commands (/review, /security-scan, /predict-issues, /remove-comments, /fix-imports, /find-todos, /create-todos, /fix-todos), and advanced analysis commands (/understand, /explain-like-senior, /contributing, /make-it-pretty). It emphasizes native tool integration with Claude Code CLI tools (Grep, Glob, Read, Write, TodoWrite, Task) and safety features like automatic git checkpoints and session persistence. It supports cross-platform usage (Windows, Linux, macOS) and claims framework-agnostic operation across languages. The README provides several code examples for using commands and managing session state across commands (e.g., /refactor, /implement, /security-scan, /scaffold).
Getting started
Installation options are provided:
- Mac/Linux: ```bash curl -sSL https://raw.githubusercontent.com/brennercruvinel/CCPlugins/main/install.sh | bash
- Windows/Cross-platform: ```bash
python install.py
Manual Install:
git clone https://github.com/brennercruvinel/CCPlugins.git
cd CCPlugins
python install.py
Uninstall:
# Mac/Linux
./uninstall.sh
# Windows/Cross-platform
python uninstall.py
The README also outlines how to run commands in CI/CD pipelines and manual workflows, showing how to invoke Claude with various custom commands.
Recent releases
Latest two releases listed:
- v2.5.2: Critical Session Path Fix (2025-08-02) addressing session persistence for multiple commands due to Claude's LS tool issues with hidden folders.
- v1.6.0: CCPlugins v1.6.0 (2025-07-25) with features including 11 productivity commands that save 2-3 hours per week, cross-platform support, simple installation with automatic backup, and Kimi K2 compatibility.
Traction
Stars: 2721 Forks: 154 Open issues: 0 Language: Python License: MIT Created: 2025-07-25 Last push: 2026-06-26
Behind the repo
Linked notes indicate community links, CLI integrations, and compatibility with Claude Code and Kimi K2, plus references to supporting models Opus 4 and Sonnet 4. There is a banner pointing to Claude Code CLI compatibility and testing context, but no explicit company/organization details beyond the repository owner and the project description.
Caveats
License: MIT Age: The repository shows creation date 2025-07-25 and last push 2026-06-26. Open issues: 0. The README notes V2 in development and active development due to Anthropic SDK updates, indicating ongoing architectural redesigns and potential migration considerations for users relying on V1 stability. No additional license or age warnings are provided beyond those facts.






