From sop-writer
Restructure raw source material — a URL, pasted text, a PDF, or a markdown file — into a properly formatted SOP using one of the built-in templates. Reads the source, extracts the procedural content, maps it into the chosen template's section structure, and writes a new Typst SOP file in the project. Use when the user has reference material (e.g. a Red Cross first-aid page, a manufacturer manual, a wiki article) and wants to turn it into a printable household SOP.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sop-writer:import-to-sopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Take raw source material and produce a structured SOP in the current project. This is where Claude does the actual restructuring work — extracting steps, warnings, materials, and contraindications from prose source material and slotting them into the template.
Take raw source material and produce a structured SOP in the current project. This is where Claude does the actual restructuring work — extracting steps, warnings, materials, and contraindications from prose source material and slotting them into the template.
pdftotext or read directly)new-sop (first-aid, emergency, household-procedure, troubleshooting-flow, recipe-method). If unclear, suggest based on source content.sops/.source field in the SOP frontmatter pointing back to the original (URL or document title), so the user can verify the procedure later.// TODO: comments inline in the Typst file — don't fabricate steps.<output-dir>/<slug>.typ.npx claudepluginhub danielrosehill/claude-code-plugins --plugin sop-writerGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.