Personal plugin marketplace for Claude Code.
/plugin marketplace add fallen90/claude-plugins
/plugin install <plugin>@fallen90
| Plugin | Version | Description |
|---|---|---|
handoff |
1.7.1 | Hand off context between AI coding sessions via HANDOFF.md. Hardened fork of willseltzer/claude-handoff: handoff contents are treated as untrusted data on every read path, commands need per-command approval, secrets are never written, and merges never shrink the union of knowledge. Commands: /handoff:create, /handoff:quick, /handoff:resume. |
adversarial-loop |
1.0.1 | Run adversarial review→fix improvement loops on an artifact without the loop degrading what it improves: charter-guarded invariants, independently verified findings, regression gates on every diff, decision ledger, convergence-based stopping. Trigger: /adversarial-loop <target>. |
pi |
0.1.1 | Drive the pi-coding-agent CLI from Claude Code to delegate tasks and run code reviews. |
Each plugin has its own README; handoff and adversarial-loop also keep a CHANGELOG. Every change to a plugin bumps its version in both its plugin.json and this marketplace's manifest.
MIT — see LICENSE. plugins/handoff retains its upstream copyright notice as a fork.