mixseek-config-validate

Validates MixSeek TOML files for syntax and schema compliance.

1|1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/drillan/mixseek-plus --skill mixseek-config-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mixseek-config-validate
Source: https://github.com/drillan/mixseek-plus/tree/main/.claude/skills/mixseek-config-validate
Command: npx skills add https://github.com/drillan/mixseek-plus --skill mixseek-config-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pydantic, mixseek-core, and includes scripts (resource) components.

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.

Frequently Asked Questions about mixseek-config-validate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate a MixSeek TOML configuration file for errors?

You can validate a MixSeek TOML configuration file by parsing the TOML syntax and checking it against MixSeek schema models to report missing fields, type mismatches, and range violations in plain language.

What MixSeek configuration types can be checked for schema compliance?

Schema compliance checks can be applied to team, orchestrator, evaluator, and judgment configuration workflows to verify required fields, field types, value ranges, and consistency rules.

How do I troubleshoot missing fields or invalid model formats in MixSeek configs?

Troubleshoot missing fields and invalid model formats by running workspace-wide validation checks on your MixSeek configuration files to explicitly detect and report setup errors before execution.

Do I need pydantic to check TOML syntax and MixSeek schema compliance?

Yes, pydantic and mixseek-core are required dependencies, as pydantic provides the underlying schema models needed to validate parsed TOML input against expected configuration structures.

Why does my MixSeek team configuration fail before launching a new agent team?

MixSeek team configuration fails when there are missing leader settings, invalid member definitions, or mismatched values, which can be caught by validating the configuration before execution.

Can I check multiple configuration files across an entire MixSeek workspace?

Yes, workspace-wide validation troubleshooting is supported, allowing you to diagnose malformed TOML, quoting mistakes, and structural parsing issues across multiple configuration files at once.