jarrodwatts/claude-code-config

1,039 stars · Last commit 2026-01-21

My personal Claude Code configuration - rules, hooks, agents, skills, and commands

README preview

# Claude Code Config

my personal claude code configuration - mostly not created by me, but sourced from many talented people in the community.

## Installation

### Option 1: Copy-Paste into Claude Code (No Git Required)

Copy the prompt from [INSTALL.md](INSTALL.md) and paste it into Claude Code. Claude will fetch and install all config files automatically.

### Option 2: Git Clone

```bash
git clone https://github.com/jarrodwatts/claude-code-config.git ~/.claude
```

### Option 3: Selective Install

```bash
# Clone elsewhere first

View full repository on GitHub →