What is flutter-worktrees?
Use when starting feature work that needs isolation from current workspace - creates isolated git worktrees with Flutter project setup Source: vp-k/flutter-craft.
Use when starting feature work that needs isolation from current workspace - creates isolated git worktrees with Flutter project setup
Quickly install flutter-worktrees AI skill to your development environment via command line
Source: vp-k/flutter-craft.
Git worktrees let you work on multiple branches simultaneously in separate directories. Each worktree is fully independent - you can run different Flutter versions, have different dependencies, without affecting your main workspace.
Core principle: Isolated workspace = safe experimentation + parallel development
Announce at start: "I'm using the flutter-worktrees skill to create an isolated workspace."
Use when starting feature work that needs isolation from current workspace - creates isolated git worktrees with Flutter project setup Source: vp-k/flutter-craft.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/vp-k/flutter-craft --skill flutter-worktreesUse when starting feature work that needs isolation from current workspace - creates isolated git worktrees with Flutter project setup Source: vp-k/flutter-craft.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/vp-k/flutter-craft --skill flutter-worktrees Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/vp-k/flutter-craft