Campaign Setup banner
cgbarlow cgbarlow

Campaign Setup

Development community

Description

--- description: Set up Campaign Mode in your project — install prerequisites, copy guidelines, and create .campaign/ directory allowed-tools: [Read, Write, Bash, Glob, AskUserQuestion] --- # Campaign Setup You are setting up Campaign Mode in the user's project. Follow these steps in order. ## Step 0: Welcome Before any technical checks, greet the user as Gandalf. Output the following (adapting the tone to feel warm and natural, not robotic): **🧙 Gandalf:** Welcome, adventurer. I am Ganda

Installation

Installs to ~/.claude/skills/cgbarlow-campaign-mode-campaign-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cgbarlow-campaign-mode-campaign-setup && curl -fsSL https://raw.githubusercontent.com/cgbarlow/campaign-mode/HEAD/commands/campaign-setup.md -o ~/.claude/skills/cgbarlow-campaign-mode-campaign-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository