scaffold-worker
Installation
SKILL.md
Scaffold Worker
NOTE: Startup and cleanup are handled by worker-base. This skill defines the WORK PROCEDURE.
When to Use This Skill
For features that initialize or significantly restructure the project skeleton: creating the Tauri app, setting up build tooling, configuring CSS frameworks, adding foundational libraries.
Required Skills
None
Work Procedure
-
Read the feature description carefully. Understand exactly what needs to be scaffolded.
-
Check existing state. Read package.json, Cargo.toml, and directory structure to understand what already exists vs. what needs to be created.
-
Execute setup commands. Run the scaffolding commands (create-tauri-app, pnpm install, etc.). Verify each command succeeds before proceeding.