validate-template
✓Validate a template or entity file has all required sections, YAML fields, and follows the worldbuilding system conventions. Use when creating new templates or checking if entities are properly structured.
Installation
SKILL.md
This skill validates that templates and entity files conform to the worldbuilding system standards:
| [path] | Path to template or entity file | | --fix | Auto-fix simple issues (add missing sections) | | --template-type [Type] | Force validation as specific type | | --all-templates | Validate all templates in Templates/ | | --all-entities [world] | Validate all entities in a world |
| Missing YAML field | Add field with placeholder value | | Missing required section | Add section header with TODO comment | | Missing Connections section | Add empty Connections section | | Missing Image Prompts section | Add template Image Prompts section | | Empty aliases array | Add aliases: [] |
Validate a template or entity file has all required sections, YAML fields, and follows the worldbuilding system conventions. Use when creating new templates or checking if entities are properly structured. Source: hopeoverture/worldbuilding-system.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/hopeoverture/worldbuilding-system --skill validate-template- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is validate-template?
Validate a template or entity file has all required sections, YAML fields, and follows the worldbuilding system conventions. Use when creating new templates or checking if entities are properly structured. Source: hopeoverture/worldbuilding-system.
How do I install validate-template?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hopeoverture/worldbuilding-system --skill validate-template Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/hopeoverture/worldbuilding-system
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01