Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when preparing, containerizing, configuring, testing, or reviewing Rust services for deployment, especially Docker multi-stage builds, runtime configuration, environment overrides, secrets, health checks, SQLx offline builds, release profiles, image-size reduction, or production startup validation.
.claude/skills/hashgraph-online-rust-deployable-service/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 28% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 9% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -19% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 4% | 0% |
Use this skill when a Rust service needs to move from local development to a repeatable container or cloud deployment. Keep runtime configuration explicit, builds reproducible, and health checks boring.
Cargo.toml, workspace layout, Dockerfile, .dockerignore,config files, migrations, .sqlx/, CI, and deployment docs.
external APIs, TLS roots, static files, templates, migrations, and config.
into images.
values.
assets into the final image.
SQLX_OFFLINE=true with checked-in.sqlx/ metadata or provide a build-time database intentionally.
Read references/configuration.md when adding config files, environment variables, or secret handling.
Read references/docker-rust.md before changing Docker builds.
every source edit when practical.
--locked for release builds if the repo commits Cargo.lock.runtime.
Run from the Rust project root when Docker is part of the delivery path:
bashpath/to/rust-deployable-service/scripts/docker-preflight.sh
The script builds an image. It only runs a smoke command when RUST_DEPLOY_SMOKE_COMMAND is set, because services often need environment and infrastructure to start successfully.
references/configuration.md: typed config loading, overrides, validation,and secrets.
references/docker-rust.md: multi-stage builds, SQLx offline builds, runtimeassets, and image checks.
Other measured skills in the registry, with their headline benchmark lift.