Redtropig

36 mods across 1 repository, 13 stars between them.

Redtropig/harness-anchor

Skill Claude CodeCodex

Use when sessions run long, adding subagents, fetching large files, or planning context-heavy work. SELECT/WRITE/COMPRESS/ISOLATE discipline.

13 1mo ago A 37 tokens original MIT

cpp-build-systems

26

Redtropig/harness-anchor

Skill Claude CodeCodex

Use in C/C++ projects for build configure/errors, compilecommands.json generation, or selecting CMake/Meson/Make/Bazel commands.

13 1mo ago A 33 tokens original MIT

cpp-formatting

27

Redtropig/harness-anchor

Skill Claude CodeCodex

Use in C/C++ projects for clang-format. Changed-lines-only; never reformat unchanged code mid-feature. .clang-format from root or LLVM baseline.

13 1mo ago A 35 tokens original MIT

cpp-sanitizers

28

Redtropig/harness-anchor

Skill Claude CodeCodex

Use in C/C++ projects for crashes, hangs, UB, data races, memory errors. ASan/UBSan/TSan runtime checks. Build sanitizer config separately.

13 1mo ago A 40 tokens original MIT

cpp-static-analysis

29

Redtropig/harness-anchor

Skill Claude CodeCodex

Use in C/C++ projects when reviewing changes or hunting bugs. Runs clang-tidy/cppcheck/IWYU. Needs compilecommands.json. Changed lines only.

13 1mo ago A 37 tokens original MIT

docs-lookup

30

Redtropig/harness-anchor

Skill Claude CodeCodex

Use when looking up unfamiliar tools, APIs, errors, library behavior. Context7 → WebSearch → calibrated uncertainty fallback chain. Don't guess.

13 1mo ago A 32 tokens original MIT

Redtropig/harness-anchor

Skill Claude CodeCodex

Use when starting, advancing, finishing, or blocking a feature. Manages featurelist.json + progress.md + session-handoff.md. Default-FAIL enforced.

13 1mo ago A 37 tokens original MIT

init-verification

32

Redtropig/harness-anchor

Skill Claude CodeCodex

Use at start of work, after env changes (deps/branch/OS), or when something stops working. Runs init.sh health check; treats failures as blocking.

13 1mo ago A 37 tokens original MIT

project-indexing

33

Redtropig/harness-anchor

Skill Claude CodeCodex

Use when locating files or understanding structure. Consults PROJECT-TOC.md (one-line index per file). Staleness via git commit anchor.

13 1mo ago A 34 tokens original MIT

Redtropig/harness-anchor

Skill Claude CodeCodex

Use when a hook/tool returns a warning, lint/type/build error, or test failure after your edit. Iterate evidence-first; stop when verification passes.

13 1mo ago A 35 tokens original MIT

Redtropig/harness-anchor

Skill Claude CodeCodex

Use when deciding what to test, reviewing whether a feature is adequately covered before calling it done, or when tests pass but you're unsure they exercise the real risks. Derives coverage obligations from code + spec, finds gaps (including paths outside the test runner's scope), and designs a minimal…

13 1mo ago A 86 tokens original MIT

Redtropig/harness-anchor

Skill Claude CodeCodex

Use whenever working in a project. Establishes state/scope/verification discipline. Auto-loaded at session start. Complements superpowers.

13 1mo ago A 32 tokens original MIT