jgengine-verify

Verify JGengine scene data integrity using environment descriptor assertions.

5|Updated Jul 5, 2026
One-click install
npx skills add https://github.com/Noisemaker111/jgengine --skill jgengine-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jgengine-verify
Source: https://github.com/Noisemaker111/jgengine/tree/main/.claude/skills/jgengine-verify
Command: npx skills add https://github.com/Noisemaker111/jgengine --skill jgengine-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a method to verify JGengine scenes for data integrity without relying on the browser, ensuring that the scene renders correctly before any visual inspection.

Core Features & Use Cases

  • Scene Verification: Checks the data integrity of JGengine scenes to ensure they render correctly.
  • Data-Driven Verification: Uses data assertions to verify the scene's content and structure.
  • Use Case: Before a scene is reviewed visually, use this Skill to confirm that the scene's data is correct and complete, preventing issues like empty scenes or incorrect terrain.

Quick Start

Run the jgengine-verify skill to check the integrity of the scene 'my-game-scene'.

Frequently Asked Questions about jgengine-verify

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

FAQPage Schema
How do I verify JGengine scene data integrity without using a browser?

To verify JGengine scene data integrity without a browser, run the jgengine-verify skill to analyze data assertions in the environment descriptor. This confirms scene correctness and completeness before any visual inspection.

What is data-driven scene verification in game development?

Data-driven scene verification in game development checks the content and structure of an environment descriptor through data assertions. This mechanism ensures scene correctness and prevents rendering issues like empty scenes or incorrect terrain before visual review.

Do I need @jgengine/core to check scene assertions?

Yes, you need @jgengine/core to check scene assertions because the verification skill requires it to perform data analysis on the environment descriptor. This dependency enables the integrity checks that validate scene correctness.

How do I prevent empty scenes or incorrect terrain before rendering?

To prevent empty scenes or incorrect terrain before rendering, run the jgengine-verify skill to confirm that the scene's data is correct and complete. It analyzes data assertions in the environment descriptor to catch these issues early.

What's the best way to validate environment descriptors for game scenes?

The best way to validate environment descriptors for game scenes is running the jgengine-verify skill to check data assertions. This approach ensures scene correctness and data integrity without relying on browser-based visual inspection.

When should I not use browser-based visual inspection for scene verification?

You should not rely on browser-based visual inspection when you need to verify scene data integrity early in game development. Use the jgengine-verify skill instead to analyze data assertions and catch structural issues before rendering.