Agent Skills by redtropig
Showing 14 vetted skills indexed across 1 GitHub repositories.
cpp-static-analysis
Run clang-tidy, cppcheck, and include-what-you-use on C/C++ code.
init-verification
Run init.sh health checks and guide fixes until success.
cpp-formatting
Format modified lines in C/C++ files with clang-format.
feature-state-keeper
Coordinate feature_list.json, progress.md, and session-handoff.md state files.
capturing-golden-rules
Capture recurring mistakes and drift into durable golden rules.
docs-lookup
Resolve unfamiliar tools, APIs, errors, or library behavior via structured fallback lookup.
test-coverage-design
Derive test coverage gaps from code and specs into a minimal edge-case-first test plan.
cpp-sanitizers
Instrument C/C++ builds with ASan, UBSan, and TSan to detect runtime bugs.
cpp-build-systems
Generate compile_commands.json for CMake, Meson, Make, and Bazel projects.
project-indexing
Index project files into a machine-friendly PROJECT-TOC.md with freshness validation.
anti-hallucination-gates
Require concrete artifacts as evidence before declaring completion across verification gates.
self-correction-loop
Automate evidence-first correction loops after lint, test, or build failures.
context-budget-discipline
Manage token budgets with SELECT, WRITE, COMPRESS, and ISOLATE operations.
using-harness-anchor
Manage environment state, scope, and verification gates for Claude Code sessions.