skills

skills

A collection of agent skills for Flutter development workflows, providing best practices.

Agent SkillDevOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 2.5k
Source
skill-github

Overview

Flutter Agent Skills is a set of skills maintained by the Flutter team, designed to provide standardized workflows for Flutter app development. These skills teach agents how to use specific tools to complete tasks, reducing errors and ensuring adherence to best practices. Each skill is a simple folder that acts as a complement to MCP, which provides dedicated tool access, while the Skill teaches agents how to use those tools. Ideal for developers looking to improve Flutter development efficiency and quality.

Capabilities

  • Configure integration tests
  • Add interactive component previews
  • Implement component-level testing
  • Apply architectural best practices
  • Build responsive layouts
  • Fix layout issues

Use cases

Add integration tests to validate checkout experienceCreate preview variations of the ProductCard component for different price statesVerify that the CustomButton's onTap callback is invokedRefactor authentication flow to follow recommended layered architecture

Setup

Requires: Node 环境
npx skills add flutter/skills --skill '*' --agent universal --yes

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How to install all skills?

Run `npx skills add flutter/skills --skill '*' --agent universal --yes`

How to update skills?

Run `npx skills update`

Related skills