check

SKILL.md

Check MTHDS bundles

Validate and review MTHDS bundles based on the MTHDS standard without making changes.

Process

Prerequisite: See CLI Prerequisites

  1. Read the .mthds file — Load and parse the method

  2. Run CLI validation (use -L pointing to the bundle's own directory to avoid namespace collisions):

    mthds-agent pipelex validate <file>.mthds -L <bundle-directory>/
    
  3. Parse the JSON output:

    • If success: true — all pipes validated, report clean status
    • If error — see Error Handling Reference for error types and recovery
  4. Cross-domain validation — when the bundle references pipes from other domains, use --library-dir (see Error Handling — Cross-Domain)

  5. Analyze for additional issues (manual review beyond CLI validation):

    • Unused concepts (defined but never referenced)
    • Unreachable pipes (not in main_pipe execution path)
    • Missing descriptions on pipes or concepts
    • Inconsistent naming conventions
    • Potential prompt issues (missing variables, unclear instructions)
  6. Report findings by severity:

    • Errors: Validation failures from CLI (with error_type and pipe_code)
    • Warnings: Issues that may cause problems (e.g., model availability)
    • Suggestions: Improvements for maintainability
  7. Do NOT make changes — This skill is read-only

What Gets Checked

  • TOML syntax validity
  • Concept definitions and references
  • Pipe type configurations
  • Input/output type matching
  • Variable references in prompts
  • Cross-domain references
  • Naming convention compliance
  • Model preset resolution (dry run)

Reference

Weekly Installs
6
Repository
mthds-ai/skills
GitHub Stars
5
First Seen
Feb 25, 2026
Installed on
claude-code6
opencode4
gemini-cli4
github-copilot4
codex4
kimi-cli4