Claude Code plugins for power users.
Automated code review and fix loop with per-issue subagents.
- Code simplification pre-pass via
simplifyskill - Runs minimum 4 review iterations until stable
- Spawns isolated Task agent per issue (preserves main context)
- Auto-discovers project standards: CLAUDE.md, CI configs, linter rules
- Smart target branch detection via PR or git history
Strict Rust development standards with FAIL FAST error handling.
- Enforces Edition 2024, proper error propagation
- Workspace templates and dependency version lookup
- rust-builder and review-rust-code agents included
- Module organization guidance (split at 500+ lines)
Orchestrate one large milestone as staged brainstorm/plan/codex-execute cycles in a living sprint doc.
- Decomposes a multistage milestone into stages; resumes across sessions from the doc
- Per stage: brainstorm spec → write plan → codex implements →
/code-review --fix→ verify → land - Keeps the main context a lean conductor; runs each stage in an isolated worktree subagent
- Delegates implementation to codex; degrades gracefully without
superpowers/codex - Pairs with the official Codex plugin (
openai/codex-plugin-cc,codex@openai-codex) for delegated execution
claude plugin marketplace add https://github.com/onsails/cc
claude plugin install review-loop@onsails-cc
claude plugin install rust-dev@onsails-cc
claude plugin install codex-sprint@onsails-cccodex-sprint delegates execution to the official Codex plugin — install it from its own marketplace:
claude plugin marketplace add https://github.com/openai/codex-plugin-cc
claude plugin install codex@openai-codexMIT