Skip to main content
flutter
GitHub creator profile

flutter

Repository-level view of 111 collected skills across 10 GitHub repositories.

skills collected
111
repositories
10
updated
Aug 27, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

definition-of-done
software-developers

Mandatory checks to run before completing any task that touches md files or dart code in this repository.

Jun 18, 2026
add-dart-lint-validation-rule
software-developers

Instructions for adding a new validation rule and CLI flag to dart_skills_lint. Use this skill when asked to create a new rule that validates aspects of skills (like frontmatter metadata).

Jun 10, 2026
dart-skills-lint-integration
software-developers

How to integrate, update, and configure the dart_skills_lint validation tool within a repository. Make sure to use this skill whenever the user asks to update dart_skills_lint, configure skills validation tests, fix skills linter dependency drifts, verify…

Jun 10, 2026
notinvalid
software-developers

A deliberately broken fixture used by example/README.md to show what each rule's error output looks like.

Jun 9, 2026
valid
software-developers

Reference fixture for dart_skills_lint. Demonstrates a SKILL.md that passes every default rule: hyphen-lowercase name matching the parent directory, a properly sized description, and no other frontmatter fields that would trigger the disallowed-field check.

Jun 9, 2026
dart-skills-lint-setup
software-developers

Use this skill when you need to set up validation for AI agent skills in a Dart project for the first time. Adds the linter as a dev_dependency, creates a configuration file, and generates a baseline for legacy repos.

Jun 9, 2026
dart-skills-lint-validation
software-developers

Use this skill when you need to validate AI agent skills with dart_skills_lint — running the linter, interpreting failures, fixing violations, and authoring custom rules.

Jun 9, 2026
natural-writing
technical-writers

Contains well-defined rules for creating natural, accurate, and readable writing. Use whenever authoring longer text, like analysis documents, PR or CL descriptions, or documentation.

May 12, 2026
Showing 8 of 20 collected skills.
dart-write-documentation
unclassified

Rules and formatting guidelines for writing Dart /// API documentation and doc comments. Use when documenting Dart code, writing doc comments for any Dart declaration (libraries, classes, methods, variables, etc.), or when instructed to follow the Effective…

Aug 24, 2026
dart-add-unit-test
software-quality-assurance-analysts-and-testers

Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains correct and regression-free.

Aug 4, 2026
api-review
software-developers

Reviews the specified code against the canonical API Design guidelines. Use this skill when the user asks for an API review or to check code against API design principles.

Jul 16, 2026
code-documentation
software-developers

Guide for writing effective code documentation, including docstrings, JSDoc, dartdoc, and implementation comments. Use this skill when writing new code, adding features, or improving existing documentation in Dart, Python, or TypeScript to ensure clarity and…

Jul 16, 2026
code-review
software-quality-assurance-analysts-and-testers

Performs a comprehensive, multi-step code review of pull requests or local code changes, using iterative refinement (generation, critique, synthesis) to ensure high-quality, actionable feedback. Use when you need to review code changes thoroughly.

Jul 16, 2026
unix-cli-best-practices
network-and-computer-systems-administrators

Safe, portable, and efficient command-line patterns for macOS/BSD Unix tools (grep, find, sed, awk, xargs, mdfind, pbcopy, open) and modern alternatives (ripgrep, fd). Covers common shell scripting and one-liner use cases including fast searching, text…

Jul 16, 2026
dart-build-cli-app
software-developers

Entrypoint structure, exit codes, cross-platform scripts. Use when building command line utilities, scripts, or applications.

Jul 14, 2026
dart-fix-runtime-errors
software-developers

Uses get_runtime_errors and lsp to fetch an active stack trace, locate the failing line, apply a fix, and verify resolution via hot_reload.

Jul 14, 2026
Showing 8 of 14 collected skills.
Showing 8 of 13 collected skills.
run-devicelab-with-led
software-quality-assurance-analysts-and-testers

Run DeviceLab tests for Flutter PRs using LUCI's `led` CLI tool. Use when asked to run, launch, try, or deflake a post-submit or devicelab test against a PR using `led`.

Aug 12, 2026
engine-whats-new
software-developers

