KS
Killer-Skills

prepare-flet-release — how to use prepare-flet-release how to use prepare-flet-release, prepare-flet-release setup guide, Flet versioning automation, prepare-flet-release alternative, prepare-flet-release vs manual versioning, prepare-flet-release install, automated Flet release process, prepare-flet-release tutorial, Flet development workflow optimization

v1.0.0
GitHub

About this Skill

Ideal for Python Development Agents requiring streamlined Flet versioning and release management for real-time web, mobile, and desktop applications. prepare-flet-release is a skill that automates the Flet release process by incrementing version numbers and updating relevant files, such as pubspec.yaml and CHANGELOG.md.

Features

Increments Flet version numbers based on minor or major release type
Updates pubspec.yaml with the new version number
Runs pub get to refresh pubspec.lock
Generates a new entry in CHANGELOG.md from git log
Supports automated release process for Flet apps

# Core Topics

flet-dev flet-dev
[15.7k]
[626]
Updated: 3/5/2026

Quality Score

Top 5%
48
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add flet-dev/flet/prepare-flet-release

Agent Capability Analysis

The prepare-flet-release MCP Server by flet-dev is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use prepare-flet-release, prepare-flet-release setup guide, Flet versioning automation.

Ideal Agent Persona

Ideal for Python Development Agents requiring streamlined Flet versioning and release management for real-time web, mobile, and desktop applications.

Core Value

Empowers agents to automate Flet versioning by incrementing patch or minor digits, updating pubspec.yaml, and refreshing pubspec.lock, leveraging Git logs for CHANGELOG.md entries and supporting pub get protocols.

Capabilities Granted for prepare-flet-release MCP Server

Automating Flet release versioning
Updating pubspec.yaml for new releases
Generating CHANGELOG.md entries from Git logs

! Prerequisites & Limits

  • Requires access to Flet repository and Git logs
  • Limited to Python environment
  • Dependent on pub get protocol
Project
SKILL.md
2.3 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8
SKILL.md
Readonly

Inputs

  • Previous Flet version from repo tags.
  • Whether it's minor or major release.

Steps

  • Take latest Flet release version from the repo and increment third (patch) digit to get the next version if it's a minor release or second (minor) digit if it's a major release.
  • Set new version in packages/flet/pubspec.yaml.
  • Run pub get in /client dir to refresh pubspec.lock with new version.
  • Add a new entry into packages/flet/CHANGELOG.md from a git log since the last release. Go through all commits and collect all mentioned issues and pull requests. There could be several issues done in a single PR (commit) - group them by creating a single descriptive change/fix/feature item and put all issues and PR links in [#<issue_number>](<issue_url>) format in braces next to it. Do not add chore/trivial/duplicate items. Every changelog item must include both related issue link(s) and PR link(s) when available (issue first, PR second). If no issue exists, include PR link(s) only. Also include issue-only items when a change was done via direct commit without PR (for example, an issue referenced in commit context but no PR exists). As it's a Flutter package prefer items having changes on Flutter side.
  • Add a new entry into /CHANGELOG.md. Do not add chore/trivial/duplicate items, add "worth while" items with related issue or PR. Every changelog item must include both related issue link(s) and PR link(s) when available (issue first, PR second). If no issue exists, include PR link(s) only. Also include issue-only items when a change was done via direct commit without PR (for example, an issue referenced in commit context but no PR exists).
  • If any changelog has an Unreleased section, convert that section into the new release section (## {new_version}), preserving and re-sorting its items. Do not leave duplicate release content in both Unreleased and {new_version}.
  • Sort items in changelogs as following:
    • New features
    • Improvements
    • Bug fixes
    • Other changes (chore, refactor, etc.)
  • Check that {new_version} branch (without v, just version number) exists in flet/flet-build-template repository. If not, add/derive that branch from a previous version.
  • Check that {new_version} branch (without v, just version number) exists in flet/flet-app-templates repository. If not, add/derive that branch from a previous version.

Related Skills

Looking for an alternative to prepare-flet-release or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication