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

termui

يحتوي termui على 24 من skills المجمعة من jtmcdole، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
24
Stars
16
محدث
2026-07-21
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

codefu-persona
مطوّرو البرمجيات

An elite Flutter & Dart engineer persona. Use this agent for writing, reviewing, or fixing Dart/Flutter code according to strict MVVM architecture, high-performance rendering, and modern Dart semantics.

2026-07-21
dart-benchmarking
مطوّرو البرمجيات

Guidelines and best practices for writing microbenchmarks, analyzing GC overhead, and evaluating performance on VM, JS, and WASM compilation targets.

2026-07-11
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-07-02
flutter-add-widget-preview
مطوّرو الويب

Adds interactive widget previews to the project using the previews.dart system. Use when creating new UI components or updating existing screens to ensure consistent design and interactive testing.

2026-07-02
flutter-add-widget-test
محللو ضمان جودة البرمجيات والمختبرون

Implement a component-level test using `WidgetTester` to verify UI rendering and user interactions (tapping, scrolling, entering text). Use when validating that a specific widget displays correct data and responds to events as expected.

2026-07-02
flutter-apply-architecture-best-practices
مطوّرو البرمجيات

Architects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new project or refactoring for scalability.

2026-07-02
flutter-fix-layout-issues
مطوّرو البرمجيات

Fixes Flutter layout errors (overflows, unbounded constraints) using Dart and Flutter MCP tools. Use when addressing "RenderFlex overflowed", "Vertical viewport was given unbounded height", or similar layout issues.

2026-07-02
flutter-implement-json-serialization
مطوّرو البرمجيات

Create model classes with `fromJson` and `toJson` methods using `dart:convert`. Use when manually mapping JSON keys to class properties for simple data structures.

2026-07-02
flutter-setup-declarative-routing
مطوّرو البرمجيات

Configure `MaterialApp.router` using a package like `go_router` for advanced URL-based navigation. Use when developing web applications or mobile apps that require specific deep linking and browser history support.

2026-07-02
flutter-setup-localization
مطوّرو البرمجيات

Add `flutter_localizations` and `intl` dependencies, enable "generate true" in `pubspec.yaml`, and create an `l10n.yaml` configuration file. Use when initializing localization support for a new Flutter project.

2026-07-02
flutter-use-http-package
مطوّرو البرمجيات

Use the `http` package to execute GET, POST, PUT, or DELETE requests. Use when you need to fetch from or send data to a REST API.

2026-07-02
codefu-debugger
مطوّرو البرمجيات

An elite software engineering workflow. Use this skill whenever you are asked to solve bugs, develop features, or optimize systems. It forces a strict Explore, Plan, Test, Execute, Verify methodology.

2026-06-27
codefu-fix
مطوّرو البرمجيات

Use this skill to solve bugs or build features in Flutter or Dart. It combines the strict architectural rules of the codefu-persona with the rigorous step-by-step EPTEV debugging methodology of codefu-debugger.

2026-06-27
conventional-commits
مطوّرو البرمجيات

Defines the Conventional Commits 1.0.0 specification for structured commit messages.

2026-06-13
dart-checks-migration
مطوّرو البرمجيات

Deprecated. Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents by using the upstream `dart-migrate-to-checks-package` skill.

2026-06-10
dart-cli-app-best-practices
مطوّرو البرمجيات

Deprecated. Best practices for creating high-quality, executable Dart CLI applications. Use the upstream `dart-build-cli-app` skill instead.

2026-06-10
dart-doc-validation
مطوّرو البرمجيات

Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros.

2026-06-10
dart-long-lines
مطوّرو البرمجيات

Guidelines for handling long lines in Dart code to adhere to the 80-column rule. The `lines_longer_than_80_chars` lint.

2026-06-10
dart-matcher-best-practices
محللو ضمان جودة البرمجيات والمختبرون

Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.

2026-06-10
dart-modern-features
مطوّرو البرمجيات

Guidelines for using modern Dart features (v3.0 - v3.10) such as Records, Pattern Matching, Switch Expressions, Extension Types, Class Modifiers, Wildcards, Null-Aware Elements, and Dot Shorthands.

2026-06-10
dart-multiline-strings
مطوّرو البرمجيات

Guidelines and best practices for refactoring consecutive prints, single-line string concatenations, and complex output blocks into triple-quoted multi-line string literals (''' or """) in Dart.

2026-06-10
dart-package-maintenance
مطوّرو البرمجيات

Guidelines for maintaining external Dart packages, covering versioning, publishing workflows, and pull request management. Use when updating Dart packages, preparing for a release, or managing collaborative changes in a repository.

2026-06-10
dart-test-coverage
محللو ضمان جودة البرمجيات والمختبرون

Understand and improve test coverage in a Dart package. Helps agents run coverage, interpret results, and identify missed lines.

2026-06-10
dart-test-fundamentals
محللو ضمان جودة البرمجيات والمختبرون

Core concepts and best practices for `package:test`. Covers `test`, `group`, lifecycle methods (`setUp`, `tearDown`), and configuration (`dart_test.yaml`).

2026-06-10