AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
Redtropig avatar

Redtropig

14 listings · 0 installs

Open-source publisher. Listings imported from github.com/Redtropig — credited to the original author with their license.

↗ github.com/Redtropig
14 results
Self-run
SKILL

Anti Hallucination Gates

Use before claiming done/fixed/passing — or before asserting something is absent: not installed, not available, no such function, couldn't find it. Default-FAIL runs both ways — every claim needs an evidence path. A negative claim must carry its search scope and observation date; state calibrated uncertainty when evidence is missing.

0
25
Free
Self-run
SKILL

Cpp Build Systems

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

0
32
Free
Self-run
SKILL

Cpp Formatting

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

0
25
Free
Self-run
SKILL

Docs Lookup

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

0
33
Free
Self-run
SKILL

Project Indexing

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

0
29
Free
Self-run
SKILL

Context Budget Discipline

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

0
36
Free
Self-run
SKILL

Using Harness Anchor

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

0
34
Free
Self-run
SKILL

Test Coverage Design

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, edge-case-first test set. Dispatches the coverage-analyst subagent. Generic (language-agnostic…

0
34
Free
Self-run
SKILL

Capturing Golden Rules

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).

0
32
Free
Self-run
SKILL

Init Verification

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.

0
30
Free
Self-run
SKILL

Feature State Keeper

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

0
23
Free
Self-run
SKILL

Cpp Sanitizers

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

0
28
Free
Self-run
SKILL

Cpp Static Analysis

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

0
37
Free
Self-run
SKILL

Self Correction Loop

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.

0
31
Free
You've reached the end · 14 loaded