init-rust
init-rust
Generate Rust tooling configuration files for a new project. This skill is used by the init-project skill but can also be used standalone.
Files to Generate
Copy assets/Cargo.toml into the target directory and substitute <project-or-subdirectory-name> with the actual project (or subdirectory) name.
Supply-chain protection
Cargo has no native minimum-release-age setting equivalent to pnpm's minimumReleaseAge or uv's exclude-newer. There is no opinionated default to ship here. For defence-in-depth, consider layering cargo-deny with the RustSec advisory database in projects that pull in third-party crates.
More from kstonekuan/init-project-skill
init-project
Scaffold a new project with opinionated tooling configs for TypeScript, Rust, Python, Docker, and/or Shell
7init-typescript
Generate opinionated TypeScript project config files (package.json, tsconfig.json, biome.json, pnpm-workspace.yaml) for use with init-project
4init-python
Generate opinionated Python project config (pyproject.toml with ruff, ty, and uv supply-chain guard) for use with init-project
4