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

Meep

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

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

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

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-07
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-06-07
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-07
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-07
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-07
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-06-07
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-06-07
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-06-07
figma-to-flutter
مطوّرو البرمجيات

Convert Figma frame/node → Flutter widget với strict design token mapping + dual-source verification (MCP data + PNG image). Use when user pastes a Figma node URL or attaches a Figma screenshot and asks to generate a Flutter widget. Scope: 1 frame = 1 widget (compose multiple widgets sau). Strict gate: KHÔNG inline hex/font — token thiếu → ping leader.

2026-05-22
code-review-five-axis
محللو ضمان جودة البرمجيات والمختبرون

Six-axis code review framework (folder name "five-axis" kept for backward compat) — Fast/Deep paths + precision-first output. Use when reviewing your own changes before PR or reviewing teammate's PR. Evaluates contract adherence, correctness, readability, architecture, security, performance — but defaults to flagging only real bugs (🔴 + 🟡), not nits.

2026-05-21
figma-to-flutter
مطوّرو البرمجيات

Convert Figma frame/node → Flutter widget với strict design token mapping + dual-source verification (MCP data + PNG image). Use when user pastes a Figma node URL or attaches a Figma screenshot and asks to generate a Flutter widget. Scope: 1 frame = 1 widget (compose multiple widgets sau). Strict gate: KHÔNG inline hex/font — token thiếu → ping leader.

2026-05-21
caveman-vi
مطوّرو البرمجيات

Ultra-compressed Vietnamese mode. ONLY activate when the user types "/caveman" or says "bật caveman", "caveman mode", "ngắn gọn cực", "tiết kiệm token". Off by default. Output stays Vietnamese; only the response style changes.

2026-05-19
flutter-firebase-patterns
مطوّرو البرمجيات

Use when writing or modifying Flutter/Dart code that touches Firestore, Storage, FCM, or Auth. Reference patterns for state management, repository pattern, Firestore data modeling, security rules, and home widget integration.

2026-05-19
karpathy-guidelines
مطوّرو البرمجيات

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria. Applies to ALL code work in Meep.

2026-05-19
nodejs-ts-backend
مطوّرو البرمجيات

Use when writing or modifying Node.js + TypeScript backend code (Cloud Functions or standalone API). Patterns for env validation, error handling, logging, testing, and Express middleware.

2026-05-19
systematic-debugging
مطوّرو البرمجيات

Use when encountering any bug, test failure, or unexpected behavior, BEFORE proposing fixes. Enforces root-cause investigation over symptom patching. 4-phase process.

2026-05-19
tdd
مطوّرو البرمجيات

Test-Driven Development discipline. Use when implementing any feature or bugfix BEFORE writing implementation code. Enforces RED-GREEN-REFACTOR cycle with mandatory failing-test verification.

2026-05-19
verification-before-completion
مطوّرو البرمجيات

Use when about to claim work is complete, fixed, or passing. Requires running verification commands and reading actual output BEFORE making any success claims. Evidence before assertions.

2026-05-19
writing-plans
مطوّرو البرمجيات

Use when you have an approved spec and need to break it into bite-sized vertical-slice tasks with exact files, test code, and commands. Required before /build for non-trivial features.

2026-05-19
code-review-five-axis
محللو ضمان جودة البرمجيات والمختبرون

Five-axis code review framework. Use when reviewing your own changes before merge, or reviewing PR. Evaluates correctness, readability, architecture, security, performance.

2026-05-01