Instructions file
Instructions for golf-mcp/golf, covering claude.md, project overview, breaking changes in golf 0.2.x, key architecture and common development commands.
Instructions file
Instructions for golf-mcp/golf, covering claude.md, project overview, breaking changes in golf 0.2.x, key architecture and common development commands.
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 thoughts/ directory (We use this for all sorts of metadata storage!). This is really only relevant/needed when you're in a reseaching mood and need to figure out if we have random thoughts written down that are relevant to your current research task. Based on the name, I imagine you can…
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…
Command Claude Code
You are tasked with creating git commits for the changes made during this session.
Command Claude Code
Then respond to the user with the brief summary of the updates you did in the progress.md file, no more than 2 sentences.
Command Claude Code
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.
Command Claude Code
You are tasked with helping debug issues during manual testing or implementation. This command allows you to investigate problems by examining logs, database 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.
Command Claude Code
You are tasked with implementing an approved technical plan from thoughts/shared/plans/. These plans contain phases with specific changes and success criteria.
Command Claude Code
You are tasked with conducting comprehensive research across the codebase to answer user questions by spawning parallel sub-agents and synthesizing their findings.
Command Claude Code
You are tasked with validating that an implementation plan was correctly executed, verifying all success criteria and identifying any deviations or issues.
Settings file Claude Code
Agent settings declaring 1 allowed tools.
Instructions file
Claude Code instructions for golf-mcp/golf-testing, covering claude.md, project overview, commands, installation and development install.