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

karto4ki

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

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

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

after-generation
مطوّرو البرمجيات

Post-generation workflow that orchestrates code generation and quality verification for created or modified Dart files.

2026-06-04
code-generation
مطوّرو البرمجيات

Execute code generation for created source files. Handles build_runner (freezed, json_serializable, retrofit, auto_route, theme_tailor, flutter_gen) and localization via Melos. Use after creating or modifying source files that require code generation.

2026-06-04
commit-submodule
مطوّرو البرمجيات

Automate the full submodule-change lifecycle: detect modified submodules, create a feature branch inside the submodule, commit, push, generate the GitLab MR URL, then bump the submodule pointer in the parent repo as a separate commit. Picks up any intermediate state (dirty / staged / committed but unpushed / pushed but parent pointer not bumped) and continues from there. Use when you've edited a file inside `docs/flutter-rules/` (or any other submodule) and need to land the change properly.

2026-06-04
create-api
مطوّرو البرمجيات

Create Retrofit API interfaces and DTOs with proper nullability, JSON serialization, and code generation. Use when adding new API clients or data transfer objects.

2026-06-04
create-golden-test
محللو ضمان جودة البرمجيات والمختبرون

Create Alchemist golden tests for screens, widgets, and UIKit components. Use when adding visual regression tests for a View, ViewModel-driven screen, reusable widget, or UIKit element.

2026-06-04
create-pr
مطوّرو البرمجيات

Build a GitLab merge request for the current branch — generates title and description following the project's MR template, parses JIRA ticket from branch name, summarizes the diff, runs pre-push safety checks, pushes the branch, and outputs a ready-to-open GitLab "new MR" URL. Use when finishing a feature branch.

2026-06-04
create-storage
مصممو قواعد البيانات

Create local data storage (key-value/secure storage) or database DAO (Drift/SQLite) implementations with interfaces, DTOs, and DI wiring. Use when adding persistent local storage or database DAOs for a feature.

2026-06-04
create-uikit
مطوّرو البرمجيات

Create a new reusable component in module_ui (modules/ui/lib/uikit) with proper theming, asset access, naming, exports, golden test, and Figma mapping update. Use when adding a new design system component shared across features.

2026-06-04
extract-strings
مطوّرو البرمجيات

Extract hardcoded user-facing strings from a Dart file into ARB localization keys, replace literals with context.l10n calls, and hand off ARB editing to /localize. Use when migrating a View or Widget that contains literal Russian/English copy.

2026-06-04
feedback-loop
محللو ضمان جودة البرمجيات والمختبرون

Verification and quality assurance feedback loop. Runs auto-fix, static analysis, and iterates until all errors are resolved.

2026-06-04
implement-design
مطوّرو البرمجيات

Translates Figma designs into production-ready code with 1:1 visual fidelity. Use when implementing UI from Figma files, when user mentions "implement design", "generate code", "implement component", "build Figma design", provides Figma URLs, or asks to build components matching Figma specs. Requires Figma MCP server connection.

2026-06-04
localize
مطوّرو البرمجيات

Add localized strings to ARB files with proper grouping, naming, placeholders, and code generation. Use when adding translations or localized text to the app.

2026-06-04
mason-gen
مطوّرو البرمجيات

Scaffold screens, BLoCs, repositories, and assemblies using Mason bricks. Use when creating or scaffolding Flutter features — both on user request and autonomously when boilerplate is needed.

2026-06-04
sync-review-rules
محللو ضمان جودة البرمجيات والمختبرون

Regenerate AI_CODE_REVIEW_RULES.md from current .cursor/rules/*.mdc files. Use when /validate-ai-setup reports AI review rules drift, or after adding/modifying architecture rules.

2026-06-04
validate-ai-setup
محللو ضمان جودة البرمجيات والمختبرون

Validate consistency of .cursor/rules and .claude/skills files. Checks cross-references, frontmatter, logical contradictions, and code example consistency. Use when rules/skills are added or modified.

2026-06-04
validate-init-project-setup
مطوّرو البرمجيات

Validate that init_project.sh and initialization documentation are consistent with the current project state. Checks that all template values referenced in the script actually exist in target files, that file paths are valid, and that no new template-specific values have appeared uncovered. Use when init_project.sh, project structure, native configs, or initialization docs are modified. Also use proactively after any structural changes to the template project.

2026-06-04