Skill Claude CodeCodex
Use when reading or writing TypeScript or JavaScript files (.ts, .tsx, .js, tsconfig.json).
Skill Claude CodeCodex
Use when reading or writing TypeScript or JavaScript files (.ts, .tsx, .js, tsconfig.json).
Skill Claude CodeCodex
Fetches web content as clean markdown by preferring markdown-native responses and falling back to selector-based HTML extraction. Use for documentation, articles, and reference pages at http/https URLs.
Skill Claude CodeCodex
Use when reading or writing Zig files (.zig, build.zig, build.zig.zon).
Skill Claude CodeCodex
Use when starting dev servers, watchers, tilt, or any process expected to outlive the conversation. Provides zmx session management patterns for long-lived processes.
Instructions file
Instructions for alleneubank/claude-code, covering agent teammates guidelines, how we work — verified loops, the brief — codified taste, the harness — the verifier and the loop — bounded iteration.
Agent
Reviews code for quality, security, and adherence to project conventions. Use after writing or modifying code, or when explicitly requested.
Agent
Investigates errors, test failures, and unexpected behavior through root cause analysis. Use when encountering failures or errors.
Agent
Restructures code with clean breaks and complete migrations. Use when renaming, extracting, or changing interfaces.
Agent
Writes unit, integration, and e2e tests that verify correctness without gaming assertions. Use when adding test coverage or writing new tests.
Skill Claude CodeCodex
Use when there are multiple independent subtasks that can progress in parallel without overlapping ownership or blocking the next local step.
Skill Claude CodeCodex
Use when requirements are clear enough to plan and the work spans multiple steps, files, or verification stages.
Skill Claude CodeCodex
Use when creating or editing a skill and you need it to be discoverable, concise, and native to the target harness.
Command
Use when the user signals they're stepping away (brb, afk, heading out) — keep working autonomously, skip anything that needs interactive approval, handoff when done or blocked.
Command
Review the changes in the repo and prepare logical, organized, clean and descriptive git commits using conventional commits.
Command
Find and fix issue $ARGUMENTS.
Command
Sequenced tilt bootstrap then e2e test baseline improvement. Runs tiltup workflow, then e2e test loop with categorized fixes and conventional commits. Not for unit-test-only projects or non-tilt dev environments.
Command
Generate concise handoff summary with context.
Command
Reimplement the current branch with a clean, narrative-quality git commit history suitable for reviewer comprehension. Execute each step fully before proceeding to the next.
Command
Interview to fill gaps in a specification file.
Command
Interactive Linear issue triage with codebase verification. Lists issues, verifies implementation status via Explore agents, and updates issue states.
Plugin Claude Code
Codex-powered code review gate. Creates a review checkpoint that triggers Codex CLI review when Claude exits.
Command
Command "cancel" from alleneubank/claude-code, covering cancel codex review gate, instructions, steps, find base directory (git root or cwd fallback) and delete state file.
Command
Start a Codex review gate - generates handoff context for the reviewer.
Hook
Runs when the agent finishes a response, executing codex-reviewer-stop-hook.ts. From alleneubank/claude-code.