▲ | CharlesW 7 days ago | |
I'd be interested in smarter ways of doing this, but currently I just use my CLAUDE.local.md to serve as the index.md in my example. It includes the 'specialist' .md files with their relative paths and descriptions, and tells Claude Code to use these when planning. I also have explicit `xnew`, `xplan`, `xcode` and `xcheck` commands in CLAUDE.md that reinforce this. For example, here's my `xnew`:
| ||
▲ | steveklabnik 7 days ago | parent | next [-] | |
Claude supports slash commands, this might be better for you: https://docs.anthropic.com/en/docs/claude-code/slash-command... As well as custom agents: https://docs.anthropic.com/en/docs/claude-code/sub-agents | ||
▲ | lemontheme 7 days ago | parent | prev [-] | |
There’s also [.claude/agents/](https://docs.anthropic.com/en/docs/claude-code/sub-agents), which doesn’t contain docs for agents but separate sub-agent definitions. |