What is flutter-parallel-agents?
Use when facing 2+ independent Flutter tasks that can be worked on without shared state or sequential dependencies Source: vp-k/flutter-craft.
Use when facing 2+ independent Flutter tasks that can be worked on without shared state or sequential dependencies
Quickly install flutter-parallel-agents AI skill to your development environment via command line
Source: vp-k/flutter-craft.
When you have multiple unrelated tasks (different features, different test files, different bugs), working on them sequentially wastes time. Each investigation is independent and can happen in parallel.
Core principle: Dispatch one agent per independent problem domain. Let them work concurrently.
Announce at start: "I'm using the flutter-parallel-agents skill to handle these tasks."
Use when facing 2+ independent Flutter tasks that can be worked on without shared state or sequential dependencies 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-parallel-agentsUse when facing 2+ independent Flutter tasks that can be worked on without shared state or sequential dependencies 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-parallel-agents 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