From sc-rust
Harden Rust backend services for production readiness. Use when working on Tokio, Axum, Hyper, Tonic, or Reqwest-based services and you need guidance or review for config validation, structured tracing, request IDs, timeouts, retries, graceful shutdown, backpressure, body limits, health checks, metrics, and dependency hygiene. Not for non-service Rust crates, embedded Rust, pure sync CLI tools, or low-level libraries without runtime, network, or server concerns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sc-rust:rust-service-hardeningThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill focuses on runtime behavior and service operability. Use it when the main question is "is this Rust service safe to run under load and during deploys?" rather than "is this Rust code idiomatic?"
This skill focuses on runtime behavior and service operability. Use it when the main question is "is this Rust service safe to run under load and during deploys?" rather than "is this Rust code idiomatic?"
Use this skill for Rust services that handle network traffic, async workloads, request lifecycles, or deployment/runtime concerns.
Best fit:
Do not use this skill for:
Prefer this skill when the user mentions:
Prefer other Rust skills when the task is mostly about:
rust-developmentrust-best-practicesApply checks in this order and stop early only if the higher-priority gaps make the rest of the review misleading.
spawn_blocking for blocking or CPU-heavy workreferences/production-checklist.md — primary review checklist and evidence to look forreferences/framework-notes.md — framework-specific notes for Tokio, Axum/Hyper, Tonic, and ReqwestRead production-checklist.md first. Read framework-notes.md only for the frameworks that actually appear in the codebase or task.
Use these existing sc-rust agents for service-hardening workflows:
| Operation | Agent | Returns |
|---|---|---|
| Design review or rollout hardening plan | rust-architect | Architecture blueprint or hardening plan with concrete implementation guidance |
| Sprint review or diff-scoped service-hardening review | rust-code-reviewer | High-confidence review findings limited to applicable service-hardening topics |
| Codebase tracing before review | rust-code-explorer | Codepath map showing where startup, request handling, clients, queues, and shutdown behavior live |
| Validation pass after changes | rust-qa-agent | QA report covering tests, quality gates, and broader validation after hardening work |
When delegating, use the same run_in_background: true payload format used by the other sc-rust skills and keep the prompt focused on service-hardening concerns rather than general Rust style issues.
Use this mode when reviewing a plan, service design, or rollout readiness:
references/production-checklist.mdreferences/framework-notes.mdrust-architect when the user wants architecture advice, a rollout hardening plan, or a gap analysis before code changesUse this mode for review of recent changes or a narrow file set:
references/production-checklist.mdrust-code-reviewerIf the service boundaries are unclear, use rust-code-explorer first to locate:
Use rust-qa-agent when the user wants a QA run after hardening changes or asks for broader validation beyond review guidance.
rust-development handles broad Rust implementation standards.rust-best-practices handles structural Rust design patterns.rust-service-hardening handles runtime, resilience, and service-operability defaults.These skills complement each other, but this skill should win when the main concern is operating a Rust service safely in production.
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