jh941213

117 mods across 2 repositories, 144 stars between them.

handoff

49

jh941213/my-cc-harness

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.

125 29d ago A 49 tokens

harness-audit

50

jh941213/my-cc-harness

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`.

125 29d ago A 79 tokens

harness-diagnostics

51

jh941213/my-cc-harness

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.

125 29d ago A 65 tokens

nano-banana

52

jh941213/my-cc-harness

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…

125 29d ago A 77 tokens

plan

53

jh941213/my-cc-harness

Skill Claude CodeCodex

A planning aid for complex development work, especially tasks with three or more implementation steps or an architecture decision.

125 29d ago A 89 tokens

jh941213/my-cc-harness

Skill Claude CodeCodex

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. 트리거: "pytest", "Python 테스트", "fixture", "mocking", "테스트 작성" 안티-트리거: "JavaScript 테스트", "Jest", "E2E 테스트".

125 29d ago A 66 tokens

react-patterns

55

jh941213/my-cc-harness

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", "백엔드".

125 29d ago A 99 tokens

review

56

jh941213/my-cc-harness

Skill Claude CodeCodex

A code review of the changes on the current branch, using reviews from Codex and Claude.

125 29d ago A 71 tokens

shadcn-ui

57

jh941213/my-cc-harness

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…

125 29d ago A 100 tokens

simplify

58

jh941213/my-cc-harness

Skill Claude CodeCodex

A review and refactoring aid that looks for unnecessary abstractions, repeated code, and avoidable complexity in changed code.

125 29d ago A 70 tokens

spec-verify

59

jh941213/my-cc-harness

Skill Claude CodeCodex

A checker that compares an implementation with the requirements written in SPEC.md.

125 29d ago A 57 tokens

spec

60

jh941213/my-cc-harness

Skill Claude CodeCodex

A guided interview that asks detailed questions and produces a written SPEC.md requirements document.

125 29d ago A 58 tokens

stitch-design-md

61

jh941213/my-cc-harness

Skill Claude CodeCodex

A tool that examines a Stitch project and writes a DESIGN.md document describing its design system in clear, meaningful language.

125 29d ago A 75 tokens

jh941213/my-cc-harness

Skill Claude CodeCodex

A prompt editor that turns vague UI ideas into detailed prompts for Stitch, with clearer design and user-experience details.

125 29d ago A 89 tokens

stitch-loop

63

jh941213/my-cc-harness

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.

125 29d ago A 73 tokens

stitch-react

64

jh941213/my-cc-harness

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.

125 29d ago A 80 tokens

jh941213/my-cc-harness

Skill Claude CodeCodex

A debugging workflow that investigates the root cause of a bug, failed test, or unexpected behavior before suggesting a fix.

125 29d ago A 39 tokens

jh941213/my-cc-harness

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"…

125 29d ago A 0 tokens

tdd

67

jh941213/my-cc-harness

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.

125 29d ago A 0 tokens

techdebt

68

jh941213/my-cc-harness

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.

125 29d ago A 0 tokens

jh941213/my-cc-harness

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…

125 29d ago A 0 tokens

jh941213/codex-lattice

Instructions file CodexOpenCode

Instructions for jh941213/codex-lattice, covering agents.md, codex lattice rules, always-on harness, reflection guard and hitl gates.

19 3mo ago A 3,523 tokens original MIT

agent-tool-risk

71

jh941213/codex-lattice

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.

19 3mo ago A 43 tokens original MIT

jh941213/codex-lattice

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.

19 3mo ago A 113 tokens copy · 86% MIT