-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
luiseiman edited this page Mar 21, 2026
·
2 revisions
git clone --depth 1 https://github.com/luiseiman/claude-kit.git
cd claude-kit
export CLAUDE_KIT_DIR="$(pwd)"Add to your shell profile (~/.zshrc or ~/.bashrc):
export CLAUDE_KIT_DIR="$HOME/path/to/claude-kit"./global/sync.shThis installs:
| Component | Location | Method |
|---|---|---|
| Skills (15) | ~/.claude/skills/ |
Symlinks |
| Agents (7) | ~/.claude/agents/ |
Symlinks |
/forge command |
~/.claude/commands/forge.md |
Copy |
| Global CLAUDE.md | ~/.claude/CLAUDE.md |
Merge |
| Global settings.json | ~/.claude/settings.json |
Merge |
Cross-platform: Linux, macOS, WSL, Git Bash.
/forge global status
═══ GLOBAL STATUS ═══
CLAUDE.md: ✓ synced
settings.json: deny list 9 items
Skills: 15/15 installed
Agents: 7/7 installed
Commands: forge.md (file)
cd ~/my-project
claude/forge init
Done. Your project now has a complete .claude/ setup.
If claude-kit is available in the Claude Code marketplace:
claude plugin install claude-kitThis installs skills, agents, hooks, and commands without needing git clone.
From any project:
/forge global sync
This auto-pulls the latest claude-kit and syncs ~/.claude/.
Then in each project:
/forge diff # see what changed
/forge sync # apply updates