From rust-coding-engine
Use when the task requires Rust baseline doctrine: ownership foundations, borrowing, lifetimes, traits, generics, and the initial project-structure decision.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rust-coding-engine:foundationsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Read `../../SKILL.md` for the top-level engine philosophy and the canonical reference taxonomy.
../../SKILL.md for the top-level engine philosophy and the canonical reference taxonomy.../../references/foundations/INDEX.md.../../references/foundations/rust-foundations-ownership-memory-safety.md.../../references/foundations/rust-ownership-cookbook.md.../../references/architecture/rust-architecture-and-scaffolding.md.../../references/architecture/rust-architecture-decision-trees.md.This bridge skill exposes the canonical foundations layer of the engine. It does not replace the underlying doctrine; it routes into it.
npx claudepluginhub joysusy/violet-plugin-place --plugin rust-coding-engineGuides Rust development: project setup, ownership, error handling, async, testing, and troubleshooting.
Guides Rust development patterns including ownership, borrow checker, async, error handling with thiserror/anyhow, and production ecosystem tools like tokio, serde, axum, sqlx.