skills/smithery.ai/validate-schema

validate-schema

SKILL.md

Usage

  • /validate-schema - Validate all fixture files against schema
  • /validate-schema <file.tcl> - Validate a specific TCL file

What This Does

This skill validates that the TCL parser output conforms to the expected AST schema defined in Lua. It helps detect serialization drift between the TCL and Lua components.

Implementation

  1. Parse TCL file(s) with the TCL parser to get JSON AST
  2. Validate the JSON against lua/tcl-lsp/parser/schema.lua
  3. Report any schema violations with paths and error messages

Commands

Installs
2
First Seen
Mar 27, 2026
validate-schema from smithery.ai