gemini
01Skill Claude CodeCodex
A Claude Code skill that calls Google's Gemini command-line tool so another AI model can participate in the coding workflow.
Skill Claude CodeCodex
A Claude Code skill that calls Google's Gemini command-line tool so another AI model can participate in the coding workflow.
Skill Claude CodeCodex
A set of coding rules for Ant Design, a React component library for building interfaces. It covers imports, shared theme settings, forms, tables, and related patterns.
Skill Claude CodeCodex
A set of coding conventions for MUI, also called Material UI, a React component library for building interfaces. It covers imports, the sx styling prop, styled components, and themes.
Skill Claude CodeCodex
A Go programming style guide based on Go's standard library. It covers project structure, naming, error handling, and tests.
Skill Claude CodeCodex
A set of coding conventions for Node.js web backends built with Express or Fastify. It covers project folders, naming, centralized error handling, tests, and database mocking.
Skill Claude CodeCodex
A Django-based Python backend convention covering project structure, naming, error handling, and tests. Django is a Python web framework; the convention also describes optional Django REST Framework API patterns.
Skill Claude CodeCodex
A FastAPI backend convention for Python projects. FastAPI is a Python framework for web APIs, and the convention covers folders, naming, errors, Pydantic request and response schemas, and tests.
Skill Claude CodeCodex
Next.js App Router 프로젝트 컨벤션. Server/Client Components, metadata API, 특수 파일 패턴, Route Groups.
Skill Claude CodeCodex
A Next.js 14 Pages Router convention, where files in the pages folder define routes and application logic lives in separate source folders. It also sets page layout metadata, component structure, and import order.
Skill Claude CodeCodex
A set of conventions for React single-page applications built with Vite or Create React App. A single-page application is a web app that changes views in the browser without loading a new page for every route.
Skill Claude CodeCodex
Jotai + TanStack Query v5 상태관리 패턴. atoms/, queries/, queryKeys 구조.
Skill Claude CodeCodex
Redux Toolkit(RTK) 상태 관리 패턴. createSlice, configureStore, RTK Query(createApi), slices 디렉토리 구조.
Skill Claude CodeCodex
A state-management convention combining Zustand and TanStack Query in React. TanStack Query handles data from servers, while Zustand stores shared client-side state such as selected tabs or authentication.
Skill Claude CodeCodex
A set of rules for styling React components with Emotion, a library that lets developers write component styles in JavaScript or TypeScript.
Skill Claude CodeCodex
A styled-components styling convention for React. styled-components lets developers write CSS alongside JavaScript components, and this convention covers theme tokens, file placement, and extending existing components.
Skill Claude CodeCodex
A set of project rules for styling interfaces with Tailwind CSS utility classes and a cn() helper for combining classes.
Skill Claude CodeCodex
A Jest unit-testing convention for pure functions in utility, helper, library, and adapter code. It defines test locations, structure, fake timers, and Korean test names.
Skill Claude CodeCodex
A set of conventions for testing React or TypeScript projects with Vitest. Vitest is a JavaScript test runner, and these rules cover its configuration, browser simulation, coverage reports, test setup, and file layout.
Skill Claude CodeCodex
A cleanup command for removing temporary files and test outputs created during development. It can remove design reference images, Playwright browser-test results and reports, and selected planning or quality files.
Skill Claude CodeCodex
A collaboration skill for using Claude with OpenAI Codex through an MCP server or the Codex command-line tool. It defines how to start sessions, continue them, review code, and check available sessions.
Skill Claude CodeCodex
A Playwright workflow for exploring websites and designing crawlers. Playwright is a browser-automation tool; the workflow covers inspecting pages, analyzing network requests, documenting findings, and generating crawler code.
Skill Claude CodeCodex
A workflow for comparing competing technical approaches through several rounds of argument and criticism. It can use Agent Teams, Codex CLI, or a self-debate mode depending on the available environment.
Skill Claude CodeCodex
An end-to-end testing workflow for individual screens or complete application routes. It derives test cases from code or Figma, writes Playwright tests, and runs them repeatedly until they pass.
Skill Claude CodeCodex
A design-to-code workflow that turns Figma designs into React and TypeScript code using Emotion, a styling library. It extracts layout, colours, typography, and component structure from the design.