·flutter-worktrees
</>

flutter-worktrees

Use when starting feature work that needs isolation from current workspace - creates isolated git worktrees with Flutter project setup

10Installs·0Trend·@vp-k

Installation

$npx skills add https://github.com/vp-k/flutter-craft --skill flutter-worktrees

How to Install flutter-worktrees

Quickly install flutter-worktrees AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/vp-k/flutter-craft --skill flutter-worktrees
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: vp-k/flutter-craft.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/vp-k/flutter-craft --skill flutter-worktrees
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from vp-k/flutter-craft

Quick answers

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.

How do I install flutter-worktrees?

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

Where is the source repository?

https://github.com/vp-k/flutter-craft