world-generate

Generate reversible terrain, environments, and procedural levels from validated design constraints.

Updated Aug 2, 2026
One-click install
npx skills add https://github.com/claretagrapelike32/codex-ai-game-studio --skill world-generate-claretagrapelike32
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: world-generate
Source: https://github.com/claretagrapelike32/codex-ai-game-studio/tree/main/plugins/ai-game-studio/skills/world-generate
Command: npx skills add https://github.com/claretagrapelike32/codex-ai-game-studio --skill world-generate-claretagrapelike32

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building game environments manually is slow and risky, and procedural generation without guardrails can destroy authored content or produce unplayable levels. This Skill generates navigable, performant worlds from design constraints while preserving existing work and enforcing quality gates before anything ships. ## Core Features & Use Cases - Constraint-Driven Generation: Maps critical paths, spawn rules, landmarks, and accessibility constraints, then runs deterministic procedural stages with saved seeds and parameters for reproducibility. - Reversible, Non-Destructive Output: Generates into a new scene or layer so authored content is preserved, baking navigation, lighting, and streaming data only after plan approval. - Seven-Gate Production Validation: Verifies reachability, spawn safety, performance budgets, licensing and provenance, and requires human approval before replacing source assets. - Use Case: A level designer needs a forest biome level for a Godot project. Provide the level intent, traversal metrics, and performance budgets, and receive a generated scene copy with navigation evidence, playthrough captures, and a seed manifest for regeneration. ## Quick Start Use the world-generate skill to create a reversible, navigable environment from my level design constraints including player metrics, biome, and performance budgets.

Frequently Asked Questions about world-generate

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

FAQPage Schema
How do I generate a procedural game level from design constraints?

Provide the level intent, player metrics, engine, art direction, and budgets for terrain, traversal, lighting, and streaming. The workflow maps critical paths and spawn rules, then runs deterministic procedural stages with saved seeds so results are reproducible.

How to generate game worlds without overwriting existing level content?

Generation targets a new scene or layer rather than modifying authored content directly. Navigation, collision, and lighting data are baked only after plan approval, and human review decides whether generated output replaces or merges with existing work.

Does procedural world generation work with Unity, Godot, and Unreal?

The workflow accepts the target engine and platform as required inputs and validates output against target-import requirements. Conflicting host adapters or unsupported hardware block production promotion until resolved.

What quality checks run before a generated world ships?

Seven gates cover rights and provenance, format and naming validation, visual consistency, runtime memory and frame-time budgets, playability smoke tests, regression evidence, and human approval. Failed gates block production promotion and originals are preserved.

Why would a generated level fail reachability validation?

Validation checks that every objective and exit is reachable from every valid spawn, plus geometry intersections, floating props, and dark dead ends. Failures indicate constraint or seed issues that require regenerating with adjusted parameters.