pcg-dungeon-architect

Generate dungeon layouts with formally connected rooms, corridors, and boss arenas.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/packetalien/cursor-game-studios --skill pcg-dungeon-architect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pcg-dungeon-architect
Source: https://github.com/packetalien/cursor-game-studios/tree/main/.cursor/skills/pcg/pcg-dungeon-architect
Command: npx skills add https://github.com/packetalien/cursor-game-studios --skill pcg-dungeon-architect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Modular dungeon design often yields disconnected layouts or unreachable areas; this skill ensures generated rooms and corridors form a connected, traversable map with boss arenas and proper navigation.

Core Features & Use Cases

  • Procedural room and corridor generation with formal connectivity proofs.
  • Boss arena placement integrated with spawn/exit logic.
  • Use cases include level design pipelines, QA validation, and rapid prototyping of dungeon layouts.

Quick Start

Generate a connected dungeon layout using pcg-dungeon-architect and export the artifacts to your design workspace.

Frequently Asked Questions about pcg-dungeon-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate connected dungeon layouts without creating unreachable rooms?

Procedural dungeon generation with formal connectivity proofs ensures generated rooms and corridors form a navigable map. It implements a graph skeleton and connectivity verification to guarantee all rooms, corridors, and boss arenas are provably connected and traversable.

What is procedural dungeon generation with connectivity proofs and how does it work?

Procedural dungeon generation with connectivity proofs uses a graph skeleton to verify navigable space. It produces modular room layouts and corridors while mathematically proving connectivity to prevent disconnected areas during level design.

Can I use procedural generation for boss arena placement and navmesh validation?

Yes, procedural generation supports boss arena placement and navmesh validation. The process integrates arena placement with spawn and exit logic, while connectivity proofs ensure generated layouts support proper navigation and combat-pocket metrics.

Does procedural dungeon generation support deterministic behavior for QA validation?

Procedural dungeon generation does support deterministic behavior for QA validation. Deterministic outputs allow pipelines to reproduce exact dungeon layouts, verify connectivity proofs, and validate combat-pocket metrics consistently across multiple test runs.

What is the best way to rapidly prototype dungeon layouts for game design?

The best way to rapidly prototype dungeon layouts is using procedural content generation with connectivity proofs. This method quickly produces modular rooms, corridors, and boss arenas while verifying navigable space, allowing you to export bake outputs directly to design workspaces.

When should I not use procedural generation for level design pipelines?

You should not use procedural generation for level design pipelines when needing strict manual control over every room placement. Procedural generation automates connectivity verification and combat-pocket metrics, which is unsuitable for hand-crafted, non-modular spatial narratives.