New Campaign banner
SergeyKhval SergeyKhval

New Campaign

Development community

Description

--- description: Create a new D&D campaign with world generation and game directory scaffold disable-model-invocation: true --- # New Campaign Setup Create a new campaign by following these steps: ## Step 1: Scaffold the game directory Create the following directory structure. Use the templates from `${CLAUDE_PLUGIN_ROOT}/skills/dm/templates/` as starting points for each file: ``` game/ ├── GAME.md # from game-index.md template ├── campaign/ │ ├── world.md

Installation

Installs to ~/.claude/skills/sergeykhval-claude-dnd-new-campaign/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sergeykhval-claude-dnd-new-campaign && curl -fsSL https://raw.githubusercontent.com/SergeyKhval/claude-dnd/HEAD/commands/new-campaign.md -o ~/.claude/skills/sergeykhval-claude-dnd-new-campaign/SKILL.md

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

Full documentation available on GitHub

View Source Repository