JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 68
  • Score
    100M100P100Q85725F
  • License MIT

CLI to install Flutter Pro Max skill for AI coding assistants

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (flutter-pro-max-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    🚀 Flutter Pro Max CLI

    The official command-line interface for deploying Flutter Pro Max technical intelligence to your favorite AI coding assistants.

    npm version Downloads Node.js Version License: MIT


    📦 Installation

    Bootstrap any project in seconds. This command will guide you through selecting and installing the skill for your environment.

    npx flutter-pro-max-cli

    Global 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 init

    Scripted 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.