Build with Claude Code
Install the mthds CLI:
npm install -g mthds
Launch Claude Code and tell it to install the MTHDS plugin:
/plugin marketplace add mthds-ai/skills
/plugin install mthds@mthds-ai-skills
then exit Claude Code and reopen it:
/exit
Reopen Claude Code, and build your first method:
/mthds-build A method to analyze a Job offer to build a scorecard, then batch process CVs to score them
Run it:
/mthds-run
That's it — Claude writes the .mthds file, creates inputs, and runs the method for you. See the Claude Code Skills Plugin documentation for the full list of commands (/mthds-edit, /mthds-check, /mthds-fix, /mthds-explain, and more).
See Configure AI Providers for other options: bring your own keys, local AI, etc.
