npx claudepluginhub vm0-ai/team-skills --plugin dev-serverThis skill uses the workspace's default tool permissions.
Reset the turbo development environment to a clean state.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Reset the turbo development environment to a clean state.
Remove node_modules across the monorepo:
cd turbo && rm -rf node_modules apps/*/node_modules packages/*/node_modules
Clear turbo cache:
cd turbo && rm -rf .turbo apps/*/.turbo packages/*/.turbo
Reinstall dependencies:
cd turbo && pnpm install
Sync database migrations:
cd turbo/apps/web && pnpm db:migrate
Run all steps sequentially. Report success or failure after each step.