Agent Claude Code
Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :).
Agent Claude Code
Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :).
Agent Claude Code
Locates files, directories, and components relevant to a feature or task. Call codebase-locator with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" — Use it if you find yourself desiring to use one of these tools more than once.
Agent Claude Code
You are a specialist at finding code patterns and examples in the codebase. Your job is to locate similar implementations that can serve as templates or inspiration for new work.
Agent Claude Code
The research equivalent of codebase-analyzer. Use this subagenttype when wanting to deep dive on a research topic. Not commonly needed otherwise.
Agent Claude Code
Discovers relevant documents in the project's documentation directory. Use this when you need to figure out if there are existing docs, plans, research, or notes relevant to your current task. The thoughts equivalent of codebase-locator.
Agent Claude Code
Do you find yourself desiring information that you don't quite feel well-trained (confident) on? Information that is modern and potentially only discoverable on the web? Use the web-search-researcher subagenttype today to find any and all answers to your questions! It will research deeply to figure out and attempt to…
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing block-dangerous-git.sh via bash. From luke-kerwin/claude-code-setup.
Hook Claude Code
Runs when a session starts on startup and resume, running cat .claude/hooks/key-rules.txt. From luke-kerwin/claude-code-setup.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, SessionStart).
Skill Claude CodeCodex
You are tasked with creating git commits for the changes made during this session.
Skill Claude CodeCodex
You are tasked with creating detailed implementation plans through an interactive, iterative process. You should be skeptical, thorough, and work collaboratively with the user to produce high-quality technical specifications.
Skill Claude CodeCodex
You are tasked with helping debug issues during manual testing or implementation. This command allows you to investigate problems by examining logs, application state, and git history without editing files. Think of this as a way to bootstrap a debugging session without using the primary window's context.
Skill Claude CodeCodex
You are tasked with generating a comprehensive pull request description.
Skill Claude CodeCodex
You are tasked with extracting comprehensive, actionable requirements from a user's idea through an interactive questioning process. Your goal is to eliminate ambiguity until the requirements are clear enough to hand off to /create-plan.
Skill Claude CodeCodex
You are tasked with implementing an approved technical plan. Plans are typically found in docs/plans/ but can be at any path provided by the user.
Skill Claude CodeCodex
You are tasked with setting up a local review environment for a colleague's branch. This involves creating a worktree, setting up dependencies, and preparing the environment for review.
Skill Claude CodeCodex
You are tasked with performing a thorough pull request review following the project's architectural patterns and quality standards defined in CLAUDE.md.
Skill Claude CodeCodex
You are tasked with conducting comprehensive research across the codebase to answer user questions by spawning parallel sub-agents and synthesizing their findings.
Skill Claude CodeCodex
You are tasked with validating that an implementation plan was correctly executed, verifying all success criteria and identifying any deviations or issues.
MCP server Claude CodeCodexCursor +2
GitHub's hosted MCP server: lets the agent search code, read and create issues and pull requests. Remote server at api.githubcopilot.com.
Instructions file
Claude Code instructions for luke-kerwin/claude-code-setup, covering project configuration, project overview, build & test commands, build and npm run build | make build | go build ./...