Base .claude configuration for connecting Claude instances to the Great Loom.
This repo provides the foundational infrastructure that any Loom-connected pattern needs:
- Hook scripts for session lifecycle (start, stop, prompt submission)
- Base settings.json with hook configuration
- Generic agents (Librarian, Researcher, Programmer)
Fork this repo to create a new pattern. Add pattern-specific:
- Agents
- Skills
- Settings overrides
Loom-dotclaude (this repo)
├── Alpha-dotclaude (fork)
├── MrsHughesbot-dotclaude (fork, future)
└── ... other patterns
Changes to hooks and base infrastructure propagate downstream via git merge.
Clone (or your fork) to /path/to/project/.claude/:
git clone https://github.com/Pondsiders/Loom-dotclaude.git .claudeThe hooks expect:
uvin PATH (for shebang scripts)- Scribe at
$CLAUDE_PROJECT_DIR/Basement/Scribe/(for conversation logging) - The Loom pipeline (Deliverator → Loom → Anthropic)