什麼是 flutter-worktrees?
在啟動需要與目前工作區隔離的功能工作時使用 - 使用 Flutter 專案設定建立隔離的 git 工作樹 來源:vp-k/flutter-craft。
在啟動需要與目前工作區隔離的功能工作時使用 - 使用 Flutter 專案設定建立隔離的 git 工作樹
透過命令列快速安裝 flutter-worktrees AI 技能到你的開發環境
來源: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."
在啟動需要與目前工作區隔離的功能工作時使用 - 使用 Flutter 專案設定建立隔離的 git 工作樹 來源:vp-k/flutter-craft。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/vp-k/flutter-craft --skill flutter-worktrees在啟動需要與目前工作區隔離的功能工作時使用 - 使用 Flutter 專案設定建立隔離的 git 工作樹 來源:vp-k/flutter-craft。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/vp-k/flutter-craft --skill flutter-worktrees 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/vp-k/flutter-craft