Agent Skill
2/7/2026

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

A
aoeiuv020
0GitHub Stars
1Views
npx skills add AoEiuV020/video_concat

SKILL.md

Nameflutter-workflow
DescriptionCreate 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).

name: flutter-workflow description: 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).

Flutter Workflow Creator

Create GitHub Actions workflow for Flutter app builds.

Usage

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

Examples

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
Skills Info
Original Name:flutter-workflowAuthor:aoeiuv020