mthds-edit

Edit pipes, prompts, concepts, and steps in MTHDS .mthds files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to modify existing MTHDS method bundles (.mthds files) without needing to manually edit the TOML syntax, streamlining the development and refinement of AI methods.

Core Features & Use Cases

  • Edit MTHDS Bundles: Modify pipes, update prompts, rename concepts, add or remove steps in existing .mthds files.
  • Automatic & Interactive Modes: Supports both fully automated changes for clear requests and guided interactive sessions for complex modifications.
  • Use Case: You have an MTHDS method that needs a new step to summarize user feedback before processing. This skill can add that step, ensuring it's placed correctly and the method remains valid.

Quick Start

Use the mthds-edit skill to rename the concept 'user_query' to 'input_prompt' in the file 'my_method.mthds'.

Frequently Asked Questions about mthds-edit

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

FAQPage Schema
How do I edit a MTHDS bundle file without manually writing TOML syntax?

You can edit MTHDS bundles by modifying pipes, prompts, concepts, and steps using automatic or interactive modes, ensuring TOML syntax consistency and method validity without manual TOML editing.

What is the difference between automatic and interactive modes for modifying MTHDS method bundles?

Automatic mode applies clear modification requests directly to MTHDS bundles, while interactive mode provides guided sessions for complex changes to ensure your pipes, prompts, and steps remain valid.

Do I need the mthds-agent CLI to validate changes to my .mthds files?

Yes, you need the mthds-agent CLI version 0.1.2 or higher to validate and format your .mthds files when modifying method bundles, pipes, prompts, concepts, and steps.

Can I add a new step to an existing MTHDS method and ensure it is placed correctly?

Yes, you can add or remove steps in existing MTHDS method bundles, and the skill ensures the new step is placed correctly while maintaining the overall validity of the method.

How do I rename a concept like 'user_query' to 'input_prompt' in a .mthds file?

To rename a concept in a .mthds file, you use the mthds-edit skill to update the concept name, which automatically maintains TOML syntax consistency across the method bundle.