Claude Code Plugins

Community-maintained marketplace

Feedback

godot-integration-validator

@ConnorWhelan11/glia-fab
0
0

|

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name godot-integration-validator
description Check GLB against CONTRACT.md requirements (spawn points, colliders, budgets). Validates Godot 4 integration compliance. Use when working on fab tasks.
metadata [object Object]

Godot Integration Validator

Check GLB against CONTRACT.md requirements (spawn points, colliders, budgets).

Inputs

Parameter Type Required Default Description
glb_path string Yes - Path to GLB file
contract_path string No fab/godot/CONTRACT.md Path to CONTRACT.md

Outputs

Field Type Description
passed boolean True if GLB meets all contract requirements
violations array Contract violations found
warnings array Non-blocking warnings
metadata object Extracted metadata (spawn count, colliders, etc.)

Usage

python scripts/godot-integration-validator.py [arguments]

Generated from `skills/fab/godot-integration-validator.yaml`