Onsails Cc
onsails-cc is a Claude Code plugin for the Ship phase that runs an iterative simplify-review-fix loop and enforces FAIL FAST Rust development standards via two bundled skills.
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.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install onsails-cc@onsails/ccBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:onsails/cc") and the paste-ready config with skillselion.get_install_config("plugin:onsails/cc").
What it does
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 solo builders 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 indie 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 Build-phase 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.
Highlights
- 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
Why builders use it
One-off AI reviews miss regressions and sloppy Rust, and generic agents do not enforce a strict simplify-review-fix habit before you ship.
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.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 21 stars, 0 votes.
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.
Comments
Share how you use onsails-cc, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.