jh941213

117 mods across 2 repositories, 144 stars between them.

PostCompact

26

jh941213/my-cc-harness

Hook

Runs after the context is compacted, executing post-compact-guard.sh via bash. From jh941213/my-cc-harness.

125 29d ago A tokens not measured

ConfigChange

27

jh941213/my-cc-harness

Hook

Runs on the ConfigChange event, executing config-change-guard.sh via bash. From jh941213/my-cc-harness.

125 29d ago A tokens not measured

WorktreeCreate

28

jh941213/my-cc-harness

Hook

Runs when a git worktree is created, executing worktree-tracker.sh via bash. From jh941213/my-cc-harness.

125 29d ago A tokens not measured

WorktreeRemove

29

jh941213/my-cc-harness

Hook

Runs when a git worktree is removed, executing worktree-tracker.sh via bash. From jh941213/my-cc-harness.

125 29d ago A tokens not measured

jh941213/my-cc-harness

Skill Claude CodeCodex

A guide to designing REST and GraphQL APIs. APIs are interfaces that let software exchange data and actions.

125 29d ago A 113 tokens

jh941213/my-cc-harness

Skill Claude CodeCodex

A guide to Python's asyncio and async/await patterns. These let a program handle waiting tasks, such as network requests, without stopping other work.

125 29d ago A 104 tokens

auto-memory

32

jh941213/my-cc-harness

Skill Claude CodeCodex

A skill that selects relevant project documentation and memory when work begins, when a repository is first examined, and when useful knowledge is discovered.

125 29d ago A 79 tokens

autodev-parallel

33

jh941213/my-cc-harness

Skill Claude CodeCodex

A parallel development workflow lets multiple coding agents work on separate PRD items at the same time, each in its own worktree. A PRD is a document describing what a product or feature must do.

125 29d ago A 88 tokens

autodev

34

jh941213/my-cc-harness

Skill Claude CodeCodex

An autonomous development loop works through PRD items one by one, stopping the session only after each item is completed and committed. A PRD is a document describing product requirements.

125 29d ago A 99 tokens

brainstorming

35

jh941213/my-cc-harness

Skill Claude CodeCodex

A planning conversation for creative coding work clarifies the intent, requirements, and design before implementation begins. It is intended for new features, components, and behavior changes.

125 29d ago A 58 tokens

build-fix

36

jh941213/my-cc-harness

Skill Claude CodeCodex

A gradual workflow for fixing TypeScript and build errors identifies and corrects compilation problems step by step. TypeScript is a programming language that checks code types before it runs.

125 29d ago A 96 tokens

client-docs

37

jh941213/my-cc-harness

Skill Claude CodeCodex

A workflow for producing customer-facing system-integration and application-operation documents on demand. Its documents include architecture, interfaces, database design, requirements tracking, test results, manuals, and operation reports.

125 29d ago A 94 tokens

commit-push-pr

38

jh941213/my-cc-harness

Skill Claude CodeCodex

A Git workflow combines committing changes, sending them to the remote repository, and creating a pull request. A pull request is a request for teammates to review and merge changes into a shared branch.

125 29d ago A 99 tokens

compact-guide

39

jh941213/my-cc-harness

Skill Claude CodeCodex

A guide for managing the model's context window and reducing token use. The context window is the amount of conversation and source material the model can consider at once.

125 29d ago A 49 tokens

docs-architecture

40

jh941213/my-cc-harness

Skill Claude CodeCodex

An architecture documentation workflow creates or updates a code map, C4 diagrams, architecture decision records, and entity-relationship diagrams. C4 diagrams show system structure, ADRs record important technical decisions, and ERDs show data relationships.

125 29d ago A 120 tokens

docs-ci

41

jh941213/my-cc-harness

Skill Claude CodeCodex

A documentation protection pipeline checks whether project documentation has drifted from its defined records. It produces a GitHub Actions workflow, a drift-detection script, and rules for a docs/docs.yaml manifest.

125 29d ago A 126 tokens

docs-interfaces

42

jh941213/my-cc-harness

Skill Claude CodeCodex

An API documentation workflow creates OpenAPI or AsyncAPI specifications, API diagrams, sequence diagrams, and API change histories. An API is a defined way for software systems to communicate; OpenAPI and AsyncAPI are formats for describing those interfaces.

125 29d ago A 120 tokens

docs-manuals

43

jh941213/my-cc-harness

Skill Claude CodeCodex

A guide for writing user documentation and operator documentation. Operator documentation includes runbooks, deployment guides, configuration references, and incident response playbooks.

125 29d ago A 120 tokens

e2e-agent-browser

44

jh941213/my-cc-harness

Skill Claude CodeCodex

A guide to using `agent-browser`, a command-line tool that controls a browser without displaying it, for end-to-end tests. End-to-end tests check a complete user journey through an application.

125 29d ago A 113 tokens

e2e-verify

45

jh941213/my-cc-harness

Skill Claude CodeCodex

A tool for writing and running end-to-end tests at the API or command-line level after development is complete. These tests verify real user flows without controlling a web browser.

125 29d ago A 109 tokens

eval

46

jh941213/my-cc-harness

Skill Claude CodeCodex

A code-output assessment across four areas: whether it works, its quality, its originality, and its security. It uses a separate evaluator agent to perform an independent assessment and calculate scores.

125 29d ago A 75 tokens

fastapi-templates

47

jh941213/my-cc-harness

Skill Claude CodeCodex

A template and setup guide for creating FastAPI projects in Python. FastAPI is a framework for building web APIs, and the guide covers asynchronous code, dependency injection, and error handling.

125 29d ago A 96 tokens

frontend

48

jh941213/my-cc-harness

Skill Claude CodeCodex

A guide for planning and building web interfaces such as pages, dashboards, and reusable UI components. It focuses on the visual style associated with products such as Stripe, Vercel, and Apple.

125 29d ago A 92 tokens