Summoning the Daem0n This skill guides Claude through setting up Daem0n-MCP for various project structures. Single Repo Setup For a single repository: Multi-Repo Setup (Client/Server Split) When you have related repos that should share context: Option A: Consolidated Parent (Recommended) Best when repos are siblings under a common parent: Steps: 1. Navigate to parent directory 2. Initialize Daem0n in parent 3. If child repos already have .daem0nmcp data, consolidate: 4. Verify consolidation Option B: Linked but Separate Best when repos need their own isolated histories but cross-awareness: Th…