Flet Skill Claude
Description
flet skill for claude code design and proramming last version 0.84.0
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
This skill is maintained for Flet 0.84.0. Always refer to the official migration guide for breaking changes. text
`README.md`
# flet-skill-claude
**Claude Code skill for Flet 0.84.0** – build web, mobile, and desktop apps with Python + Flutter.
This skill provides:
- Expert knowledge of Flet 0.84.0 (API, extensions, custom controls)
- Ready‑to‑use automation scripts for project scaffolding, extension creation, legacy code migration, and packaging
## 🚀 Quick Start
### 1. Install the skill for Claude Code
Clone this repository and place it in your Claude Code skills directory:
```bash
git clone https://github.com/AHX47/flet-skill-claude.git
# Then move/copy to ~/.claude/skills/ (or your Claude Code skills folder)
2. Use the skill
Ask Claude Code anything about Flet, for example:
“Create a new Flet project called chat_app”
“Build a custom video player extension for Flet”
“Migrate my old Flet 0.22 app to 0.84”
“How do I use the flet-map extension?”
Claude will automatically use the scripts and best practices defined in skill.md.
3. Manual script usage (optional)
The automation scripts are located in scripts/. You can run them directly:
Script Command
New project python scripts/flet_init.py my_project
Extension scaffold python scripts/extension_scaffold.py fancy_button
Legacy code upgrade python scripts/code_updater.py old_app/ --dry-run
Build extension wheel python scripts/extension_builder.py my_extension/
📦 Included Scripts
flet_init.py
Creates a modern Flet 0.84.0 project:
Virtual environment
requirements.txt with flet>=0.84.0
Sample main.py using new API (ft.Colors, ft.Icons, etc.)
extension_scaffold.py
Generates Python and Dart stubs for a custom Flet control. Use this to wrap any Flutter widget from pub.dev.
code_updater.py
Automatically rewrites old Flet code (<0.26) to the 0.84+ API:
ft.icons → ft.Icons
ft.colors → ft.Colors
ft.alignment.* → ft.alignment.Alignment.*
ft.
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://