Claude Code plugin optimized for C++11/14 development with CMake and vcpkg
npx claudepluginhub steven715/cpp-claude-codeClaude Code plugin optimized for C++11/14 development with CMake and vcpkg - agents, skills, hooks, commands, and rules for modern C++ projects
C++ Edition: Claude Code configs optimized for modern C++ development.
Production-ready agents, skills, hooks, commands, rules, and configurations for C++11/14 projects using CMake and vcpkg.
This is a C++ fork of the original everything-claude-code by Affaan Mustafa.
This repo is a Claude Code plugin optimized for C++ development.
everything-claude-code/
|-- .claude-plugin/ # Plugin and marketplace manifests
| |-- plugin.json # Plugin metadata and component paths
| |-- marketplace.json # Marketplace catalog
|
|-- agents/ # Specialized subagents for delegation
| |-- planner.md # Feature implementation planning
| |-- architect.md # System design decisions
| |-- tdd-guide.md # Test-driven development
| |-- code-reviewer.md # Quality and security review
| |-- security-reviewer.md # Vulnerability analysis
| |-- build-error-resolver.md
| |-- e2e-runner.md # E2E testing
| |-- refactor-cleaner.md # Dead code cleanup
| |-- doc-updater.md # Documentation sync
|
|-- skills/ # Workflow definitions and domain knowledge
| |-- coding-standards/ # C++11/14 best practices
| |-- backend-patterns/ # CMake, vcpkg, design patterns
| |-- tdd-workflow/ # Google Test, CTest
| |-- security-review/ # Memory safety, input validation
| |-- continuous-learning/ # Auto-extract patterns
| |-- strategic-compact/ # Compaction suggestions
| |-- eval-harness/ # Verification loop
| |-- verification-loop/ # Continuous verification
|
|-- commands/ # Slash commands for quick execution
| |-- tdd.md # /tdd - Test-driven development
| |-- plan.md # /plan - Implementation planning
| |-- code-review.md # /code-review - Quality review
| |-- build-fix.md # /build-fix - Fix build errors
| |-- refactor-clean.md # /refactor-clean - Dead code removal
| |-- learn.md # /learn - Extract patterns
| |-- checkpoint.md # /checkpoint - Save state
| |-- verify.md # /verify - Verification loop
|
|-- rules/ # Always-follow guidelines
| |-- security.md # Memory safety, input validation
| |-- coding-style.md # RAII, const correctness
| |-- testing.md # TDD, 80% coverage
| |-- git-workflow.md # Commit format, PR process
| |-- agents.md # When to delegate
| |-- performance.md # Model selection, context
|
|-- hooks/ # Trigger-based automations
| |-- hooks.json # All hooks config
| |-- memory-persistence/ # Session lifecycle
| |-- strategic-compact/ # Compaction suggestions
|
|-- scripts/ # Cross-platform Node.js scripts
| |-- lib/ # Shared utilities
| |-- hooks/ # Hook implementations
|
|-- contexts/ # Dynamic system prompt injection
| |-- dev.md # Development mode
| |-- review.md # Code review mode
| |-- research.md # Research mode
|
|-- examples/ # Example configurations
| |-- CLAUDE.md # Project config example
| |-- user-CLAUDE.md # User config example
This edition is configured for:
| Component | Tool |
|---|---|
| Language | C++11/14 |
| Build System | CMake 3.14+ |
| Package Manager | vcpkg |
| Testing | Google Test + Google Mock |
| Coverage | gcov / lcov / gcovr |
| Static Analysis | clang-tidy, cppcheck |
| Formatting | clang-format |
# Add as marketplace
/plugin marketplace add your-username/everything-claude-code
# Install
/plugin install everything-claude-code@everything-claude-code
# Clone the repo
git clone -b cpp https://github.com/your-username/everything-claude-code.git
# Copy agents
cp everything-claude-code/agents/*.md ~/.claude/agents/
# Copy rules
cp everything-claude-code/rules/*.md ~/.claude/rules/
# Copy commands
cp everything-claude-code/commands/*.md ~/.claude/commands/
# Copy skills
cp -r everything-claude-code/skills/* ~/.claude/skills/
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations