For Claude Code + Flutter

Turn Claude Code into a Flutter expert that understands YOUR codebase

A complete .claude/ configuration with 10 skills, 11 specialized agents, and persistent memories. Drop it in your project and Claude becomes your Flutter team.

10 Skills
10 Agents
Persistent Memories
claude
> /make add pull-to-refresh on orders page
Intent detected: feature implementation
Researcher: analyzed OrdersBloc & API layer
Planner: 4-step implementation plan ready
Coder: built RefreshableOrdersList widget
Tester: 6 tests passing
> /fix login crash on empty email
Debugger: root cause in AuthBloc.validate()
Fixed + regression test added
The Complete Package

Skills, Agents & Memories Working Together

Flutter Kit isn't just documentation — it's a complete AI configuration that makes Claude Code understand your Flutter project deeply.

Skills

10 Slash Commands

From /make to /test — specialized workflows that handle research, planning, implementation, and testing in one command.

/make/fix/code/test/scout
Agents

10 Specialist Agents

Intent detection routes your request to planner, coder, debugger, tester, and more. They collaborate automatically.

PlannerCoderDebuggerTesterResearcher
Memories

Persistent Context

8 deep-dive analyses build lasting memories about your architecture, patterns, and conventions. Always project-aware.

ArchitectureState MgmtAPI LayerDI PatternsTesting

What Gets Analyzed

8 deep-dive analyses build the memories that power every skill and agent response.

Project Architecture

Folder structure, layers, modules, and architectural patterns your project uses.

Dependency Injection

GetIt, Provider, Riverpod — your DI setup documented so AI follows the same patterns.

API Integration

HTTP clients, interceptors, serialization, and error handling mapped completely.

Local Storage

SharedPreferences, Hive, Drift — every persistence pattern documented.

State Management

BLoC, Riverpod, Provider, GetX — your state approach fully understood by AI.

UI Crafting

Theme system, design tokens, custom widgets, and reusable component patterns.

Utilities & Helpers

Extensions, formatters, validators, and helper classes cataloged for reuse.

Testing Patterns

Test structure, mocking strategies, fixtures, and coverage patterns documented.

Skills

10 commands. Real Flutter work done.

Each skill is a specialized workflow that researches your codebase, plans the approach, implements the solution, and verifies the result.

/make

Full Feature Builder

End-to-end feature implementation — from research to tests. Builds complete features following your project conventions.

Example:

/make add pull-to-refresh on the orders list page

/fix

Root Cause Bug Fixer

Diagnoses bugs by tracing symptoms to root cause, then fixes with tests to prevent regression.

Example:

/fix login screen crashes on empty email

/code

Direct Coder

Writes code directly from a plan or spec. Skips research and planning — pure implementation.

Example:

/code implement the UserRepository from the plan

/planning

Technical Planner

Creates detailed implementation plans with file lists, dependencies, and step-by-step instructions.

Example:

/planning how to add offline support to the app

/research

Deep Researcher

Investigates technical questions across your codebase and external sources. Returns structured findings.

Example:

/research how is authentication handled in this project

/test

Test Writer & Runner

Writes unit, widget, and integration tests. Runs them and iterates until they pass.

Example:

/test write tests for the CartBloc

/test-plan

Test Plan Generator

Generates comprehensive test scenarios and coverage plans for features or modules.

Example:

/test-plan cover the checkout flow end-to-end

/scout

Fast Codebase Search

Parallel codebase search across files and patterns. Finds code, usages, and connections fast.

Example:

/scout find all API endpoints and their models

/code-review

Code Reviewer

Priority-driven code review with actionable feedback ranked by severity (P0-P3).

Example:

/code-review review the last 3 commits

/memory

Memory Query

Queries past decisions, implementations, and reviews stored in persistent project memories.

Example:

/memory what was decided about the caching strategy

Agents

10 specialists working behind the scenes

Your request is automatically routed to the right agents. They collaborate to deliver complete, tested solutions.

Your request
Intent Detection
Specialist Agents
Result

Intent Detectioner

routing

Analyzes your request and routes it to the right specialist agent automatically.

Planner

planning

Designs step-by-step implementation plans with file paths, dependencies, and architecture decisions.

