Surgical workflow agents for Claude Code.
git clone https://github.com/privkeyio/privkey-agents.git
claude --plugin-dir ./privkey-agentsOr install permanently - see Installation Guide.
| Agent | Description |
|---|---|
code-execution |
Execute code changes with verification |
pr-review |
Audit PR changes for bugs and security issues |
pr-fixes |
Rebase and fix PR issues for merge |
refactor |
Simplify code, keep files under 500 lines |
stress-test |
Find crashes, memory issues, vulnerabilities |
security-review |
OWASP security scan |
rmp-review |
RMP architecture compliance audit |
| Command | Description |
|---|---|
/pr-pipeline |
Run full PR preparation pipeline |
- Plugin README - Full documentation for each agent
- Installation Guide - Permanent installation options
- CLAUDE.md.example - Global Claude configuration template