Skip to main content
recca0120
Profil créateur GitHub

recca0120

Vue par dépôt de 69 skills collectés dans 5 dépôts GitHub.

skills collectés
69
dépôts
5
mis à jour
16 mai 2026
explorateur de dépôts

Dépôts et skills représentatifs

project-overview
Spécialistes en gestion de projets

cc-office project overview — current phase (Claude Code web client with protocol alignment to the VS Code extension) plus the long-term RPG roadmap (Code Quest). Use when asking what this project does, planning architecture, understanding which features are…

16 mai 2026
code-quest-review
Analystes en assurance qualité des logiciels et testeurs

Code Quest project-specific code review checks covering import order, zod schema placement, cross-package event-name alignment, server handler middleware, channel / emitter semantics, client handler organization, React Compiler compatibility, icon facade…

14 mai 2026
vitest-testing
Analystes en assurance qualité des logiciels et testeurs

Project-specific Vitest testing reference for the **server** package (apps/server). Use when writing or modifying server-side vitest tests, fixing failing tests, testing DB / socket.io server-side, choosing mocking strategies, or working with async patterns…

14 mai 2026
inversify-di
Développeurs de logiciels

Inversify dependency injection patterns for the server. Use when creating or modifying DI container bindings, adding injectable services, writing tests with dependency overrides, or managing TYPES symbols.

13 mai 2026
tailwind-v4
Développeurs web

Tailwind CSS v4 styling with @theme, @utility, and @custom-variant directives. Use when styling components, configuring design tokens, adding custom utilities, migrating from v3, or converting hardcoded colors to theme tokens. Enforces token-first design…

13 mai 2026
claude-code-helper
Administrateurs de réseaux et de systèmes informatiques

Explains Claude Code features, skills, subagents, hooks, MCP, and CLI usage. Use when the user asks questions like "How do I...", "Can Claude...", "What is...". Provides detailed guidance on Claude Code CLI functionality.

7 mai 2026
collect-cli-fixtures
Administrateurs de réseaux et de systèmes informatiques

Collects real CLI (Claude, Gemini) stream-json output as .jsonl fixture files. Use when adding new fixture scenarios, updating after CLI version changes, or covering new protocol event types.

7 mai 2026
drizzle-orm
Architectes de bases de données

Drizzle ORM and drizzle-kit patterns for multi-dialect setup (SQLite + MySQL). Use when creating or modifying DB schemas, writing migrations, implementing repositories, adding tables or relations, or writing database tests.

7 mai 2026
Affichage de 8 skills collectés sur 33.
zod
Développeurs de logiciels

Zod v4 schema validation 最佳實踐指南。當需要定義 schema、驗證/解析 JSON 資料、type inference、或處理 unknown data 時使用。

28 mars 2026
svelte
Développeurs de logiciels

Svelte 5 + Astro 整合最佳實踐指南。當需要建立 Svelte 元件、使用 runes API、整合 Astro islands、或用 Testing Library 測試 Svelte 元件時使用。

28 mars 2026
github-graphql
Développeurs de logiciels

GitHub GraphQL API 最佳實踐指南。當需要使用 GraphQL 查詢使用者資料、處理 cursor pagination、計算 rate limit、或除錯 GraphQL errors 時使用。

28 mars 2026
top-github-users-ref
Développeurs de logiciels

gayanvoice/top-github-users 架構參考指南。當需要了解 GitHub 使用者排行榜的資料抓取管線、國家設定、排行計算邏輯、已知問題、或社群需求時使用。

28 mars 2026
commander
Développeurs de logiciels

Commander.js v14 CLI 框架最佳實踐。當需要建立 CLI 工具、解析命令列參數、設計 subcommands 時使用。

27 mars 2026
github-actions
Développeurs de logiciels

GitHub Actions CI/CD 最佳實踐指南。當需要設定 workflow、cron 排程、GitHub Pages 部署、使用 Octokit API、或處理 rate limiting 時使用。

27 mars 2026
globe-gl
Développeurs web

Globe.GL 3D 地球視覺化指南。當需要建立互動式 3D 地球、國家熱力圖、點擊導航、或整合 Astro 時使用。

27 mars 2026
msw
Analystes en assurance qualité des logiciels et testeurs

MSW (Mock Service Worker) 2.x 最佳實踐指南。當需要在 Vitest 中攔截 HTTP 請求、測試 API 整合(含 Octokit)、模擬錯誤/rate limiting、或組織 mock handlers 時使用。

27 mars 2026
Affichage de 8 skills collectés sur 15.
cubejs
Développeurs de logiciels

cubejs (Rubik's Cube solver, Kociemba two-phase) 使用指南。當需要實作魔術方塊自動解法、狀態字串序列化、或 scramble 產生時使用。

14 avr. 2026
msw-fetch-mock
Analystes en assurance qualité des logiciels et testeurs

msw-fetch-mock 套件使用指南(搭配 MSW v2 + Vitest)。當需要 mock HTTP 請求、測試 fetch 呼叫、驗證 API 互動時使用。

14 avr. 2026
react
Développeurs de logiciels

React 19 最佳實踐指南。當需要撰寫 React 元件、使用 Hooks、處理狀態管理、或搭配 TypeScript/Vite 開發時使用。

14 avr. 2026
react-three-fiber
Développeurs de logiciels

React Three Fiber (R3F) + Three.js + drei 最佳實踐。當需要建立 3D 場景、處理相機/光照、互動事件、動畫、效能優化時使用。

14 avr. 2026
tdd
Analystes en assurance qualité des logiciels et testeurs

TDD (Test-Driven Development) 最佳實踐指南,搭配 Vitest + React Testing Library。當需要撰寫測試、實踐 Red-Green-Refactor、設計測試結構時使用。應在開發新功能時主動套用。

14 avr. 2026
test-doubles
Analystes en assurance qualité des logiciels et testeurs

Test Doubles 最佳實踐指南(Vitest + TypeScript)。當需要選擇 Mock/Stub/Fake/Spy/Dummy、或討論測試隔離策略時使用。

14 avr. 2026
vite
Développeurs de logiciels

Vite 6/7 最佳實踐指南。當需要初始化 Vite 專案、設定 plugin、配置 build、除錯 HMR、path alias 或整合 React/TS/Vitest 時使用。

14 avr. 2026
zustand
Développeurs de logiciels

Zustand 5 最佳實踐指南。當需要建立 store、設計 selector、使用 middleware (persist/immer/devtools)、或處理 React 狀態管理時使用。

14 avr. 2026
5 dépôts affichés sur 5
Tous les dépôts sont affichés