QMD Handler
Use this skill to execute deterministic logic stored in .md files.
How to use
- •Find a skill: Look in
skills/for.mdfiles. - •Execute: Use the
qmd_runner.pyscript.
bash
python3 vps/qmd_runner.py skills/your-skill.md '{"param": "value"}'
Benefits
- •Token Efficiency: The code lives on disk, not in your context window.
- •Reliability: Deterministic Python execution.
- •Safety: Runs in a separate subprocess.