What problem does it solve?
This Skill removes the guesswork from MixSeek configuration work by checking whether TOML files are both syntactically valid and compliant with the expected MixSeek schemas, so broken settings can be caught before they disrupt execution.
Core Features & Use Cases
- TOML Syntax Validation: Detects malformed TOML, quoting mistakes, and structural parsing issues before they reach runtime.
- Schema Compliance Checks: Verifies required fields, field types, value ranges, and consistency rules for team, orchestrator, evaluator, and judgment configurations.
- Config Troubleshooting: Helps diagnose missing fields, invalid model formats, and other setup errors in individual files or entire workspaces.
- Use Case: A developer preparing a new agent team can validate the team configuration first, then fix any missing leader settings, invalid member definitions, or mismatched values before launching MixSeek.
Quick Start
Ask the skill to validate the target MixSeek TOML file and report any syntax or schema problems in plain language.