By XD3an
A plugin that extends the capabilities of Claude Code by adding some useful and cool features and functionalities.
Create a new Claude Code custom command with proper structure and best practices.
Incrementally fix TypeScript and build errors:
Create or verify a checkpoint in your workflow.
Comprehensive security and quality review of uncommitted changes:
Generate and run end-to-end tests with Playwright. Creates test journeys, runs tests, captures screenshots/videos/traces, and uploads artifacts.
Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.
Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/*, updates READMEs and guides.
End-to-end testing specialist using Playwright. Use PROACTIVELY for generating, maintaining, and running E2E tests. Manages test journeys, quarantines flaky tests, uploads artifacts (screenshots, videos, traces), and ensures critical user flows work.
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
Reviews code for best practices and potential issues. Use when reviewing code, checking PRs, or analyzing code quality.
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
A comprehensive collection of custom plugins, skills, commands, and configurations for Claude Code.
cc-plus/
├── .claude-plugin/ # Plugin metadata
├── agents/ # Custom agents
├── commands/ # Custom commands
├── contexts/ # Context definitions
├── examples/ # Example files
├── hooks/ # Custom hooks
├── resources/ # Documentation and resources
├── rules/ # Coding rules and guidelines
├── skills/ # Custom skills
├── .dockerignore
├── .env.example
├── .gitignore
├── .mcp.json
├── docker-compose.yml
├── Dockerfile
├── LICENCE
├── README.docker.md
├── README.md
└── settings.json
The easiest way to use this collection - install as a Claude Code plugin:
# Add this repo as a marketplace
/plugin marketplace add XD3an/cc-plus
# Install the plugin
/plugin install cc-plus@cc-plus
Or add directly to your ~/.claude/settings.json:
{
"enabledPlugins": {
"cc-plus@cc-plus": true
}
}
If you prefer manual control over what's installed:
# Clone the repo
git clone https://github.com/<your-username>/cc-plus.git
# Copy agents to your Claude config
cp cc-plus/agents/*.md ~/.claude/agents/
# Copy commands
cp cc-plus/commands/**/*.md ~/.claude/commands/
# Copy contexts
cp cc-plus/contexts/*.md ~/.claude/contexts/
# Copy rules
cp cc-plus/rules/*.md ~/.claude/rules/
# Copy skills
cp -r cc-plus/skills/* ~/.claude/skills/
Copy the hooks from hooks/hooks.json to your ~/.claude/settings.json.
Copy desired MCP servers from .mcp.json to your ~/.claude.json.
Important: Replace any YOUR_*_HERE placeholders with your actual API keys.
claude --plugin-dir "path/to/cc-plus"
For containerized deployment, see README.docker.md for detailed instructions.
Copy .env.example to .env and configure your settings:
cp .env.example .env
Edit settings.json to customize plugin behavior.
Contributions are welcome! Please feel free to submit a Pull Request.
See LICENCE for details.
npx claudepluginhub xd3an/cc-plus --plugin cc-plusAnalyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
Skills and resources for developing Claude Code plugins, skills, MCP servers, and extensions. Includes comprehensive official documentation and self-update mechanism.
Meta-tools for Claude Code configuration and customization
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns