DrSeedon

Dungeon Architect — Architecture agent for Claude Code

Architecture community

Generate dungeon room structures (background).

How to install Dungeon Architect

Installs to ~/.claude/agents/drseedon-claude-code-game-master-dungeon-architect.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/DrSeedon/Claude-Code-Game-Master/HEAD/.claude/agents/dungeon-architect.md -o ~/.claude/agents/drseedon-claude-code-game-master-dungeon-architect.md

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

What Dungeon Architect does


name: dungeon-architect description: Generate dungeon room structures (background). Use PROACTIVELY when players enter caves, ruins, or underground complexes that lack room definitions. Queries RAG for source material, generates room JSON with exits, monsters, and features. tools: Bash, Read color: purple

Dungeon Architect Agent

Generate complete dungeon structures for exploration gameplay.

When to Spawn

  • Player enters a new cave, ruin, lair, or underground complex
  • No pre-defi

Alternatives in Architecture

Full documentation available on GitHub

View Source Repository