From sc-rust
Rust code quality auditor. Detects the project stack via sniff (01-scan), loads the applicable Rust knowledge pivots from the plugin, and delegates a structured code review to aidd-dev:reviewer using the pivots as acceptance criteria. Use when the user asks to: audit Rust code, check Rust best practices, review code quality, check idiomatic Rust, audit Axum/Actix conventions, check ownership patterns, clippy compliance, or invokes /sc-rust:audit. Does not install any files to .claude/rules/.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sc-rust:auditsonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Rust code quality audit — detects applicable pivots via sniff and delegates to `aidd-dev:reviewer`.
Rust code quality audit — detects applicable pivots via sniff and delegates to aidd-dev:reviewer.
| # | Action | Role | Input |
|---|---|---|---|
| 01 | audit | Detect stack → load pivots → spawn aidd-dev:reviewer | project path |
Single action: audit.
.claude/rules/skills/sniff/references/capabilities/) — loaded at runtime, not pre-installedaidd-dev:reviewer is the analysis engine — audit provides the acceptance criteria (pivots), reviewer provides the findings02-install-pivots — audit is read-only..claude/rules/ or any project directory.01-scan first to get the pivot manifeste before loading references.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub rebellioussmile/my-claude-marketplace --plugin sc-rust