Plugin marketplace for Punt Labs projects.
curl -fsSL https://raw.githubusercontent.com/punt-labs/claude-plugins/3ebea28/install.sh | shThe URL is pinned to a specific commit. The script fetches the marketplace catalog, shows available plugins with source repos, displays a sha256 checksum, then registers the marketplace with Claude Code.
Manual setup (no curl)
claude plugin marketplace add punt-labs/claude-pluginsVerify before running
curl -fsSL https://raw.githubusercontent.com/punt-labs/claude-plugins/3ebea28/install.sh -o install.sh
shasum -a 256 install.sh
cat install.sh
sh install.sh| Plugin | Source | Description |
|---|---|---|
punt |
punt-kit | Standards enforcement and reconciliation |
dungeon |
dungeon | Text adventure game engine for Claude Code |
biff |
biff | UNIX-style team communication (/who, /finger, /write, /read) |
prfaq |
prfaq | Amazon Working Backwards PR/FAQ process with LaTeX output |
claude plugin install punt@punt-labs
claude plugin install dungeon@punt-labs
claude plugin install biff@punt-labs
claude plugin install prfaq@punt-labs