Local tool
Paste a SOP. Get skills an agent will actually fire.
Runs in your browser. After unzip, serve the folder. Chrome will not run it from file://.
Who it is for
People writing Cursor or Claude Code skills who are tired of agents ignoring them.
How to start
Unzip. Run python3 -m http.server 8765 in that folder. Open http://127.0.0.1:8765. Paste a SOP, Generate.
What you get
- Splits a pasted SOP into SKILL.md files.
- YAML description starts with “Use this when” plus keywords from the source.
- Copy one file, or download a zip of {slug}/SKILL.md folders.
- After unzip: python3 -m http.server 8765 then http://127.0.0.1:8765
Not an LLM rewriter. Not a hosted app. You run it on your machine.