Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.89 KB

File metadata and controls

59 lines (43 loc) · 1.89 KB

master-hub

"Master Hub = my brain. Always loads with every session."


What This Is

Central skills & config hub. Load this repo alongside every project repo in Claude Code.

Session Formula:

master-hub + mvp-[client]     ← for MVP builds
master-hub + sys-[name]       ← for system builds
master-hub only               ← for research

Skills Installed

Skills are auto-installed into ~/.claude/skills/ at the start of every session by .claude/hooks/session-start.sh (registered as a SessionStart hook in .claude/settings.json). This guarantees every cloud session has the full skill set, even though the container starts fresh each time.

impeccable — Frontend design skill

  • Source: committed directly in this repo at .claude/skills/impeccable/
  • Status: ✅ Active

gstack — AI Engineering Toolkit

marketing — Marketing Skills (43 skills)

research / efficiency

  • Status: ❌ Not yet installed — no source repo identified yet

Brain (GBrain)

  • Tool: GBrain persistent knowledge base
  • Setup: Run /setup-gbrain in any session
  • Status: ⚠️ Not configured — run setup to activate
  • Docs: ~/.claude/skills/gstack/USING_GBRAIN_WITH_GSTACK.md

Global Config

  • CLAUDE.md: ~/.claude/CLAUDE.md — gstack skill routing rules
  • settings.json: ~/.claude/settings.json — MCP servers (agentmemory)

Golden Rule

"Never mix clients. Never mix phases into separate repos. Master Hub always travels with me."