mthds-fix

Automatically fix validation errors and TOML formatting in MTHDS method bundles using the mthds-agent CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mthds-ai/skills --skill mthds-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mthds-fix
Source: https://github.com/mthds-ai/skills/tree/main/skills/mthds-fix
Command: npx skills add https://github.com/mthds-ai/skills --skill mthds-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automatically fixes validation errors and formatting issues within MTHDS method bundles, streamlining the development and validation process.

Core Features & Use Cases

  • Automated Error Correction: Identifies and resolves common validation errors like missing inputs, type mismatches, and structural problems.
  • Format Enforcement: Ensures TOML syntax and MTHDS schema adherence through auto-formatting.
  • Iterative Fixing: Continuously applies fixes and re-validates until the bundle is error-free.
  • Use Case: After running /mthds-check and identifying several validation errors in your .mthds file, use /mthds-fix to automatically correct them and ensure the workflow is valid.

Quick Start

Use the mthds-fix skill to automatically repair validation errors in the file 'my_workflow.mthds'.

Frequently Asked Questions about mthds-fix

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

FAQPage Schema
How do I fix validation errors in a MTHDS method bundle?

You can fix validation errors in a MTHDS method bundle by using an automated repair tool that identifies and resolves missing inputs, type mismatches, and structural problems iteratively until the bundle passes validation.

How do I automatically format TOML syntax in MTHDS workflow files?

To automatically format TOML syntax in MTHDS workflow files, use a formatting tool that enforces TOML syntax and schema adherence, auto-correcting formatting issues to ensure the workflow is valid.

Do I need mthds-agent CLI to repair MTHDS bundles?

Yes, you need mthds-agent CLI version 0.1.2 or higher to repair MTHDS bundles, as it provides the required validation, linting, and formatting operations to resolve semantic and syntactic problems.

What causes MTHDS bundle validation checks to fail?

MTHDS bundle validation checks fail due to semantic or syntactic problems such as missing inputs, type mismatches, structural issues, and TOML formatting errors that do not adhere to the MTHDS schema.

Can I automatically resolve missing input and type mismatch errors in MTHDS files?

Yes, you can automatically resolve missing input and type mismatch errors in MTHDS files by applying iterative fixing operations that continuously correct errors and re-validate the bundle until it is error-free.

What is the best way to lint and correct MTHDS method bundles?

The best way to lint and correct MTHDS method bundles is using an automated CLI tool that runs validation checks, auto-formats TOML syntax, and iteratively applies fixes to ensure schema adherence.