From ced1123533e650e85ccfddfc8aae938a7e75140a Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Mon, 9 Jun 2025 00:05:06 -0500 Subject: [PATCH] claude code tip added to readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 697f9746..89906ce3 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,23 @@ Only needed if you want to customize agents: For Cursor, Windsurf, VSCode, and Claude Code: Check the `.cursor/` or `.claude/commands/` folders for example slash command setups. These let you quickly switch between agents in your IDE! +For Claude at least, it also helped to add the following to the root CLAUDE.MD: + +```markdown +## Custom IDE Commands + +IMPORTANT: This repository uses custom commands defined in `.claude/commands/`. When users type these commands, IMMEDIATELY follow the instructions in the corresponding command file: + +- `/ide-agent ` - Switch to an IDE agent persona (see `.claude/commands/ide-agent.md`) +- `/exit-agent` or `/exit` - Return to default Claude Code mode + +When a custom command is used: + +1. IMMEDIATELY read the command file +2. Follow the instructions exactly as written +3. Do NOT ask for clarification or additional information unless the command file says to +``` + ## 📚 Documentation - [Detailed Setup Guide](docs/instruction.md)