PostToolUse
25Hook
Runs after a tool call finishes for Write and Edit tool calls, executing post-write-walkthrough.sh via sh. From krzemienski/proofpunk.
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing post-write-walkthrough.sh via sh. From krzemienski/proofpunk.
Agent
Execution-first builder that proves work with end-user testing (Proofpunk doctrine).
Command
Author a new high-quality prompt on the canonical XML skeleton.
Command
Implement a goal end to end with the Proofpunk orchestrator.
Command
Install proofpunk project memory — CLAUDE.md or AGENTS.md (platform-correct, ≤200 lines, merged never clobbered) plus scoped rules.
Command
Rate a prompt file against the 100-point rubric and apply remediations to file.
Command
Run a repo-wide intent-vs-code truth audit with evidence-backed findings.
Command
End-user test the current work as the end user, producing executed proof.
Skill Claude CodeCodex
Structured solution brainstorming with trade-off analysis and brutal honesty: scans the codebase BEFORE asking questions, pins exact requirements (expected output, acceptance criteria, scope boundary constraints, touchpoints), presents 2-3 approaches with pros/cons in visible text, and writes no code until the user…
Skill Claude CodeCodex
Conduct an evidence-backed, end-to-end audit and safe remediation of any software repository. Reconstructs change intent from history, verifies code, configuration, documentation, runtime behavior, dependencies, and production readiness; identifies drift, dead code, stale docs, cleanup risks, and remediation options…
Skill Claude CodeCodex
The proof standard for end-user testing: every completion claim is proven by driving the real system as the end user, with run-scoped fresh evidence (timestamped, sequential, non-empty, never reused across runs), full-path citations describing what is SEEN, personally examined proof before any task is marked done…
Skill Claude CodeCodex
App-wide functional audit of a live site or app that inventories EVERY user interaction — every screen, page, button, form, link, endpoint, and flow — then clicks through everything and validates each one against the real running system, remediates failures immediately, and revalidates until clean. Five phases…
Skill Claude CodeCodex
The single write path: scouts the real codebase (mandatory, subagents) distills TRUE success criteria, mines past sessions (session-intent) forges the build prompt (prompt-forge), decomposes into a task graph where every task carries a proof obligation, then runs the execution loop — implement a task, drive the…
Skill Claude CodeCodex
Drive and validate iOS apps end-to-end on real simulators — five-phase SETUP, RECORD, ACT, COLLECT, VERIFY protocol with video recording, log streaming, and screenshot evidence; three-facet validation checkpoints (simulator + backend + log analysis); xcrun simctl device control; XC-MCP accessibility-first UI…
Skill Claude CodeCodex
Second-pass plan strengthening: red-teams a draft plan through multiple adversarial lenses, scores confidence gaps, researches weak sections injects or strengthens proof obligations, and surgically remediates findings while preserving the original intent. Also converts arbitrary prompts or plans into proof-carrying…
Skill Claude CodeCodex
Take a codebase from 'works on my machine' to shippable — systematic 8-phase production-readiness audit (risk-based cleanup waves, dead code documentation drift, zero-regression enforcement), spec-vs-implementation compliance audits that find COVERED/INCOMPLETE/MISSING gaps, and dependency supply-chain health (CVEs…
Skill Claude CodeCodex
Prompt engineering, rating, and pipeline design: authors high-quality prompts on the canonical XML tag skeleton, rates any prompt against a quantitative rubric with test cases and metrics, optimizes weak prompts against real failure evidence, and builds multi-stage meta-prompt pipelines (.prompts/ directories…
Skill Claude CodeCodex
Router and entry point for the proofpunk plugin's 17 delivery skills — reads a request, names the single best-fit skill (or short ordered chain for compound asks), and hands off without repeating that skill's own doctrine. Covers the full arc: brainstorm a design, plan or harden a multi-phase build, implement it end…
Skill Claude CodeCodex
Attack your own plans, prompts, and outputs before reality does — 4-lens hostile review (security, scope-creep, evidence-rigor, failure-modes) against plans/prompts/artifacts, formal eval-driven development (EDD) scoring agent sessions against rubrics, QA cycling loops (test, verify fix, repeat until goal met), and…
Skill Claude CodeCodex
Find and fix the real cause of bugs, never the symptom — disciplined reproduce-minimize-hypothesize-instrument loops for hard bugs and performance regressions, backward call-stack tracing to the original trigger, test-pollution bisection with a find-polluter script, expert investigation protocols, and…
Skill Claude CodeCodex
Reconstruct what was actually ASKED from the sessions themselves — parses Claude Code JSONL transcripts into a per-session intent matrix (first user prompt = stated intent, subsequent prompts = steering, tool calls, files touched, commits made), aligns sessions to git history, and builds intent-vs-implementation…
Skill Claude CodeCodex
Real-system test discipline per stack — pytest/Go/C++/Django/Spring Boot gotchas that cause flaky CI, FastAPI HTTP/SSE testing with curl Playwright browser automation with server lifecycle management, and condition-based waiting to kill timing flakes. Use when writing debugging, or deflaking test suites in Python, Go…
Skill Claude CodeCodex
End-user proof for terminal UIs (Ink, blessed, textual, ratatui, curses): drive the real TUI in a real PTY as the end user with observe-then-act discipline, matched-assertion waits, three-facet evidence (screen + disk + logs), and pixel proof for visual claims. Codifies the measured lessons of driving agent-tty…
Skill Claude CodeCodex
Deep end-to-end audit of any UI screen across four dimensions — visual defects, interactive elements, content quality, and UX heuristics — ending in one severity-classified report. Inventories every action item (button link, field, gesture), verifies each is discoverable and reachable, audits prose / code-block /…