Agent skill

flutter-workflow

Create GitHub Actions CI/CD workflow for Flutter apps in Melos workspace. Use when user wants to add CI/CD, create build workflow, setup GitHub Actions, or automate Flutter app builds. Supports all platforms (Android, iOS, Web, Linux, Windows, macOS).

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/flutter-workflow

SKILL.md

Flutter Workflow Creator

Create GitHub Actions workflow for Flutter app builds.

Usage

bash
dart run <skill_path>/scripts/create_workflow.dart <app_path> [--name <filename>]

Examples

bash
dart run <skill_path>/scripts/create_workflow.dart apps/my_app
dart run <skill_path>/scripts/create_workflow.dart apps/my_app --name ci

Options

  • app_path: App module path (e.g., apps/my_app)
  • --name: Workflow filename (default: main)
  • --workspace: Workspace root path (auto-detected)

Template Features

  • Multi-platform builds: Android (APK/AAB), iOS, macOS, Windows, Linux, Web
  • Automatic version detection from git tags
  • Release creation on tag push
  • Web deployment to GitHub Pages
  • Melos workspace support

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results