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.toml exists at workspace root
  • If .local/ already exists and --force was NOT passed, report what exists and skip creation

2. Run scaffold script

bash "${CLAUDE_SKILL_DIR}/scripts/scaffold.sh" $ARGUMENTS
Installs
1
GitHub Stars
7
First Seen
Apr 24, 2026
init-project — bug-ops/claude-plugins