money-skillify
Installation
SKILL.md
/money-skillify — Codify a Working Pattern Into a Reusable Skill
Most successful workflows are discovered once, executed by hand, and forgotten. The next time the user faces the same problem, they re-discover it (or rebuild a worse version). /money-skillify solves this: it walks back through the most recent successful workflow, distills the steps, and writes a project-local SKILL.md.
The output is a custom skill stored at ~/.smtm/projects/{slug}/skills/{name}/SKILL.md. Future Claude Code sessions in this project can reference it.
Triggers
| Command | Behavior |
|---|---|
/money-skillify |
Codify the most recent successful workflow in this conversation |
/money-skillify <name> |
Same, with an explicit name for the new skill |
/money-skillify list |
List all project-local skills in ~/.smtm/projects/{slug}/skills/ |
/money-skillify show <name> |
Print a project-local skill |