Skip to main content
flutter
Perfil de creador de GitHub

flutter

Vista por repositorio de 111 skills recopiladas en 10 repositorios de GitHub.

skills recopiladas
111
repositorios
10
actualizado
27 ago 2026
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

#01
skills
20 skills · 18 jun 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresDiseñadores de interfaces web y digitalesRedactores técnicos
4 categorías ocupacionales · 100 % clasificado
18 %participación
#02
agent-plugins
14 skills · 24 ago 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresAdministradores de redes y sistemas informáticos
3 categorías ocupacionales · 93 % clasificado
13 %participación
#03
flutter-intellij
13 skills · 10 ago 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresDiseñadores de interfaces web y digitales
3 categorías ocupacionales · 100 % clasificado
12 %participación
#04
flutter
12 skills · 12 ago 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresRedactores técnicos
3 categorías ocupacionales · 100 % clasificado
11 %participación
#05
demos
12 skills · 21 jul 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresDesarrolladores web
3 categorías ocupacionales · 100 % clasificado
11 %participación
#06
website
11 skills · 27 ago 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresDesarrolladores webRedactores técnicos
4 categorías ocupacionales · 55 % clasificado
9,9 %participación
#07
devtools
10 skills · 18 ago 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresOtras ocupaciones informáticas
3 categorías ocupacionales · 100 % clasificado
9 %participación
#08
packages
9 skills · 27 ago 2026
Analistas de garantía de calidad de software y probadoresDesarrolladores de software
2 categorías ocupacionales · 89 % clasificado
8,1 %participación
Aquí se muestran los 8 repositorios principales; la lista completa continúa abajo.
explorador de repositorios

Repositorios y skills representativas

definition-of-done
Desarrolladores de software

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

18 jun 2026
add-dart-lint-validation-rule
Desarrolladores de software

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 jun 2026
dart-skills-lint-integration
Desarrolladores de software

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 jun 2026
notinvalid
Desarrolladores de software

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

9 jun 2026
valid
Desarrolladores de software

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 jun 2026
dart-skills-lint-setup
Desarrolladores de software

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 jun 2026
dart-skills-lint-validation
Desarrolladores de software

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 jun 2026
natural-writing
Redactores técnicos

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 may 2026
Mostrando 8 de 20 skills recopiladas.
dart-write-documentation
sin clasificar

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 ago 2026
dart-add-unit-test
Analistas de garantía de calidad de software y probadores

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 ago 2026
api-review
Desarrolladores de software

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 jul 2026
code-documentation
Desarrolladores de software

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 jul 2026
code-review
Analistas de garantía de calidad de software y probadores

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 jul 2026
unix-cli-best-practices
Administradores de redes y sistemas informáticos

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 jul 2026
dart-build-cli-app
Desarrolladores de software

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

14 jul 2026
dart-fix-runtime-errors
Desarrolladores de software

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 jul 2026
Mostrando 8 de 14 skills recopiladas.
code-review
Analistas de garantía de calidad de software y probadores

Perform a pedantic, multi-perspective code review on the current diff or git changes against the styleguide and software engineering best practices.

10 ago 2026
release-plugin
Desarrolladores de software

Prepare and execute a new release for the flutter-intellij plugin, including updating dependencies, compatibility bounds, changelogs, and verification.

3 ago 2026
add-missing-unit-test
Analistas de garantía de calidad de software y probadores

Add a new unit test for a class that currently lacks one or add a new test case to an existing test file, verifying improvement with Kover.

10 jul 2026
audit-accessibility
Diseñadores de interfaces web y digitales

Ensure the plugin's custom UI components are accessible to users with screen readers and other assistive technologies.

10 jul 2026
audit-dependencies
Desarrolladores de software

Optimize plugin size and security by removing unused dependencies and updating outdated libraries.

10 jul 2026
audit-ui-thread-safety
Desarrolladores de software

Prevent UI freezes and ensure a responsive user experience by validating threading rules and migrating blocking calls off the Event Dispatch Thread (EDT).

10 jul 2026
cleanup-code-inspections
Desarrolladores de software

Reduce technical debt and improve code quality by systematically resolving static analysis warnings.

10 jul 2026
cleanup-unused-assets
Desarrolladores de software

Reduce plugin size by scanning resources/icons and removing unreferenced assets.

10 jul 2026
Mostrando 8 de 13 skills recopiladas.
run-devicelab-with-led
Analistas de garantía de calidad de software y probadores

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 ago 2026
engine-whats-new
Desarrolladores de software

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 jul 2026
shepherd-prs
Desarrolladores de software

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 jul 2026
flutter-cherry-pick
Desarrolladores de software

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 jul 2026
natural-writing
Redactores técnicos

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 jun 2026
updating-android-sdk
Desarrolladores de software

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 jun 2026
analyze-github-flake
Analistas de garantía de calidad de software y probadores

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 jun 2026
rebuilding-flutter-tool
Desarrolladores de software

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

11 may 2026
Mostrando 8 de 12 skills recopiladas.
Mostrando 8 de 12 skills recopiladas.
write-technical-docs
sin clasificar

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 ago 2026
contribute-blog
sin clasificar

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

26 ago 2026
format-markdown
sin clasificar

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 ago 2026
write-dart
sin clasificar

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 ago 2026
write-flutter
sin clasificar

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 ago 2026
update-whats-new
Desarrolladores de software

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

13 ago 2026
data-model
Desarrolladores de software

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 jun 2026
extract-to-jaspr
Desarrolladores web

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 jun 2026
Mostrando 8 de 11 skills recopiladas.
debugging-devtools-extensions
Desarrolladores de software

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 ago 2026
reviewing-devtools-prs
Analistas de garantía de calidad de software y probadores

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 jul 2026
reviewing-prs
Analistas de garantía de calidad de software y probadores

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 jul 2026
closing-obsolete-issues
Desarrolladores de software

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

30 abr 2026
adding-changelog-entries
Desarrolladores de software

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

17 abr 2026
updating-package-versions
Desarrolladores de software

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

17 abr 2026
adding-copyright-headers
Desarrolladores de software

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

17 abr 2026
adding-release-notes
Desarrolladores de software

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 abr 2026
Mostrando 8 de 10 skills recopiladas.
pre-push-skill
sin clasificar

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 ago 2026
check-readiness
Desarrolladores de software

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 ago 2026
run-evals
Analistas de garantía de calidad de software y probadores

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 jul 2026
dart-add-unit-test
Analistas de garantía de calidad de software y probadores

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 jun 2026
dart-collect-coverage
Analistas de garantía de calidad de software y probadores

Collect coverage using the coverage packge and create an LCOV report

22 jun 2026
dart-generate-test-mocks
Analistas de garantía de calidad de software y probadores

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 jun 2026
dart-run-static-analysis
Desarrolladores de software

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 jun 2026
flutter-add-integration-test
Analistas de garantía de calidad de software y probadores

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 jun 2026
Mostrando 8 de 9 skills recopiladas.
Mostrando 10 de 10 repositorios
Todos los repositorios cargados