Claude Code
Snippets, tips, and tools for getting the most out of Claude Code.
G
Global Level
Files in ~/.claude/ apply to every project you open with Claude Code. Use this for your personal preferences, coding style, and tooling defaults.
~/.claude/CLAUDE.md
~/.claude/settings.json
~/.claude/rules/*.md
~/.claude/commands/*.md
P
Project Level
A CLAUDE.md at your repo root (or .claude/ folder) gives Claude Code repo-specific context — architecture, commands, schema, patterns.
your-repo/CLAUDE.md
your-repo/.claude/settings.json
your-repo/.claude/rules/*.md
your-repo/.claude/commands/*.md
Getting Started
- Download individual files or the whole folder using the buttons below
- Place global files in
~/.claude/and project files in your repo root - Open your terminal and run
claude— Claude Code automatically reads these files - Start building. Claude will follow your rules, use your commands, and understand your project.
Loading...