Skill Claude CodeCodex
Apply the repository writing rules to commits, pull requests, branches, changelogs, and release notes.
Skill Claude CodeCodex
Apply the repository writing rules to commits, pull requests, branches, changelogs, and release notes.
Skill Claude CodeCodex
Apply the repository technical-English rules to repository documents and all session prose.
Skill Claude CodeCodex
Comprehensive C/C++ programming reference covering everything from C11-C23 and C++11-C++23, system programming, CUDA GPU computing, debugging tools, Rust interop, and advanced topics. Use for: C/C++ questions, C/C++ interview preparation, modern language features, RAII/memory management, templates/generics, CUDA…
Skill Claude CodeCodex
Readable C/C++/Rust/CUDA code rules inspired by The Art of Readable Code. Use when writing, reviewing, or refactoring C, C++, Rust, or CUDA code. Enforces short functions, flat control flow, clear naming, readable structure, and idiomatic patterns.
Skill Claude CodeCodex
Review the supplied artifact for correctness, security, maintainability, and test coverage. Report concrete findings before general suggestions, and distinguish verified defects from risks.
Skill Claude CodeCodex
Adds a new sub-project to an existing MoxPP workspace. Use when the developer wants to add a new executable, library, or utility project to the build system.
Skill Claude CodeCodex
Checks the integrity of CLAUDE.md against the actual project structure. Use when CLAUDE.md may be out of sync with mox.lua, conanfile.py, build.lua files, README.md, or LICENSE.
Skill Claude CodeCodex
Configures a freshly cloned MoxPP template for a new project. Use when starting a new C++ project from the MoxPP template and the developer needs to rename and configure it.
Skill Claude CodeCodex
Offline speech-to-text and speaker diarization with the ffvoice engine. Use when the user wants to transcribe an audio file, generate subtitles (SRT/VTT/JSON), identify who spoke when (speaker diarization), caption or transcribe live microphone input, or list audio input devices — all fully on-device, with no cloud…
Skill Claude CodeCodex
A general, self-adapting C++ mentor for any project. On first run with an empty profile it onboards: settles the goal and domain, derives a namespace from the goal, agrees conventions, and audits the developer's level in both C++ and the project's topic — then saves a per-project profile and calibrates to it. On…
Skill Claude CodeCodex
Build, run and debug this C++ project — CMake presets, CTest, sanitizers, clang-tidy, and which gate tier to run. Triggers: build, compile, test, ctest, cmake, sanitizer, asan, segfault, linker error.