What problem does it solve?
Bootstrap the Magnus Consulting website repository in the current folder so magnus-site skills can run. It is used when a user asks to set up magnus, clone the magnus repo, initialize magnus here, or when another magnus skill detects the working directory is not the magnus repo. It detects whether the current folder is already the magnus repo; if not, it offers to clone https://github.com/ssu96ld/magnusconsulting-co-uk into the current folder, or to accept a path to an existing clone. It runs npm install after cloning. Then tells the user to open a new Claude session with the repo folder as the working directory so the rest of the magnus skills resolve paths correctly.
Core Features & Use Cases
- Detects whether you're in the magnus repo and prompts to clone or point to an existing clone
- Validates the repository structure and required files to ensure subsequent magnus-site skills run correctly
- Installs dependencies by running npm install after cloning
- Guides the user to start a new Claude session in the correct directory for proper path resolution
Quick Start
Run magnus-setup to bootstrap the Magnus Consulting website repository in the current folder.