Skip to main content
Manusで任意のスキルを実行
ワンクリックで
trae-op
GitHub クリエイタープロフィール

trae-op

3 件の GitHub リポジトリにある 29 件の収集済み skills をリポジトリ単位で表示します。

収集済み 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
このリポジトリの収集済み skills 21 件中、上位 8 件を表示しています。
3 件中 3 件のリポジトリを表示
すべてのリポジトリを表示しました