Skip to main content
flutter
GitHub-Creator-Profil

flutter

Repository-Ansicht von 111 gesammelten Skills in 10 GitHub-Repositories.

gesammelte Skills
111
Repositories
10
aktualisiert
27. Aug. 2026
Repository-Karte

Wo die Skills liegen

Top-Repositories nach gesammelter Skill-Anzahl, mit ihrem Anteil an diesem Creator-Katalog und ihrer Berufsverteilung.

Hier werden die Top 8 Repositories angezeigt; die vollständige Repository-Liste folgt darunter.
Repository-Explorer

Repositories und repräsentative Skills

definition-of-done
Softwareentwickler

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

18. Juni 2026
add-dart-lint-validation-rule
Softwareentwickler

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).

10. Juni 2026
dart-skills-lint-integration
Softwareentwickler

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…

10. Juni 2026
notinvalid
Softwareentwickler

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

9. Juni 2026
valid
Softwareentwickler

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.

9. Juni 2026
dart-skills-lint-setup
Softwareentwickler

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.

9. Juni 2026
dart-skills-lint-validation
Softwareentwickler

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.

9. Juni 2026
natural-writing
Technische Redakteure

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.

12. Mai 2026
Es werden 8 von 20 gesammelten Skills angezeigt.
dart-write-documentation
nicht klassifiziert

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…

24. Aug. 2026
dart-add-unit-test
Softwarequalitätssicherungsanalysten und -tester

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.

4. Aug. 2026
api-review
Softwareentwickler

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.

16. Juli 2026
code-documentation
Softwareentwickler

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…

16. Juli 2026
code-review
Softwarequalitätssicherungsanalysten und -tester

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.

16. Juli 2026
unix-cli-best-practices
Netzwerk- und Computersystemadministratoren

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…

16. Juli 2026
dart-build-cli-app
Softwareentwickler

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

14. Juli 2026
dart-fix-runtime-errors
Softwareentwickler

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.

14. Juli 2026
Es werden 8 von 14 gesammelten Skills angezeigt.
Es werden 8 von 13 gesammelten Skills angezeigt.
run-devicelab-with-led
Softwarequalitätssicherungsanalysten und -tester

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`.

12. Aug. 2026
engine-whats-new
Softwareentwickler

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,…

22. Juli 2026
shepherd-prs
Softwareentwickler

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…

14. Juli 2026
flutter-cherry-pick
Softwareentwickler

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…

14. Juli 2026
natural-writing
Technische Redakteure

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.

8. Juni 2026
updating-android-sdk
Softwareentwickler

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…

4. Juni 2026
analyze-github-flake
Softwarequalitätssicherungsanalysten und -tester

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.

3. Juni 2026
rebuilding-flutter-tool
Softwareentwickler

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

11. Mai 2026
Es werden 8 von 12 gesammelten Skills angezeigt.
Es werden 8 von 12 gesammelten Skills angezeigt.
write-technical-docs
nicht klassifiziert

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.

27. Aug. 2026
contribute-blog
nicht klassifiziert

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

26. Aug. 2026
format-markdown
nicht klassifiziert

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.

25. Aug. 2026
write-dart
nicht klassifiziert

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.

25. Aug. 2026
write-flutter
nicht klassifiziert

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.

25. Aug. 2026
update-whats-new
Softwareentwickler

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

13. Aug. 2026
data-model
Softwareentwickler

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.

5. Juni 2026
extract-to-jaspr
Webentwickler

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.

5. Juni 2026
Es werden 8 von 11 gesammelten Skills angezeigt.
debugging-devtools-extensions
Softwareentwickler

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…

18. Aug. 2026
reviewing-devtools-prs
Softwarequalitätssicherungsanalysten und -tester

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

30. Juli 2026
reviewing-prs
Softwarequalitätssicherungsanalysten und -tester

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.

30. Juli 2026
closing-obsolete-issues
Softwareentwickler

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

30. Apr. 2026
adding-changelog-entries
Softwareentwickler

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

17. Apr. 2026
updating-package-versions
Softwareentwickler

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

17. Apr. 2026
adding-copyright-headers
Softwareentwickler

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

17. Apr. 2026
adding-release-notes
Softwareentwickler

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

17. Apr. 2026
Es werden 8 von 10 gesammelten Skills angezeigt.
pre-push-skill
nicht klassifiziert

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.

27. Aug. 2026
check-readiness
Softwareentwickler

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.

27. Aug. 2026
run-evals
Softwarequalitätssicherungsanalysten und -tester

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.

28. Juli 2026
dart-add-unit-test
Softwarequalitätssicherungsanalysten und -tester

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.

22. Juni 2026
dart-collect-coverage
Softwarequalitätssicherungsanalysten und -tester

Collect coverage using the coverage packge and create an LCOV report

22. Juni 2026
dart-generate-test-mocks
Softwarequalitätssicherungsanalysten und -tester

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.

22. Juni 2026
dart-run-static-analysis
Softwareentwickler

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.

22. Juni 2026
flutter-add-integration-test
Softwarequalitätssicherungsanalysten und -tester

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.

22. Juni 2026
Es werden 8 von 9 gesammelten Skills angezeigt.
10 von 10 Repositories angezeigt
Alle Repositories angezeigt