Loading...
Loading...
Explain and document MTHDS bundles. Use when user says "what does this pipeline do?", "explain this workflow", "explain this method", "walk me through this .mthds file", "describe the flow", "document this pipeline", "how does this work?", or wants to understand an existing MTHDS method bundle.
npx skill4agent add mthds-ai/skills mthds-explainmthds-agent --versionTheCLI is required but not installed. Install it with:mthds-agentnpm install -g mthdsThen re-run this skill.
.mthds[domain][concept.*][pipe.*][bundle]stepsbatch_overbatch_as[input_a, input_b]
|
main_sequence
├── step_one (PipeLLM) → intermediate_result
└── step_two (PipeExtract) → final_outputmthds-agent pipelex validate pipe <file>.mthds -L <bundle-dir>//mthds-runmthds-agent pipelex run pipe <bundle-dir>/live_run.html