Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

tanstack-react-modules

tanstack-react-modules には kibertoad から収集した 8 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
8
Stars
1
更新
2026-03-30
Forks
0
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

add-zones
ソフトウェア開発者

Adds zone-based layout regions to the shell that modules populate per-route or per-active-tab. Use when the shell layout has dynamic panels, sidebars, or header regions that change based on the current route or active module.

2026-03-30
add-scoped-store
ソフトウェア開発者

Creates a per-entity scoped Zustand store using createScopedStore(). Use when you need independent state instances keyed by ID — per-interaction tabs, per-conversation messages, per-workspace scratchpads, etc.

2026-03-30
add-slots
ソフトウェア開発者

Adds slot-based extensibility to the application — defines slot types in app-shared, contributes items from modules, and consumes them in the shell. Use when the shell needs to collect and render contributions from multiple modules (command palettes, system registrations, dashboard widgets, etc.).

2026-03-30
test-module
ソフトウェア品質保証アナリスト・テスター

Writes tests for a Reactive module using @tanstack-react-modules/testing with renderModule(), resolveModule(), and createMockStore(). Use when adding or updating tests for module components, routes, or slot contributions.

2026-03-30
wire-shared-dependencies
ソフトウェア開発者

Adds a new shared dependency (zustand store, plain service, or reactive service) to the AppDependencies contract and wires it into the shell. Use when adding new cross-cutting concerns like analytics, feature flags, call adapters, or notification services.

2026-03-29
add-api-query
ソフトウェア開発者

Adds data fetching to a module component using React Query with Lokalise HTTP client and API contracts. Use when a component needs to fetch, create, update, or delete server data, or when integrating a new backend contract.

2026-03-29
create-module
ソフトウェア開発者

Creates a new Reactive module with routes, navigation, page components, and package.json. Use when asked to add a new feature module, section, or domain area to the application.

2026-03-29
register-module
ソフトウェア開発者

Registers an existing module in the shell host app. Use when wiring a new or existing module into the running application.

2026-03-29