Skip to main content
flutter
GitHub 제작자 프로필

flutter

10개 GitHub 저장소에서 수집된 111개 skills를 저장소 단위로 보여줍니다.

수집된 skills
111
저장소
10
업데이트
2026년 8월 27일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

#01
skills
skills 20개 · 2026년 6월 18일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터웹·디지털 인터페이스 디자이너기술 작가
직업 카테고리 4개 · 100% 분류됨
18%비중
#02
agent-plugins
skills 14개 · 2026년 8월 24일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터네트워크·컴퓨터 시스템 관리자
직업 카테고리 3개 · 93% 분류됨
13%비중
#03
flutter-intellij
skills 13개 · 2026년 8월 10일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터웹·디지털 인터페이스 디자이너
직업 카테고리 3개 · 100% 분류됨
12%비중
#04
flutter
skills 12개 · 2026년 8월 12일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터기술 작가
직업 카테고리 3개 · 100% 분류됨
11%비중
#05
demos
skills 12개 · 2026년 7월 21일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터웹 개발자
직업 카테고리 3개 · 100% 분류됨
11%비중
#06
website
skills 11개 · 2026년 8월 27일
소프트웨어 개발자기술 작가소프트웨어 품질 보증 분석가·테스터웹 개발자
직업 카테고리 4개 · 55% 분류됨
9.9%비중
#07
devtools
skills 10개 · 2026년 8월 18일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터기타 컴퓨터 관련 직업
직업 카테고리 3개 · 100% 분류됨
9%비중
#08
packages
skills 9개 · 2026년 8월 27일
소프트웨어 품질 보증 분석가·테스터소프트웨어 개발자
직업 카테고리 2개 · 89% 분류됨
8.1%비중
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

definition-of-done
소프트웨어 개발자

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

2026년 6월 18일
add-dart-lint-validation-rule
소프트웨어 개발자

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

2026년 6월 10일
dart-skills-lint-integration
소프트웨어 개발자

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…

2026년 6월 10일
notinvalid
소프트웨어 개발자

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

2026년 6월 9일
valid
소프트웨어 개발자

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.

2026년 6월 9일
dart-skills-lint-setup
소프트웨어 개발자

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.

2026년 6월 9일
dart-skills-lint-validation
소프트웨어 개발자

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.

2026년 6월 9일
natural-writing
기술 작가

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.

2026년 5월 12일
수집된 skill 20개 중 8개를 표시합니다.
dart-write-documentation
미분류

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…

2026년 8월 24일
dart-add-unit-test
소프트웨어 품질 보증 분석가·테스터

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.

2026년 8월 4일
api-review
소프트웨어 개발자

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.

2026년 7월 16일
code-documentation
소프트웨어 개발자

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…

2026년 7월 16일
code-review
소프트웨어 품질 보증 분석가·테스터

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.

2026년 7월 16일
unix-cli-best-practices
네트워크·컴퓨터 시스템 관리자

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…

2026년 7월 16일
dart-build-cli-app
소프트웨어 개발자

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

2026년 7월 14일
dart-fix-runtime-errors
소프트웨어 개발자

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.

2026년 7월 14일
수집된 skill 14개 중 8개를 표시합니다.
code-review
소프트웨어 품질 보증 분석가·테스터

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

2026년 8월 10일
release-plugin
소프트웨어 개발자

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

2026년 8월 3일
add-missing-unit-test
소프트웨어 품질 보증 분석가·테스터

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.

2026년 7월 10일
audit-accessibility
웹·디지털 인터페이스 디자이너

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

2026년 7월 10일
audit-dependencies
소프트웨어 개발자

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

2026년 7월 10일
audit-ui-thread-safety
소프트웨어 개발자

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

2026년 7월 10일
cleanup-code-inspections
소프트웨어 개발자

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

2026년 7월 10일
cleanup-unused-assets
소프트웨어 개발자

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

2026년 7월 10일
수집된 skill 13개 중 8개를 표시합니다.
run-devicelab-with-led
소프트웨어 품질 보증 분석가·테스터

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

2026년 8월 12일
engine-whats-new
소프트웨어 개발자

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

2026년 7월 22일
shepherd-prs
소프트웨어 개발자

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…

2026년 7월 14일
flutter-cherry-pick
소프트웨어 개발자

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…

2026년 7월 14일
natural-writing
기술 작가

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.

2026년 6월 8일
updating-android-sdk
소프트웨어 개발자

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…

2026년 6월 4일
analyze-github-flake
소프트웨어 품질 보증 분석가·테스터

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.

2026년 6월 3일
rebuilding-flutter-tool
소프트웨어 개발자

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

2026년 5월 11일
수집된 skill 12개 중 8개를 표시합니다.
수집된 skill 12개 중 8개를 표시합니다.
write-technical-docs
미분류

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.

2026년 8월 27일
contribute-blog
미분류

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

2026년 8월 26일
format-markdown
미분류

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.

2026년 8월 25일
write-dart
미분류

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.

2026년 8월 25일
write-flutter
미분류

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.

2026년 8월 25일
update-whats-new
소프트웨어 개발자

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

2026년 8월 13일
data-model
소프트웨어 개발자

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.

2026년 6월 5일
extract-to-jaspr
웹 개발자

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.

2026년 6월 5일
수집된 skill 11개 중 8개를 표시합니다.
debugging-devtools-extensions
소프트웨어 개발자

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…

2026년 8월 18일
reviewing-devtools-prs
소프트웨어 품질 보증 분석가·테스터

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

2026년 7월 30일
reviewing-prs
소프트웨어 품질 보증 분석가·테스터

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.

2026년 7월 30일
closing-obsolete-issues
소프트웨어 개발자

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

2026년 4월 30일
adding-changelog-entries
소프트웨어 개발자

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

2026년 4월 17일
updating-package-versions
소프트웨어 개발자

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

2026년 4월 17일
adding-copyright-headers
소프트웨어 개발자

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

2026년 4월 17일
adding-release-notes
소프트웨어 개발자

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

2026년 4월 17일
수집된 skill 10개 중 8개를 표시합니다.
pre-push-skill
미분류

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.

2026년 8월 27일
check-readiness
소프트웨어 개발자

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.

2026년 8월 27일
run-evals
소프트웨어 품질 보증 분석가·테스터

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.

2026년 7월 28일
dart-add-unit-test
소프트웨어 품질 보증 분석가·테스터

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.

2026년 6월 22일
dart-collect-coverage
소프트웨어 품질 보증 분석가·테스터

Collect coverage using the coverage packge and create an LCOV report

2026년 6월 22일
dart-generate-test-mocks
소프트웨어 품질 보증 분석가·테스터

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.

2026년 6월 22일
dart-run-static-analysis
소프트웨어 개발자

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.

2026년 6월 22일
flutter-add-integration-test
소프트웨어 품질 보증 분석가·테스터

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.

2026년 6월 22일
수집된 skill 9개 중 8개를 표시합니다.
저장소 10개 중 10개 표시
모든 저장소를 표시했습니다