update-docs
25Command
Sync documentation from source-of-truth.
Command
Sync documentation from source-of-truth.
Command
Run comprehensive verification on current codebase state.
Hook
Runs before the agent uses a tool for tool == "Bash" && tool_input.command matches "(npm run dev, pnpm( run)? dev, yarn dev, bun run dev)", tool == "Bash" && tool_input.command matches "(npm (install, test), pnpm (install, test), yarn (install, test)?, bun (install, test), cargo build, make, docker, pytest, vitest…
Hook
Runs before the context is compacted, executing pre-compact.js via node. From steven715/cpp-claude-code.
Hook
Runs when a session starts, executing session-start.js via node. From steven715/cpp-claude-code.
Hook
Runs after a tool call finishes for tool == "Bash", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx, js, jsx)$", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx)$", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx, js and jsx)$" tool calls, running an inline shell check (4 commands).…
Hook
Runs when the agent finishes a response, running an inline shell check. From steven715/cpp-claude-code.
Hook
Runs when a session ends, executing session-end.js and evaluate-session.js via node (2 commands). From steven715/cpp-claude-code.
Skill Claude CodeCodex
C++ backend architecture patterns, CMake build system, vcpkg package management, and server-side best practices.
Skill Claude CodeCodex
Universal coding standards, best practices, and patterns for C++11/14 development.
Skill Claude CodeCodex
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
Skill Claude CodeCodex
A formal evaluation framework for Claude Code sessions, implementing eval-driven development (EDD) principles.
Skill Claude CodeCodex
This is an example of a project-specific skill. Use this as a template for your own projects.
Skill Claude CodeCodex
Use this skill when handling user input, working with memory, file I/O, network operations, or implementing security-sensitive features. Provides comprehensive C++ security checklist and patterns.
Skill Claude CodeCodex
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
Skill Claude CodeCodex
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage using Google Test and CMake/CTest.
Skill Claude CodeCodex
A comprehensive verification system for Claude Code sessions.