flutter-pro-max-cli
v1.0.1
Published
CLI to install Flutter Pro Max skill for AI coding assistants
Maintainers
Readme
🚀 Flutter Pro Max CLI
The official command-line interface for deploying Flutter Pro Max technical intelligence to your favorite AI coding assistants.
📦 Installation
The Quick Way (Recommended)
Bootstrap any project in seconds. This command will guide you through selecting and installing the skill for your environment.
npx flutter-pro-max-cliGlobal Installation
For heavy users who want the flutter-pro-max command available everywhere:
# Install globally
npm install -g flutter-pro-max-cli
# Initialize in your project
flutter-pro-max init🛠️ Usage
Interactive Setup
Simply run the command and follow the prompts to detect and install the skill for your active AI assistants.
flutter-pro-max initScripted Installation
For CI/CD or automated setups, you can specify the assistant type directly:
# Install for a specific assistant
flutter-pro-max init --ai claude
flutter-pro-max init --ai cursor
# Install for all supported assistants
flutter-pro-max init --ai all🤖 Supported AI Assistants
This CLI bridges the gap between the Flutter Pro Max knowledge base and your development tools:
| Assistant | Type Flag | Installation Path |
|-----------|-----------|-------------------|
| Claude Code | claude | .claude/skills/ |
| Cursor | cursor | .cursor/commands/ |
| Windsurf | windsurf | .windsurf/workflows/ |
| Antigravity | antigravity | .agent/workflows/ |
| Trae | trae | .trae/skills/ |
| Gemini CLI | gemini | .gemini/skills/ |
| GitHub Copilot | copilot | .github/prompts/ |
| RooCode | roocode | .roo/commands/ |
| Kiro | kiro | .kiro/steering/ |
| Qoder | qoder | .qoder/rules/ |
| CodeBuddy | codebuddy | .codebuddy/commands/ |
| Codex | codex | .codex/skills/ |
🔧 Development
If you want to contribute or modify the CLI:
# Clone and install
git clone https://github.com/btLong402/flutter-skill.git
cd cli
npm install
# Build the project
npm run build
# Run locally in development mode
npm run dev📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
Streamline your Flutter development with AI-powered architectural intelligence.
