What problem does it solve?
This Skill diagnoses broken SKMTC generation sessions by gathering evidence before recommending fixes, helping identify whether failures originate in manifests, schemas, configuration, bundles, generators, or generated code.
Core Features & Use Cases
- Verification-First Diagnosis: Reproduce failures and inspect the manifest, source code, parse issues, and exact error messages before proposing changes.
- Symptom-Based Workflows: Investigate missing output, incorrect output, compilation failures, stale bundles, reference errors, definition collisions, module resolution failures, and configuration problems.
- Root-Cause Analysis: Distinguish upstream schema errors from cascaded dependency failures and determine when to hand off to CLI configuration, generator authoring, or SKMTC core maintenance.
- Use Case: When a SKMTC operation produces no generated file, use the manifest results and parse issues to determine whether it was unsupported, skipped, pruned during parsing, or failed inside the generator.
Quick Start
Ask the SKMTC debug skill to reproduce the failure, inspect the latest manifest and relevant source, and identify the evidence-backed root cause.