|
|
||
|---|---|---|
| .claude | ||
| docs | ||
| home-claude | ||
| home-gemini | ||
| memory | ||
| scripts | ||
| templates/generic | ||
| .gitignore | ||
| README.md | ||
| test.md | ||
README.md
claude-meta
Centralized Claude Code configuration. Portable via git.
Quick Start
git clone <repo-url> C:\work\claude-meta
cd C:\work\claude-meta
.\scripts\backup.ps1
.\scripts\install.ps1
Structure
home-claude/— global config (symlinked to~/.claude/)templates/— project bootstrap templatesmemory/— portable knowledge basescripts/— install, backup, init-projectdocs/FRAMEWORK.md— full documentation
New Project
.\scripts\init-project.ps1 C:\work\my-project "My Project"
After Changes
cd C:\work\claude-meta
git add -A && git commit -m "update: description"
git push
On another machine: git pull (symlinks already point to repo).