Skip to content
/ cc Public

Claude Code skills: review-loop (iterative code review with per-issue subagents) and rust-dev (FAIL FAST standards)

License

Notifications You must be signed in to change notification settings

onsails/cc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onsails/cc

Claude Code plugins for power users.

Plugins

review-loop

Automated code review and fix loop with per-issue subagents.

  • Optional code-simplifier pre-pass (install from anthropics/claude-plugins-official)
  • 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
Screenshot 2026-01-24 at 15 17 56

Full documentation →

rust-dev

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)

Full documentation →

Installation

claude plugin marketplace add https://github.com/onsails/cc
claude plugin install review-loop@onsails-cc
claude plugin install rust-dev@onsails-cc

License

MIT

About

Claude Code skills: review-loop (iterative code review with per-issue subagents) and rust-dev (FAIL FAST standards)

Topics

Resources

License

Stars

Watchers

Forks