Skip to main content
Redtropig
GitHub creator profile

Redtropig

Repository-level view of 14 collected skills across 1 GitHub repositories.

skills collected
14
repositories
1
updated
2026-07-19
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

context-budget-discipline
project-management-specialists

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

2026-07-19
anti-hallucination-gates
software-quality-assurance-analysts-and-testers

Use before claiming "done", "fixed", "complete", "passing". Default-FAIL contract — every criterion needs evidence; express uncertainty if missing.

2026-07-19
capturing-golden-rules
software-quality-assurance-analysts-and-testers

Use when the same mistake or bad pattern recurs, when a code-review comment is really a convention worth enforcing, or when you catch AI-generated drift/slop and want it to never happen again. Encodes the lesson as a durable rule in golden-rules.md — the feedback-flywheel / harness-layer-learning ratchet — instead of a one-off fix. Generic (language-agnostic).

2026-07-19
feature-state-keeper
software-developers

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

2026-07-19
cpp-sanitizers
software-developers

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

2026-07-17
using-harness-anchor
software-developers

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

2026-07-17
cpp-static-analysis
software-developers

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

2026-07-16
self-correction-loop
software-quality-assurance-analysts-and-testers

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.

2026-07-14
Showing top 8 of 14 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded