
Onsails Cc
- 42 repo stars
- Updated July 23, 2026
- onsails/cc
onsails-cc is a Claude Code plugin that runs an iterative simplify-review-fix loop and enforces FAIL FAST Rust development standards via two bundled skills.
About
onsails-cc is a two-skill Claude Code plugin bundle from onsails/cc that combines review-loop with rust-dev. Review-loop drives an iterative simplify-review-fix cycle so developers do not treat a single agent pass as done; rust-dev applies FAIL FAST standards so Rust suggestions stay strict and consistency-minded. The mix suits developers shipping CLI tools, agents, or backend services in Rust who want Claude Code to behave more like a disciplined reviewer than a permissive autocomplete. Canonical catalog placement emphasizes Ship and code review because the loop is the standout capability, while Rust standards clearly support backend work as a secondary concern. You should still run your own tests and security checks; this bundle tightens review rhythm and Rust conventions inside the agent session. Install when you already use Claude Code on Rust repos and want repeatable review iterations without maintaining custom prompt chains by hand.
- Two-plugin bundle: review-loop (iterative simplify-review-fix) and rust-dev (FAIL FAST standards)
- Review-loop automates simplify, review, and fix cycles instead of one-shot suggestions
- rust-dev encodes strict Rust development standards for agent-assisted coding
- Community repo onsails/cc with 21 GitHub stars and development-oriented keywords
- Pairs automated review with language-specific guardrails for Rust-heavy projects
Onsails Cc by the numbers
- Data as of Jul 24, 2026 (Skillselion catalog sync)
/plugin install onsails-cc@onsails/ccAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 42 |
|---|---|
| Last updated | July 23, 2026 |
| Repository | onsails/cc ↗ |
What it does
Install when you want an iterative simplify-review-fix loop before merge and strict FAIL FAST Rust standards while Claude Code helps you build and refine code.
Who is it for?
Rust-focused developers who want automated review loops and strict coding standards inside Claude Code before merging or releasing.
Skip if: Pure frontend or.NET shops with no Rust code, or teams that only need a single lint run without agent-driven iteration.
What you get
You get repeatable review-loop passes plus rust-dev FAIL FAST guardrails so Claude Code iterates on fixes and holds Rust work to stricter standards.
- review-loop driven simplify-review-fix iterations on code changes
- rust-dev FAIL FAST standard enforcement during Rust-focused sessions
- Two enabled plugins from a single onsails/cc repository install
By the numbers
- Bundle contains 2 plugins per catalog metadata (review-loop and rust-dev)
- Source repository onsails/cc reports 21 GitHub stars in ingested catalog data
- Ten plugin keywords including review, loop, rust, standards, and automated
Recommended Plugins
How it compares
Dual skill plugin (review loop plus Rust standards), not an MCP server integration or plan-export utility.
FAQ
Who is Onsails Cc for?
It is for Claude Code users shipping Rust projects who want iterative review-fix loops and FAIL FAST Rust dev standards in one plugin bundle.
When should I use Onsails Cc?
Use it during Ship-phase review before merge or release, and during Rust implementation when you want strict agent-enforced standards alongside the loop.
How do I add Onsails Cc to my agent?
Install the onsails/cc Claude Code plugin (two plugins: review-loop and rust-dev), enable both in Claude Code, and work from your Rust project root.