Get the bundle
After you buy, you get an email with a download link. The download is a single zip with everything: the 31 skills, pre-built adapters for each AI tool, and a setup guide per host. Unzip it anywhere. That folder is your "pack root".
The first thing you do after any install is run /onboard (a slash command on Claude Code, a short manual Q&A everywhere else). It captures your business once so the skills stop re-asking. Each host's guide covers it.
Claude Code (and Cowork-Desktop)
The smoothest path: skills install flat, one folder per skill.
cp -r skills/* ~/.claude/skills/Claude Code discovers them at ~/.claude/skills/{skill}/SKILL.md, one level deep (not under a single wrapper folder). Prefer symlinks if you want git pull updates to flow through automatically. Open a fresh session and run /onboard.
To confirm it worked, type /onboard in a new session. If the setup flow starts, the skills were discovered.
Cursor
Pre-built adapters ship in adapters/cursor/ as .mdc rule files. Drop the ones you want into your project rules. There are no slash commands here, so run onboarding as a manual Q&A using the onboard adapter.
Codex CLI
Reference the skills from your project's AGENTS.md using the pre-built adapters/codex/ files. Paste the ones you reach for, or include them per Codex's include syntax.
Claude.ai (web, desktop, mobile)
Upload the adapters/claude-web/ files as project knowledge. Then invoke a method by referencing it in the conversation, for example "apply the code review method to this diff".
Generic chat AI (ChatGPT, Gemini, and others)
Each file in adapters/generic/ is the method as plain paste-in text. Drop it into a Custom Instructions field, a custom GPT, or the start of a conversation.
You do not need all 31
Each host guide lists a recommended starter set of five. Install those, then add more as your work surfaces the need.