Generates the "what's new" release summary and diff file for changes in the Flutter engine (//engine/src/flutter) between two releases (e.g., 3.47 vs 3.44). When to use: - Only activate when explicitly asked by the user to generate what's new in the engine,…

Jul 22, 2026
shepherd-prs
software-developers

Automate shepherding, checking status, updating branches, and landing open PRs or approved third-party contributor PRs in the flutter/flutter repository using the gh CLI. When to use: - When you need to check the status of open PRs or shepherded third-party…

Jul 14, 2026
flutter-cherry-pick
software-developers

How to land a formal cherry-pick of a merged PR for the flutter/flutter repo stable or beta channel. Only use for flutter/flutter landed pull requests. Only use when the cherry pick request is into "stable", "beta" or a branch that has the format with…

Jul 14, 2026
natural-writing
technical-writers

Contains well-defined rules for creating natural, accurate, and readable writing. Use whenever authoring longer text, like analysis documents, PR or CL descriptions, or documentation.

Jun 8, 2026
updating-android-sdk
software-developers

Upgrades Flutter's Android SDK dependency to a new Android API version (or preview/canary release) in packages.txt, verifies CIPD tag uniqueness, and packages/uploads the binaries using create_cipd_packages.sh across macOS, Linux, and Windows. Use whenever a…

Jun 4, 2026
analyze-github-flake
software-quality-assurance-analysts-and-testers

Expertise in analyzing flake github issues in the flutter/flutter repository. Use when a user wants to analyze the flakiness of a specific link to a flutter github issue.

Jun 3, 2026
rebuilding-flutter-tool
software-developers

Rebuilds the Flutter tool and CLI. Use when a user asks to compile, update, regenerate, or rebuild the Flutter tool or CLI.

May 11, 2026
Showing 8 of 12 collected skills.
Showing 8 of 12 collected skills.
write-technical-docs
unclassified

Write or review clear, consistent, and accessible prose for Dart and Flutter developer documentation. Use for tutorials, API references, UI text, error messages, code comments, and terminology or style reviews.

Aug 27, 2026
contribute-blog
unclassified

Create, import, edit, or review posts for the official Flutter blog at flutter.dev/blog, including metadata, media, authors, and publication checks.

Aug 26, 2026
format-markdown
unclassified

Write or edit well-structured Markdown and MDX. Use for front matter, headings, lists, code fences, links, tables, other Markdown mechanics, and site-specific extensions. Pair with the write-technical-docs skill when changing prose.

Aug 25, 2026
write-dart
unclassified

Write, review, or refactor correct, idiomatic Dart code. Use for Dart source, packages, snippets, tests, public APIs, documentation examples, and modern language features. Pair with the write-flutter skill for Flutter-specific concerns.

Aug 25, 2026
write-flutter
unclassified

Write, review, or refactor idiomatic Flutter code. Use for widgets, state and architecture, lifecycle, layout, theming, accessibility, performance, and tests. Apply alongside the write-dart skill for Dart guidance.

Aug 25, 2026
update-whats-new
software-developers

Update the whats-new page and archive old entries with changes to the website since the previous release.

Aug 13, 2026
data-model
software-developers

Add or update a dart_mappable data model in lib/src/models/content/, including adding format validation, regenerating code, and adding tests. Use when adding a new content type or modifying an existing model's fields.

Jun 5, 2026
extract-to-jaspr
web-developers

Extracts a part of a website and converts it to a Jaspr component. Use when you need to migrate a part of a website to Jaspr.

Jun 5, 2026
Showing 8 of 11 collected skills.
debugging-devtools-extensions
software-developers

Guidelines and step-by-step workflow for debugging DevTools extensions locally, including stub mode, fixed-port launching, browser auto-opening, URL query parameters, target app connection, and human-in-the-loop interaction. Use when debugging or testing…

Aug 18, 2026
reviewing-devtools-prs
software-quality-assurance-analysts-and-testers

DevTools repository-specific PR review workflow enforcing DevTools style guidelines and common review patterns. Use when reviewing pull requests in the flutter/devtools repository.

Jul 30, 2026
reviewing-prs
software-quality-assurance-analysts-and-testers

General workflow for fetching, inspecting, reviewing GitHub Pull Requests using the gh CLI, drafting user-aligned review comments, and securing approval before posting. Use when asked to review a GitHub PR or pull request.

Jul 30, 2026
closing-obsolete-issues
software-developers

Find and close obsolete, stale, or not reproducible issues in the flutter/devtools repository.

Apr 30, 2026
adding-changelog-entries
software-developers

Use when documenting changes in CHANGELOG.md files for devtools_shared, devtools_app_shared, or devtools_extensions.

Apr 17, 2026
updating-package-versions
software-developers

Guides updating dependency versions in published packages to avoid mono-repo resolution failures.

Apr 17, 2026
adding-copyright-headers
software-developers

Adds copyright headers to files based on file type. Use when creating new files or when asked to verify copyright headers.

Apr 17, 2026
adding-release-notes
software-developers

Adds user-facing change descriptions to DevTools release notes. Use when documenting improvements, fixes, or new features in the NEXT_RELEASE_NOTES.md file.

Apr 17, 2026
Showing 8 of 10 collected skills.
pre-push-skill
unclassified

Executes the required pre-push steps for the flutter/packages repository. Call this tool immediately whenever the user asks to push, asks if the user/you are ready to push, or wants to validate their local changes are ready to become a pull request.

Aug 27, 2026
check-readiness
software-developers

Run this skill to check if the repository is ready for new work. Use this skill whenever the user asks to "check readiness", "see if we are ready to start work", or when starting a new task in the camera_android_camerax package.

Aug 27, 2026
run-evals
software-quality-assurance-analysts-and-testers

Run evaluations for one, multiple, or all skills using the agent orchestration framework. Make sure to use this skill whenever the user asks to run evals, test a skill's performance, run benchmarks, or compare baseline versus with-skill execution.

Jul 28, 2026
dart-add-unit-test
software-quality-assurance-analysts-and-testers

Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains correct and regression-free.

Jun 22, 2026
dart-collect-coverage
software-quality-assurance-analysts-and-testers

Collect coverage using the coverage packge and create an LCOV report

Jun 22, 2026
dart-generate-test-mocks
software-quality-assurance-analysts-and-testers

Define and generate mock objects for external dependencies using `package:mockito` and `build_runner`. Use when unit testing classes that depend on complex external services like APIs or databases.

Jun 22, 2026
dart-run-static-analysis
software-developers

Execute `dart analyze` to identify warnings and errors, and use `dart fix --apply` to automatically resolve mechanical lint issues. Use during development to ensure code quality and before committing changes.

Jun 22, 2026
flutter-add-integration-test
software-quality-assurance-analysts-and-testers

Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing to a project, exploring UI components via MCP, or automating user flows with the integration_test package.

Jun 22, 2026
Showing 8 of 9 collected skills.
Showing 10 of 10 repositories
All repositories loaded