audit-world

Audit worldbuilding projects for D&D 5e 2024 stat block compliance and broken links.

4|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/hopeoverture/Worldbuilding-System --skill audit-world
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audit-world
Source: https://github.com/hopeoverture/Worldbuilding-System/tree/main/.claude/skills/audit-world
Command: npx skills add https://github.com/hopeoverture/Worldbuilding-System --skill audit-world

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps worldbuilders ensure internal consistency across worldbuilding projects by identifying broken links, non-aligned templates, and non-compliant D&D 5e 2024 references. It generates detailed reports and provides remediation guidance.

Core Features & Use Cases

  • Wikilink validation across Worlds/ to ensure all [[Entity]] links resolve to existing entities.
  • Bidirectional connection auditing to verify reciprocal relationships between entities.
  • D&D 5e 2024 compliance checks for stat blocks, templates, and cross-reference integrity.
  • Template compliance verification to ensure entities follow their category-specific structures.
  • Orphan entity detection to surface unlinked or isolated content.
  • Consistency checks across religious, political, geographic, historical, and economic domains.
  • Auto-fix option to apply safe remediation steps when possible.

Quick Start

  • Run a full audit: /audit-world Eldoria
  • Check only broken links: /audit-world Eldoria --check links
  • Audit a subset by category and enable auto-fix: /audit-world Eldoria --category Characters --fix

Frequently Asked Questions about audit-world

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

FAQPage Schema
How do I audit a worldbuilding project for consistency and broken wikilinks?▼

You can validate wikilinks in a worldbuilding project by running a targeted audit to parse markdown metadata and ensure all entity links resolve, generating a report with actionable remediation steps.

Can I automatically fix non-compliant D&D 5e stat blocks in my markdown files?▼

Yes, you can automatically fix non-compliant D&D 5e 2024 stat blocks by running the audit with the --fix option, which applies safe remediation steps to align templates and cross-references.

What is the best way to check for orphan entities in a D&D world?▼

The best way to check for orphan entities is to run a consistency audit on your worldbuilding project, which surfaces unlinked or isolated content by parsing markdown metadata and bidirectional connections.

Does the worldbuilding audit support checking specific categories like Characters?▼

Yes, the audit supports checking specific categories by using the --category flag, allowing you to target subsets like Characters and verify category-specific template compliance and cross-reference integrity.

How do I verify bidirectional connections between worldbuilding entities?▼

You verify bidirectional connections by running a consistency audit that parses markdown content to check for reciprocal relationships between entities, identifying broken links and structural inconsistencies.

Do I need a specific directory structure to audit worldbuilding markdown files?▼

Yes, you need a valid Worlds/ subdirectory structure containing your markdown files, as the audit parses this specific structure to validate templates, wikilinks, and D&D 5e 2024 compliance.