Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies "Thinking" keywords, debugging techniques, and best practices for interacting with the agent.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -6% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 15% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -20% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -42% | 0% |
To provide a comprehensive reference for configuring and using Claude Code (the agentic coding tool) to its full potential. This skill synthesizes best practices, configuration templates, and advanced usage patterns.
CLAUDE.md)When starting a new project, create a CLAUDE.md file in the root directory to guide the agent.
markdown# Project Guidelines ## Commands - Run app: `npm run dev` - Test: `npm test` - Build: `npm run build` ## Code Style - Use TypeScript for all new code. - Functional components with Hooks for React. - Tailwind CSS for styling. - Early returns for error handling. ## Workflow - Read `README.md` first to understand project context. - Before editing, read the file content. - After editing, run tests to verify.
Use these keywords in your prompts to trigger deeper reasoning from the agent:
If the agent is stuck or behaving unexpectedly:
grep or find to locate relevant files first.CLAUDE.md.Based on Claude Code Guide by zebbern.
Other measured skills in the registry, with their headline benchmark lift.