Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
flutter
ملف منشئ GitHub

flutter

عرض على مستوى المستودعات لـ 74 skills مجمعة عبر 9 مستودعات GitHub.

skills مجمعة
74
مستودعات
9
محدث
2026-07-10
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
skills
20 skills · 2026-06-18
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمصممو واجهات الويب والرقميةالكتّاب التقنيون
4 فئات مهنية · 100% مصنفة
27%الحصة
#02
flutter-intellij
12 skills · 2026-07-10
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمصممو واجهات الويب والرقمية
3 فئات مهنية · 100% مصنفة
16%الحصة
#03
flutter
10 skills · 2026-06-30
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونالكتّاب التقنيون
3 فئات مهنية · 100% مصنفة
14%الحصة
#04
packages
7 skills · 2026-07-01
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
9.5%الحصة
#05
devtools
7 skills · 2026-04-30
مطوّرو البرمجياتالمهن الحاسوبية الأخرى
2 فئات مهنية · 100% مصنفة
9.5%الحصة
#06
demos
7 skills · 2026-07-06
مطوّرو البرمجياتمطوّرو الويب
2 فئات مهنية · 100% مصنفة
9.5%الحصة
#07
website
6 skills · 2026-06-05
الكتّاب التقنيونمطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمطوّرو الويب
4 فئات مهنية · 100% مصنفة
8.1%الحصة
#08
genui
3 skills · 2026-05-18
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
4.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-06-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-06-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 repository state before editing, optimize lint rules execution, or draft pull request submission commands.

2026-06-10
notinvalid
مطوّرو البرمجيات

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

2026-06-09
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-06-09
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-06-09
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-06-09
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-05-12
عرض أهم 8 من أصل 20 skills مجمعة في هذا المستودع.
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-07-10
audit-accessibility
مصممو واجهات الويب والرقمية

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

2026-07-10
audit-dependencies
مطوّرو البرمجيات

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

2026-07-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-07-10
cleanup-code-inspections
مطوّرو البرمجيات

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

2026-07-10
cleanup-unused-assets
مطوّرو البرمجيات

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

2026-07-10
migrate-intellij-util
مطوّرو البرمجيات

Optimize memory usage, consistency, and performance by migrating standard Java/Kotlin classes to IntelliJ's specialized com.intellij.util implementations.

2026-07-10
resolve-verification-issues
مطوّرو البرمجيات

Eliminate plugin verification warnings and errors (Internal API usage, Override-only API usage, etc.) identified by ./gradlew verifyPlugin.

2026-07-10
عرض أهم 8 من أصل 12 skills مجمعة في هذا المستودع.
shepherd-prs
مطوّرو البرمجيات

Automate shepherding, updating, and landing both your own open PRs and approved third-party contributor PRs in the flutter/flutter repository. When to use: - When you need to check the status of your open PRs or approved third-party PRs. - When you need to update stale branches or apply the 'autosubmit' label to land approved PRs. When not to use: - Do not use for PRs that are not approved (unless they are your own and you want to check status). - Do not use for repositories other than flutter/flutter.

2026-06-30
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 flutter-<major>.<minor>-candidate.0.

2026-06-22
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-06-08
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 user wants to pick up a new version of Android or upload Android SDK packages to CIPD.

2026-06-04
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-06-03
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-05-11
find-release
مطوّرو البرمجيات

A skill to find the lowest Dart and Flutter release containing a given commit. Use this skill whenever users ask about when a commit landed in Flutter or Dart releases, inquire about release versions for specific SHAs, or want to know if a commit is included in stable, beta, or dev channels for Flutter/Dart projects.

2026-05-11
dart-log-failure-parser
محللو ضمان جودة البرمجيات والمختبرون

Parse failures from Dart and Flutter test logs.

2026-04-28
عرض أهم 8 من أصل 10 skills مجمعة في هذا المستودع.
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-07-01
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-06-30
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-06-22
dart-collect-coverage
محللو ضمان جودة البرمجيات والمختبرون

Collect coverage using the coverage packge and create an LCOV report

2026-06-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-06-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-06-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-06-22
عرض 9 من أصل 9 مستودعات
تم تحميل كل المستودعات