Go to file
beo3000 f309a36a8a upd feature trigger 2026-03-21 10:18:34 +01:00
.claude upd mem 2026-03-03 10:04:10 +01:00
docs added gemini support 2026-02-10 21:51:46 +01:00
home-claude upd feature trigger 2026-03-21 10:18:34 +01:00
home-gemini upd framework, added projects 2026-02-15 19:56:18 +01:00
memory upd feature trigger 2026-03-21 10:18:34 +01:00
scripts upd framework, added projects 2026-02-15 19:56:18 +01:00
templates/generic feat: initial claude-meta framework 2026-02-09 18:28:11 +01:00
.gitignore upd framework, added projects 2026-02-15 19:56:18 +01:00
README.md feat: initial claude-meta framework 2026-02-09 18:28:11 +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).