Hook
Runs when a tool call fails, executing failure-tracker.sh via bash. From jh941213/my-cc-harness.
Hook
Runs when a tool call fails, executing failure-tracker.sh via bash. From jh941213/my-cc-harness.
Hook
Runs after the context is compacted, executing post-compact-guard.sh via bash. From jh941213/my-cc-harness.
Hook
Runs on the ConfigChange event, executing config-change-guard.sh via bash. From jh941213/my-cc-harness.
Hook
Runs when a git worktree is created, executing worktree-tracker.sh via bash. From jh941213/my-cc-harness.
Hook
Runs when a git worktree is removed, executing worktree-tracker.sh via bash. From 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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Skill Claude CodeCodex
A guide for writing user documentation and operator documentation. Operator documentation includes runbooks, deployment guides, configuration references, and incident response playbooks.
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.
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.
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.
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.
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.