~/.claude

A personal configuration directory for Claude Code, containing skills, agents, and plugins.

~/.claude

Personal Claude Code configuration directory. Contains skills, agents, and plugins I use.

Structure

~/.claude/
├── .gitignore          # Tracks only: README.md, CLAUDE.md, .gitignore, skills/, agents/, plugins/
├── CLAUDE.md           # Global instructions applied to all Claude Code sessions
├── skills/             # Slash-command skills (invoked via /skill-name)
├── agents/             # Specialized sub-agents
└── plugins/            # Plugin registry and blocklist

Feel free to use as you wish!