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

trae-op

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

skills مجمعة
29
مستودعات
3
محدث
2026-02-17
مستكشف المستودعات

المستودعات و skills الممثلة

clsx-tailwind
مطوّرو الويب

Use when styling React components with Tailwind className variants, conditional classes, or class conflicts; applies repository cn (clsx + tailwind-merge) patterns for merge-safe, overridable UI styles.

2026-02-17
context-pattern
مطوّرو الويب

Use when creating or refactoring shared React state with Context + useSyncExternalStore selectors; provides typed store/provider/hook patterns to avoid unnecessary rerenders and prop drilling.

2026-02-17
electron-path-aliasing
مطوّرو البرمجيات

Use when fixing import paths or alias errors in Electron projects; applies correct main-process Node subpath aliases (#main/*), renderer Vite aliases (@/*), and tsconfig/package runtime-safe alignment.

2026-02-17
event-delegation-guide
مطوّرو الويب

Use when React lists or nested component trees have many click/change handlers; replaces prop-drilled callbacks with parent-level event delegation for scalable, dynamic, high-performance interactions.

2026-02-17
git-commit-instructions
مطوّرو البرمجيات

Use when preparing git commits or PR-ready commit text; generates repository-compliant Conventional Commit messages with correct type/scope syntax, concise subject lines, and clear rationale/body formatting.

2026-02-17
ipc-communication
مطوّرو البرمجيات

Use when adding or debugging Electron IPC between preload, renderer, and main; implements strongly typed send/invoke/receive channels, payload contracts, window.electron API wiring, and safe handler registration.

2026-02-17
javascript
مطوّرو الويب

Use when improving JavaScript code quality in existing modules; refactors toward modern syntax, readable structure, safer async/error handling, smaller focused functions, and maintainable utility abstractions.

2026-02-17
large-data-iteration
مطوّرو البرمجيات

Use when loops over large arrays/collections cause slowness or memory pressure; optimizes nested iteration with indexing/maps, pre-grouping, chunking, lazy processing, and memoization to remove O(n*m*k) bottlenecks.

2026-02-17
عرض أهم 8 من أصل 21 skills مجمعة في هذا المستودع.
عرض 3 من أصل 3 مستودعات
تم تحميل كل المستودعات