Go to file
Christian Kauer 1a447a8c91 upd claude 2026-03-22 13:40:00 +01:00
.claude upd claude perm 2026-03-22 13:36:45 +01:00
docs upd claude meta 2026-03-22 13:35:40 +01:00
home-claude upd claude 2026-03-22 13:40:00 +01:00
home-gemini upd framework, added projects 2026-02-15 19:56:18 +01:00
memory upd claude meta 2026-03-22 13:35:40 +01:00
scripts upd framework, added projects 2026-02-15 19:56:18 +01:00
templates/generic upd claude meta 2026-03-22 13:35:40 +01:00
.gitignore upd claude meta 2026-03-22 13:35:40 +01:00
README.md upd claude meta 2026-03-22 13:35:40 +01:00
test.md test.md hinzugefügt 2026-02-09 18:26:16 +01:00

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 templates
  • memory/ — portable knowledge base
  • scripts/ — install, backup, init-project
  • docs/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).