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

  1. Read the feature description carefully. Understand exactly what needs to be scaffolded.

  2. Check existing state. Read package.json, Cargo.toml, and directory structure to understand what already exists vs. what needs to be created.

  3. Execute setup commands. Run the scaffolding commands (create-tauri-app, pnpm install, etc.). Verify each command succeeds before proceeding.

Installs
1
GitHub Stars
46
First Seen
7 days ago
scaffold-worker — iamzhihuix/droid-account-manage