HetCreep

18 mods across 1 repository, 12 stars between them.

coalmine

01

HetCreep/CoalMine

Plugin Claude Code

CoalMine — a quality meta-skills suite for coding agents (canary-in-the-coal-mine early warning).

12 7d ago A tokens not measured original Apache-2.0

coalmine

02

HetCreep/CoalMine

Plugin Claude Code

CoalMine — 9 quality-canary skills for coding agents: rot-canary (code-health audit + auto-cadence hooks), gold-standard (world-class completeness; fills & adopts rules), source-grounding (anti-hallucination sourcing), supply-chain-audit (deps/build/artifact trust), resilience-audit (failure-mode FMEA)…

12 7d ago A tokens not measured original Apache-2.0

coalmine-scanner

03

HetCreep/CoalMine

Agent

Read-only scan worker for CoalMine canary skills (Heavy/Standard tier fan-out). Scans an assigned scope for ONE canary dimension and returns a compressed findings table — no prose, no fixes, no follow-up questions. Spawn one per category/module; the orchestrating skill merges the tables.

12 7d ago A 66 tokens original Apache-2.0

stats

04

HetCreep/CoalMine

Command

CoalMine measurement dashboard — canary activity this session + rule-freshness status across the project's rules home.

12 7d ago A 21 tokens original Apache-2.0

update

05

HetCreep/CoalMine

Command

CoalMine self-update — check for a newer CoalMine version and offer to apply it, or set how updates are handled.

12 7d ago A 24 tokens original Apache-2.0

SessionStart

06

HetCreep/CoalMine

Hook

Runs when a session starts, executing coalmine-conductor.js via node. From HetCreep/CoalMine.

12 7d ago A tokens not measured copy · 66% Apache-2.0

PostToolUse

07

HetCreep/CoalMine

Hook

Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing rot-canary-touch.js via node. From HetCreep/CoalMine.

12 7d ago A tokens not measured original Apache-2.0

Stop

08

HetCreep/CoalMine

Hook

Runs when the agent finishes a response, executing rot-canary-stop.js via node. From HetCreep/CoalMine.

12 7d ago A tokens not measured copy · 53% Apache-2.0

coalmine

09

HetCreep/CoalMine

Plugin Claude Code

CoalMine — 9 quality-canary skills for coding agents: rot-canary (code-health audit + auto-cadence hooks), gold-standard (world-class completeness; fills & adopts rules), source-grounding (anti-hallucination sourcing), supply-chain-audit (deps/build/artifact trust), resilience-audit (failure-mode FMEA)…

12 7d ago A tokens not measured copy · 100% Apache-2.0

drift-canary

10

HetCreep/CoalMine

Skill Claude CodeCodex

Compatibility and schema drift canary — checks for database schema migration safety, breaking API contract changes, serializable payload mismatches, and backward compatibility drift. Triggers on keywords: "/drift-canary", "drift-canary", "contract drift", "breaking changes". Use when changing DB schemas, API…

12 7d ago A 78 tokens original Apache-2.0

gold-standard

11

HetCreep/CoalMine

Skill Claude CodeCodex

World-class completeness audit — score a project's rules/standards/features against best-in-class exemplars, name the gaps, fill missing rules, adopt as binding, then offer to conform existing code. Triggers on keywords: "/gold-standard", "gold-standard", "audit rules", "are we world-class", "fill gaps", "complete our…

12 7d ago A 80 tokens original Apache-2.0

resilience-audit

12

HetCreep/CoalMine

Skill Claude CodeCodex

Failure-mode audit (FMEA for software) — for each way the system can fail (network, storage, partial completion, crash, concurrency, bad input), check whether code DETECTS, HANDLES, RECOVERS, and COMMUNICATES it. Triggers on: "/resilience-audit", "resilience-audit", "FMEA audit". Use when touching network, storage…

12 7d ago A 119 tokens original Apache-2.0

rot-canary

13

HetCreep/CoalMine

Skill Claude CodeCodex

Code-health scan — dead code, bug-prone logic, resource leaks, concurrency bugs, silent failures, input-boundary issues, doc rot. Triggers on: "/rot-canary", "rot-canary", "code-health" (legacy aliases: "/rotcanary", "rotcanary"). Auto-runs at session end on touched files (QUICK, report only) via platform hooks …

12 7d ago A 114 tokens original Apache-2.0

scale-canary

14

HetCreep/CoalMine

Skill Claude CodeCodex

Performance complexity and resource allocation canary — checks for O(N^2) loops, database N+1 query patterns, memory leaks (unbounded collections), and blocking calls in main event loop. Triggers on keywords: "/scale-canary", "scale-canary", "performance audit", "scale audit". Use when writing loops over growing data…

12 7d ago A 85 tokens original Apache-2.0

source-grounding

15

HetCreep/CoalMine

Skill Claude CodeCodex

Verify version-sensitive facts against live authoritative sources before asserting them in code or answers. Triggers on: "/source-grounding", "source-grounding", "sourcing". Standing rule — always active via CLAUDE.md. Invoke for deep verification work (API signatures, CVEs, model IDs, auth flows, deprecated patterns…

12 7d ago A 74 tokens original Apache-2.0

supply-chain-audit

16

HetCreep/CoalMine

Skill Claude CodeCodex

Software supply chain audit — dependencies (CVEs, maintenance, licenses, transitive risk), build/CI integrity (SHA-pinned actions, lockfile, CI-only release), artifact integrity (checksums, signing, SBOM). Triggers on: "/supply-chain-audit", "supply-chain-audit", "dependency audit". Run before adding a dep, before a…

12 7d ago A 98 tokens original Apache-2.0

telemetry-canary

17

HetCreep/CoalMine

Skill Claude CodeCodex

Observability and structured logging canary — checks for structured logs (JSON), OpenTelemetry metrics/traces, proper error stack traces, and flags empty catches or silent log swallowing. Triggers on keywords: "/telemetry-canary", "telemetry-canary", "observability audit", "structured logging". Use when adding or…

12 7d ago A 83 tokens original Apache-2.0

testability-canary

18

HetCreep/CoalMine

Skill Claude CodeCodex

Testability and design decoupling canary — checks for tight coupling, lack of Dependency Injection (DI), hardcoded constructors, Single Responsibility Principle (SRP) violations, and mockability gaps. Triggers on keywords: "/testability-canary", "testability-canary", "testability audit", "decoupling". Use when…

12 7d ago A 88 tokens original Apache-2.0