Tool usage
Production Claude Code setup for ~/.claude/: rules, hooks, agents, skills, and governance docs.
npx -y skills add stuartshields/claude-setup --skill tool-usageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Recovery protocol for tool failures and search budgets. Use when Edit fails repeatedly on the same target, when hooks may have modified file contents between operations, or when WebSearch/WebFetch is not converging on an answer.
SKILL.md
0.8 KB, as published. Nobody here has run it
<!-- Last updated: 2026-04-08T00:00+11:00 -->
Tool Usage
Edit Tool
- Edit retry limit. If Edit fails twice on the same target, re-read the file for actual content. If it still fails, use Write to replace the full file.
- Read before Edit, always. Hooks may modify file contents after Write — the file on disk may differ from what you expect.
Search Tools
- WebSearch/WebFetch budget: 3 searches + 2 fetches per question. If you haven't found the answer, summarise what you learned and ask the user.