Agent skill · AI & Agents

Flutter/Dart Development

Specialized skill for Flutter app development and Dart programming

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexMIT
Install
npx skills add a5c-ai/babysitter --skill flutter-dart --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Version: 1.0.0
Path: library/specializations/mobile-development/skills/flutter-dart/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Flutter/Dart Development Skill ## Overview This skill provides specialized capabilities for Flutter app development and Dart programming. It enables execution of Flutter CLI commands, widget generation, state management configuration, and comprehensive debugging with Flutter DevTools. ## Allowed Tools - `bash` - Execute Flutter CLI, Dart commands, and pub operations - `read` - Analyze Flutter project files, widgets, and configurations - `write` - Generate and modify Dart code and Flutter configurations - `edit` - Update existing Flutter widgets and configurations - `glob` - Search for Dart files and Flutter assets - `grep` - Search for patterns in Flutter codebase ## Capabilities ### Core Development 1. **Flutter CLI Operations** - Create new Flutter projects with templates - Run Flutter apps on devices and emulators - Build release APK, AAB, and IPA files - Execute Flutter analyze for linting - Run Flutter doctor for environment diagnostics 2. **Dart Language Features** - Generate null-safe Dart code - Implement async/await patterns with Futures - Create Dart classes with factory constructors - Use extension methods effectively - Implement sealed classes and pattern matching 3.

What's inside
Steps it walks through
  1. Overview
  2. Allowed Tools
  3. Capabilities
  4. Core Development
  5. State Management
  6. Navigation
  7. Code Generation
  8. Testing
  9. Performance
  10. Target Processes
  11. Dependencies
  12. Required
  13. Optional
  14. Configuration
Ships with 1 file
  • README.md
Commands it runs
Create new Flutter project
flutter create --org com.example my_app
Create with specific platforms
flutter create --platforms android,ios,web my_app
Add dependencies
flutter pub add flutter_bloc equatable
flutter pub add --dev build_runner freezed freezed_annotation
flutter clean && flutter pub get
dart run build_runner build --delete-conflicting-outputs
cd ios && pod install --repo-update && cd ..
More from babysitter
All skills →
About this skill
What does the Flutter/Dart Development skill do?

Specialized skill for Flutter app development and Dart programming

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill flutter-dart --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going