Coder

technical

Writes production-ready Dart/Flutter code following your project's exact conventions and patterns.

Debugger

technical

Traces bugs from symptoms to root cause using systematic diagnosis across your codebase.

Code Reviewer

technical

Reviews code changes with priority-ranked feedback (P0-P3) and actionable suggestions.

Test Planner

planning

Generates comprehensive test scenarios covering edge cases, error paths, and integration points.

Tester

technical

Writes and executes unit, widget, and integration tests. Iterates until all tests pass.

Researcher

planning

Deep-dives into technical questions, exploring your codebase and external documentation.

Docs Manager

planning

Keeps project documentation in sync with code changes. Updates rules and memory files.

Project Manager

planning

Coordinates complex multi-step tasks, tracks progress, and ensures nothing falls through the cracks.

Simple Setup

How It Works

Three steps to a Flutter-expert AI assistant. No configuration required.

01

Copy

Copy the .claude/ folder into your Flutter project root. That's all the setup needed.

cp -r flutter-kit/.claude/ ./your-flutter-app/
02

Analyze

Run the setup skill. 8 automated analyses build persistent memories about your codebase.

claude
> /docs:rules

Analyzing project architecture...
Analyzing state management...
✓ 8 analyses complete
03

Build

Use skills naturally. Claude now understands your project's architecture, patterns, and conventions.

claude
> /make add dark mode toggle to settings

✓ Researched theme system
✓ Planned implementation
✓ Built ThemeToggle widget
✓ Tests passing
The Difference

Without vs With Flutter Kit

See how Flutter Kit transforms your development workflow and AI productivity.

Metric
Without
With Flutter Kit
AI Responses
Generic Flutter suggestions
Project-specific code that fits
Context Setup
Manual prompt engineering
Remember previous task
Workflow
Copy-paste between tools
Skills handle end-to-end
Bug Fixing
Surface-level patches
Root cause diagnosis
Onboarding
Days reading code
Instant with /docs
Test Coverage
Manual test writing
Auto-generated with /test
Who It's For

Perfect For

Flutter Kit is designed for teams and individuals who want to maximize their AI productivity.

Flutter Agencies

Standardize AI workflows across client projects. Every developer uses the same skills and agents.

Teams with Turnover

Persistent memories preserve institutional knowledge. New devs are productive from day one with /research.

Solo Developers

10 specialist agents working for you. /make builds features end-to-end while you focus on the big picture.

Open Source Projects

Contributors get instant context with /scout and /research. Consistent code quality via /code-review.

AI-Augmented Teams

Go beyond generic completions. Project-aware agents that understand your architecture and conventions.

Simple Pricing

One Price. Lifetime Access.

No subscriptions. No usage limits. Get the complete .claude/ configuration with all skills, agents, and memories.

Most Popular
$29$25

One-time payment

  • 10 specialized skills and slash commands
  • 10 AI agents with intent routing
  • Persistent project memories
  • 8 deep-dive codebase analyses
  • Works with any Flutter project
  • Lifetime updates
  • No subscription required
Testimonials

Loved by Flutter Developers

See what developers are saying about Flutter Kit.

I typed /make add pull-to-refresh and it researched my API layer, planned the implementation, built the widget, and wrote tests. All following our BLoC pattern. Incredible.

PS

Priya Sharma

Solopreneur

/scout found every usage of our legacy API client in seconds. What used to take an hour of manual searching now takes one command.

MN

Minh Nguyen

Senior Flutter Developer

The AI finally understands our project. It uses our actual theme tokens, follows our folder structure, and generates code that looks like our team wrote it.

JT

James Thompson

Freelance Developer

FAQ

Frequently Asked Questions

Everything you need to know about Flutter Kit.

Skills are slash commands you use inside Claude Code (e.g., /make, /fix, /test). Each skill is a specialized prompt that guides Claude through a structured workflow — researching your codebase, planning, implementing, and testing. They work with your project's specific conventions because they read from persistent memories.

Ready to Give Claude Code
Flutter Superpowers?

10 skills, 10 agents, persistent memories. Drop the .claude/ folder into your project and start building with a Flutter expert AI.