handoff
49Skill Claude CodeCodex
A handover document named `HANDOFF.md` that records the work before an AI coding session ends. The document helps another person or agent continue later.
Skill Claude CodeCodex
A handover document named `HANDOFF.md` that records the work before an AI coding session ends. The document helps another person or agent continue later.
Skill Claude CodeCodex
A health check for the global `/.claude` setup used by an AI coding agent, including its hooks, skills, agents, and rules. It produces an overall score; a project-specific check belongs to `harness-diagnostics`.
Skill Claude CodeCodex
A manual checkup for an AI coding agent’s setup, based on 12 operating principles. Run it with `/harness-diagnostics` and choose setup, audit, or maintenance mode.
Skill Claude CodeCodex
REQUIRED for all image generation requests. Generate and edit images using Gemini CLI with image models. Handles blog featured images, YouTube thumbnails, icons, diagrams, patterns, illustrations, photos, visual assets, graphics, artwork, pictures. Use this skill whenever the user asks to create, generate, make, draw…
Skill Claude CodeCodex
A planning aid for complex development work, especially tasks with three or more implementation steps or an architecture decision.
Skill Claude CodeCodex
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. 트리거: "pytest", "Python 테스트", "fixture", "mocking", "테스트 작성" 안티-트리거: "JavaScript 테스트", "Jest", "E2E 테스트".
Skill Claude CodeCodex
Comprehensive React 19 patterns expert covering Server Components, Actions, use() hook, useOptimistic, useFormStatus, useFormState, React Compiler, concurrent features, Suspense, and modern TypeScript development. 트리거: "React", "컴포넌트", "hooks", "JSX/TSX", "상태 관리" 안티-트리거: "Vue", "Svelte", "Angular", "백엔드".
Skill Claude CodeCodex
A code review of the changes on the current branch, using reviews from Codex and Claude.
Skill Claude CodeCodex
Complete shadcn/ui component library guide including installation, configuration, and implementation of accessible React components. Use when setting up shadcn/ui, installing components, building forms with React Hook Form and Zod, customizing themes with Tailwind CSS, or implementing UI patterns like buttons…
Skill Claude CodeCodex
A review and refactoring aid that looks for unnecessary abstractions, repeated code, and avoidable complexity in changed code.
Skill Claude CodeCodex
A checker that compares an implementation with the requirements written in SPEC.md.
Skill Claude CodeCodex
A guided interview that asks detailed questions and produces a written SPEC.md requirements document.
Skill Claude CodeCodex
A tool that examines a Stitch project and writes a DESIGN.md document describing its design system in clear, meaningful language.
Skill Claude CodeCodex
A prompt editor that turns vague UI ideas into detailed prompts for Stitch, with clearer design and user-experience details.
Skill Claude CodeCodex
An iterative workflow for using Stitch to create a multi-page website through repeated build cycles and a baton system for continuing the work. The loop keeps development moving across multiple pages.
Skill Claude CodeCodex
A workflow for converting Stitch screens into React components, including extracting design tokens, splitting the interface into components, generating TypeScript types, and checking the result.
Skill Claude CodeCodex
A debugging workflow that investigates the root cause of a bug, failed test, or unexpected behavior before suggesting a fix.
Skill Claude CodeCodex
Build scalable design systems with Tailwind CSS, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns. Triggers on "Tailwind", "디자인 시스템", "디자인 토큰", "컴포넌트 라이브러리", "Tailwind 설정". Anti-triggers: "Bootstrap", "순수 CSS"…
Skill Claude CodeCodex
A test-first development practice where you write a failing test before writing the code that should pass it, then improve the code. TDD means test-driven development; its usual cycle is red, green, refactor.
Skill Claude CodeCodex
A technical-debt cleanup workflow that checks for issues such as duplicate code, console.log statements, unused imports, dead code, and unnecessary dependencies. Technical debt is maintenance work created by shortcuts or leftover code.
Skill Claude CodeCodex
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects. Triggers on…
Instructions file CodexOpenCode
Instructions for jh941213/codex-lattice, covering agents.md, codex lattice rules, always-on harness, reflection guard and hitl gates.
Skill Claude CodeCodex
Agent and tool security review workflow. Use when adding or changing MCP servers, Codex plugins, hooks, sub-agents, tool permissions, prompt flows, automation loops, or model-visible logs.
Skill Claude CodeCodex
A guide to designing REST and GraphQL APIs, which are interfaces that let software exchange data and actions. It covers resources, HTTP methods, schemas, naming, versioning, and API documentation.