From sop-writer
Scaffold a new Standard Operating Procedure (SOP) in the current project from one of the built-in templates — first-aid, emergency, household-procedure, troubleshooting-flow, or recipe-method. Creates a Typst source file with structured frontmatter (title, revision, date, audience) and section stubs ready to fill in. Use when the user wants to start writing a new procedure document.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin sop-writerThis skill uses the workspace's default tool permissions.
Scaffold a new SOP from a template into the **current project**. The plugin does not own a global SOPs directory — files are written into the project the user is working in.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Scaffold a new SOP from a template into the current project. The plugin does not own a global SOPs directory — files are written into the project the user is working in.
first-aid — clinical procedures (e.g. choking, burns, CPR adjuncts)emergency — incident response (e.g. fire, siren, power outage)household-procedure — routine domestic ops (e.g. monthly inspection, water shutoff)troubleshooting-flow — diagnose-then-act technical proceduresrecipe-method — strict ordered steps with prep / equipment / timingsops/ relative to the project root. Create if missing.templates/sop/<template>.typ if present, otherwise fall back to the plugin's bundled template at ${CLAUDE_PLUGIN_ROOT}/templates/sop/<template>.typ.title — from inputrevision — 1.0date — today's date in ISO formataudience — from input or omitslug — from input<output-dir>/<slug>.typ in the current project.compile separately when ready.Bundled templates live in ${CLAUDE_PLUGIN_ROOT}/templates/sop/. The user can override per-project by creating templates/sop/<template>.typ in their project — that takes precedence.
sops/ directory, create it.