Claude Code - better instructions #732
vaibhav276
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I find that in Claude-code inspite of the skill and its tools made available, it still does the laborious grep/glob/reads. It looks like its because Claude spawns a sub-agent for exploration which ignores the instructions put by this tool into CLAUDE.md and continues on as if its on its own.
If I make edits to CLAUDE.md and ask it to consider them before spawning the sub-agent, it has a second problem - it over-uses this skill and is not able to find issues which are not in the responsibilities of this tool (apparently), like finding out if the doc-string of a function is not accurate.
Overall better instructions around the following might help:
I am not sure if these are Claude Code specific problems, but this is the only platform I tested it on so reporting it as such.
All reactions