ワンクリックで
odyssey
odyssey には KhourySpecialProjects から収集した 6 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Strapi v4.22 Entity Service API patterns, query building, schema reading, and common gotchas. Use when working with Strapi content types, writing request functions, building populate/filter queries, or debugging Strapi API responses.
Data fetching, caching, and cache invalidation patterns for Odyssey. Use when writing request functions, debugging stale data, adding cache tags, or implementing Server Actions that mutate data.
Next.js 15 App Router component patterns specific to Odyssey. Use when building routes, pages, layouts, Server/Client Components, or deciding component boundaries. Covers Suspense, error boundaries, data fetching in components, route structure, auth, and Odyssey's component organization.
Step-by-step checklist for modifying Strapi content types. Use when adding, removing, or changing fields on any Strapi schema, or when modifying relations between content types. Ensures all downstream files are updated.
Use when encountering any bug, test failure, or unexpected behavior. 4-phase root cause process that prevents fix-first-think-later mistakes. Covers Strapi API errors, Next.js hydration mismatches, cache staleness, and enrollment state bugs.
Jest testing patterns for the Odyssey frontend. Use when writing unit tests, fixing test failures, or setting up mocks. Covers fetchAPI mocking, Server Action mocking, next-auth mocking, component testing with RTL, and mock data conventions.