Claude Code Plugins

Community-maintained marketplace

Feedback

fab-gate-evaluator

@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 fab-gate-evaluator
description Run gate config (YAML) against asset, produce verdict JSON with critic reports. Core quality checking for 3D assets. Use when working on fab tasks.
metadata [object Object]

Fab Gate Evaluator

Run gate config (YAML) against asset, produce verdict JSON with critic reports.

Inputs

Parameter Type Required Default Description
gate_config_path string Yes - Path to gate YAML config
asset_path string Yes - Path to asset (.glb or .blend)
output_dir string Yes - Directory for verdict and reports
render_samples integer No - Override render samples from config

Outputs

Field Type Description
verdict_path string Path to gate verdict JSON
passed boolean True if asset passed gate
overall_score number Weighted overall score
critic_reports array Paths to individual critic report JSONs
blocking_failures array Hard failures requiring fixes

Usage

python scripts/fab-gate-evaluator.py [arguments]

Generated from `skills/fab/fab-gate-evaluator.yaml`