Claude Code Plugin for D&D Campaigns Using Markdown State Tracking

✍️ OpenClawRadar📅 Published: April 17, 2026🔗 Source
Claude Code Plugin for D&D Campaigns Using Markdown State Tracking
Ad

A developer has created a Claude Code plugin that enables Claude to run Dungeons & Dragons campaigns as a Dungeon Master. The system uses markdown files to track campaign state, allowing for solo play without needing a human DM.

How It Works

The plugin is built as a simple system based on markdown files that tracks campaign state. Users install it as a Claude Code plugin, then run the command /claude-dnd:new-campaign to start a new game. The developer describes playing a campaign where they took on the role of a noble outcast who needed to bribe, lie, and outsmart their way back into higher social circles.

Setup and Usage

  • The tool is free and open-source, available on GitHub
  • Installation is done as a Claude Code plugin
  • After installation, use /claude-dnd:new-campaign to begin playing
  • The system consists of markdown templates and skill files

The developer reported getting lost in a tailored campaign for two days, comparing the experience to receiving a new NES game for Christmas as a child. The repository contains the complete setup for running D&D sessions with Claude as the DM.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Repo Tokens: GitHub Action Adds Token Count Badge for LLM Context Window Awareness
Tools

Repo Tokens: GitHub Action Adds Token Count Badge for LLM Context Window Awareness

Repo Tokens is a GitHub Action that counts your codebase's size in tokens using tiktoken and displays a badge in your README showing what percentage of an LLM's context window it fills. The badge uses green for under 30%, yellow for 50-70%, and red for 70%+.

OpenClawRadar
InsForge: A Backend Semantic Layer for Claude Code Agents
Tools

InsForge: A Backend Semantic Layer for Claude Code Agents

InsForge exposes six backend primitives—authentication, Postgres database, S3-compatible storage, edge/serverless functions, model gateway, and site deployment—as structured components that Claude Code agents can inspect and configure via MCP instead of guessing API integrations.

OpenClawRadar
Why Your Claude Code UI Output Drifts and How a Structured Spec Fixes It
Tools

Why Your Claude Code UI Output Drifts and How a Structured Spec Fixes It

A developer explains that inconsistent UI output from Claude Code isn't a prompt problem — it's a format problem. Providing exact hex codes, font weights, spacing, screen states, and transitions eliminates drift. They also open-sourced an MCP server that converts screen recordings into structured specs.

OpenClawRadar
Learning-Kit: A Claude Code Plugin for Codebase Onboarding and Exploration
Tools

Learning-Kit: A Claude Code Plugin for Codebase Onboarding and Exploration

Learning-kit is a free Claude Code plugin that analyzes repositories to generate structured learning plans and interactive tutorials. It helps developers understand unfamiliar codebases before making changes, with configurable enforcement modes and progress tracking.

OpenClawRadar