·publish-flutter-package
</>

publish-flutter-package

Automates the Flutter package release process via git tags and GitHub Actions. Handles multi-package workspaces, SemVer versioning suggestions based on git history, updating pubspec.yaml and CHANGELOG.md, and dry-run validation. Use when the user wants to "release", "publish", or "version" a Flutter package.

10Installs·0Trend·@hu-wentao

Installation

$npx skills add https://github.com/hu-wentao/wyatt_skills --skill publish-flutter-package

How to Install publish-flutter-package

Quickly install publish-flutter-package AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/hu-wentao/wyatt_skills --skill publish-flutter-package
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: hu-wentao/wyatt_skills.

SKILL.md

View raw

This skill automates the Flutter package release workflow triggered by git tags.

Pre-check 0.1 Project Root Verify that the current working directory is the root of the Git repository (contains a .git folder and the main pubspec.yaml).

0.2 Detect Packages (Workspace Support) Read the root pubspec.yaml file.

Automates the Flutter package release process via git tags and GitHub Actions. Handles multi-package workspaces, SemVer versioning suggestions based on git history, updating pubspec.yaml and CHANGELOG.md, and dry-run validation. Use when the user wants to "release", "publish", or "version" a Flutter package. Source: hu-wentao/wyatt_skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hu-wentao/wyatt_skills --skill publish-flutter-package
Category
</>Dev Tools
Verified
First Seen
2026-02-24
Updated
2026-03-10

Browse more skills from hu-wentao/wyatt_skills

Quick answers

What is publish-flutter-package?

Automates the Flutter package release process via git tags and GitHub Actions. Handles multi-package workspaces, SemVer versioning suggestions based on git history, updating pubspec.yaml and CHANGELOG.md, and dry-run validation. Use when the user wants to "release", "publish", or "version" a Flutter package. Source: hu-wentao/wyatt_skills.

How do I install publish-flutter-package?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hu-wentao/wyatt_skills --skill publish-flutter-package Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/hu-wentao/wyatt_skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-24