recca0120

45 mods across 1 repository, 11 stars between them.

recca0120/code-quest

Skill Claude CodeCodex

FakeSummoner test harness for client-side tests — React component/context/hook tests that need socket + pipeline. Covers renderWithWorkspace, renderWithChannel, multi-tab scenarios, state injection vs full pipeline. For server tests see fake-summoner-server skill.

11 2mo ago A 62 tokens original MIT

recca0120/code-quest

Skill Claude CodeCodex

FakeSummoner test harness for server-side tests — socket handlers, channel integration, pipeline, DB, CLI process. Use when writing or debugging server tests that need real socket.io + in-memory DB + fake CLI process. For client tests see fake-summoner-client skill.

11 2mo ago A 65 tokens original MIT

fixture-driven-tdd

27

recca0120/code-quest

Skill Claude CodeCodex

Fixture-driven TDD workflow for CLI parsers and session tests. Uses real CLI JSON from DB/capture, FakeClaude segments, and .jsonl fixtures. Use when developing parsers, adding event types, or writing server pipeline tests.

11 2mo ago A 53 tokens original MIT

frontend-testing

28

recca0120/code-quest

Skill Claude CodeCodex

Frontend testing guide for React components, hooks, and stores using testing-library, vitest, and Storybook. Use when writing or refactoring component tests, hook tests, or choosing between test doubles. Covers six core principles (Testing Library first, Fake for external deps, Fake Component for isolation, test…

11 2mo ago A 101 tokens original MIT

map-system

29

recca0120/code-quest

Skill Claude CodeCodex

Roadmap — 尚未實作。 Dual-mode map system (2D overhead + dialogue mode) and location structure (Code Quest RPG vision). See rpg-roadmap / project-overview for framing. Use when designing future map/scene features, town/wilderness/dungeon content, or reading legacy design docs.

11 2mo ago A 72 tokens original MIT

msw-fetch-mock

30

recca0120/code-quest

Skill Claude CodeCodex

MSW v2 patterns for API mocking in Vitest tests. Use when setting up API mocks, writing HTTP handlers, simulating network errors, or configuring msw/node for component and integration tests.

11 2mo ago A 46 tokens original MIT

parser-development

31

recca0120/code-quest

Skill Claude CodeCodex

CLI stream parser development workflow. Covers the ProtocolEvent → SocketEvent pipeline, Zod schema validation, and adapter pattern. Use when creating or modifying protocol parsers, adding new event types, or debugging parse failures.

11 2mo ago A 46 tokens original MIT

project-overview

32

recca0120/code-quest

Skill Claude CodeCodex

當下:cc-office 是 Claude Code CLI 的 web 客戶端,對齊官方 VS Code extension 的 protocol — ChatPanel / PermissionModePicker / SessionContext / Storybook 覆蓋、design tokens、Tailwind scale 等。.

11 2mo ago A 59 tokens original MIT

protocol-alignment

33

recca0120/code-quest

Skill Claude CodeCodex

Compare cc-office protocol implementation against the real Claude Code VS Code Extension. Use when checking protocol coverage, analyzing alignment gaps, re-comparing after extension updates, or building a coverage matrix.

11 2mo ago A 41 tokens original MIT

react-compiler

34

recca0120/code-quest

Skill Claude CodeCodex

A reference for understanding what React Compiler 1.0 automatically optimizes and what still needs manual handling. React Compiler is a build tool that can add memoization to reduce repeated work in React applications.

11 2mo ago A 107 tokens original MIT

react-hooks

35

recca0120/code-quest

Skill Claude CodeCodex

React hooks and Context conventions for this project. Covers custom hook extraction rules, Context splitting (state vs actions), dependency management with biome useExhaustiveDependencies, and ref/callback patterns. Use when writing or reviewing custom hooks, Context providers, or component re-render optimization.

11 2mo ago A 58 tokens original MIT

rpg-roadmap

36

recca0120/code-quest

Skill Claude CodeCodex

Roadmap (not yet implemented). Code Quest RPG vision for cc-office — CodeLand world, 11 systems, HP/MP/EXP/Gold mechanics, battle-trigger rules, pixel-art visual style. Use when designing future RPG features, discussing long-term direction, or reading legacy docs under docs/ui-design/. Current architecture: see…

11 2mo ago A 78 tokens original MIT

recca0120/code-quest

Skill Claude CodeCodex

Skill "simple-git-reference" from recca0120/code-quest, covering simple-git reference, instance, api, error handling and typescript types.

11 2mo ago A 0 tokens original MIT

socket-io

38

recca0120/code-quest

Skill Claude CodeCodex

Socket.IO event handling patterns for server and client. Use when implementing socket handlers, adding real-time events, creating client socket hooks, or modifying handler registration.

11 2mo ago A 35 tokens original MIT

storybook-component

39

recca0120/code-quest

Skill Claude CodeCodex

Component-driven development with Storybook 10. Use when creating or documenting React components, writing stories or interaction tests, designing UI variations, or syncing stories after component changes.

11 2mo ago A 37 tokens original MIT

tailwind-v4

40

recca0120/code-quest

Skill Claude CodeCodex

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 flow: look up existing @theme tokens before reaching for…

11 2mo ago A 102 tokens original MIT

recca0120/code-quest

Skill Claude CodeCodex

Cross-cutting testing conventions (async patterns, vitest API cheatsheet, className assertion) shared across client and server tests. Frontend-specific rules (6 core principles, test double decision flow, Fake Component, test placement) live in frontend-testing; server-specific patterns (DB / socket.io server) live in…

11 2mo ago A 90 tokens original MIT

vitest-testing

42

recca0120/code-quest

Skill Claude CodeCodex

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 and fake timers. For frontend tests (apps/web) see…

11 2mo ago A 68 tokens original MIT

zod-validation

43

recca0120/code-quest

Skill Claude CodeCodex

Zod v4 schema validation patterns and integration with Drizzle ORM and React Hook Form. Use when creating or modifying Zod schemas, adding validation logic, using zodResolver, or migrating from Zod v3 to v4.

11 2mo ago A 51 tokens original MIT

zustand-state

44

recca0120/code-quest

Skill Claude CodeCodex

Zustand state management patterns including stores, slices, selectors, and middleware. Use when creating or modifying zustand stores, optimizing re-renders, integrating socket events with state, or testing stores.

11 2mo ago A 44 tokens original MIT