init-project
Installation
SKILL.md
Initialize Rust Project for rust-agents
Scaffold all directories, project rules, and knowledge base files required by the rust-agents plugin — agent handoffs, team results, implementation plans, testing infrastructure, and branching conventions.
Argument: $ARGUMENTS — pass --force to overwrite existing files.
Steps
1. Pre-flight checks
- Verify
Cargo.tomlexists at workspace root - If
.local/already exists and--forcewas NOT passed, report what exists and skip creation
2. Run scaffold script
bash "${CLAUDE_SKILL_DIR}/scripts/scaffold.sh" $ARGUMENTS