Proofpunk banner
krzemienski krzemienski

Proofpunk

Testing community

Description

Proofpunk — execution-first delivery plugin for Claude Code, oh-my-pi (OMP), and OpenCode. 18 skills where done means proven by end-user testing, plus a 20-theme flat-black cyberpunk pack.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Proofpunk

An execution-first delivery **plugin for Claude Code, oh-my-pi (OMP), and OpenCode**: 18 skills that make "done" mean *proven by end-user testing*. The AI drives the real system as an end user — clicking, typing, submitting via MCP/automation tools — and any claim it did not actually execute is reported **UNVERIFIED**, never PASS. No mocks, no stubs, no test-mode bypasses.

Install

**Claude Code** (plugin — skills, commands, SessionStart doctrine hook):

/plugin marketplace add krzemienski/proofpunk
/plugin install proofpunk@proofpunk-marketplace

**oh-my-pi / OMP** (plugin — skills, commands, doctrine-guard extension; catalog at `.omp-plugin/marketplace.json`, Claude-compatible `.claude-plugin/` fallback):

omp plugin marketplace add krzemienski/proofpunk
omp plugin install proofpunk@proofpunk

**OpenCode** — the installer drops the plugin, commands, 4 agents, and skills into `~/.config/opencode/`, or use the full plugin via the same catalog above. **Any agent** — plain skills into any directory:

bash tools/proofpunk-install.sh --target claude-code            # ~/.claude/skills (also read by OpenCode + OMP)
bash tools/proofpunk-install.sh --target omp --themes --plugins # oh-my-pi skills + themes + extension
bash tools/proofpunk-install.sh --target opencode --themes --plugins
bash tools/proofpunk-install.sh --target agents                 # ~/.agents/skills (shared)

Or download `proofpunk-marketplace.tar.gz` from this repo's release artifacts and extract it into your marketplaces directory.

**Upgrading from v1.10.0–v2.1.0?** `--hooks` installs on those versions copied `evidence-guard.sh` to disk but never registered it in `settings.json` — secrets-in-evidence enforcement was silently inert for that hook. Fixed in v2.2.0 (`99c72fb`). Re-run `bash tools/proofpunk-install.sh --hooks` to activate it. To check your own state, open `settings.json` and confirm `evidence-guard.sh` appears in the `hooks` array, not just on disk.