From sc-rust
Develop, review, and explore Rust code with strict adherence to Pragmatic Rust Guidelines. Use when the user mentions Rust, .rs files, Cargo, clippy, rustdoc, or requests Rust architecture, implementation, or review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sc-rust:rust-developmentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill coordinates Rust development workflows and enforces Rust coding standards and best practices when creating or modifying Rust code.
This skill coordinates Rust development workflows and enforces Rust coding standards and best practices when creating or modifying Rust code.
When asked about generating new code or making code changes to existing code, make
sure that edits are conformant to the Rust guidelines at .claude/skills/rust-development/guidelines.txt if the language to generate is Rust.
Key areas to enforce:
Only add a compliance comment when the user explicitly asks for a compliance annotation or a compliance-focused review. If requested, add:
// Rust guideline compliant {date}
where {date} is the guideline date/version.
Use these agents for Rust workflows. Always set run_in_background to true in the invocation payloads.
rust-architect: Architecture and implementation blueprintsrust-code-reviewer: High-confidence Rust code reviewsrust-code-explorer: Feature tracing and architecture mappingrust-developer: Rust implementation and refactoringInvocation template (always keep run_in_background: true):
{
"description": "Short description of what the agent will do",
"prompt": "Detailed task description",
"subagent_type": "rust-architect | rust-code-reviewer | rust-code-explorer | rust-developer",
"run_in_background": true
}
This skill activates automatically when:
The detailed guidelines are maintained in .claude/skills/rust-development/guidelines.txt.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub randlee/synaptic-canvas --plugin sc-rust