sop-builder

sop-builder is a skill for Claude Code, Codex from mfwarren/entrepreneur-claude-skills. It costs 3 tokens per session (817 once invoked), scanned A, original, MIT.

A guide for turning a business process into a standard operating procedure, or SOP: step-by-step instructions that another person can follow. It captures the owner, schedule, trigger, decisions, tools, risks, and definition of done.

In plain words
What is it for?
Use it to interview someone about a process, record its steps and exceptions, and produce repeatable instructions for daily, weekly, or event-based work.
Why use it?
It moves important process knowledge out of one person's head and into documentation that new or delegated staff can use consistently.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to interview someone about a process, record its steps and exceptions, and produce repeatable instructions for daily, weekly, or event-based work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mfwarren/entrepreneur-claude-skills/sop-builder
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mfwarren/entrepreneur-claude-skills --skill sop-builder
Clone the repo
git clone --depth 1 https://github.com/mfwarren/entrepreneur-claude-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sop-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/mfwarren/entrepreneur-claude-skills/sop-builder/github.svg)](https://agentmods.dev/skills/mfwarren/entrepreneur-claude-skills/sop-builder)
Your own site
<a href="https://agentmods.dev/skills/mfwarren/entrepreneur-claude-skills/sop-builder"><img src="https://agentmods.dev/badge/skills/mfwarren/entrepreneur-claude-skills/sop-builder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sop-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/mfwarren/entrepreneur-claude-skills/sop-builder"><img src="https://agentmods.dev/badge/skills/mfwarren/entrepreneur-claude-skills/sop-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 3 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 817 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00003 $0.00817
Opus 5 $0.00002 $0.00409
Sonnet 5 $0.00001 $0.00163
Haiku 4.5 $0.00000 $0.00082

Measured 12d ago against content hash 8f835ab69125, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

sop-builder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/operations/sop-builder/SKILL.md · 126 lines

How it starts

The opening of the file, as written. The whole thing — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SOP Builder

Create clear, repeatable standard operating procedures for any business process. Turn tribal knowledge into documentation anyone can follow.

Purpose

SOPs are the foundation of a scalable business. If a process lives in one person's head, it's a liability. This skill extracts, structures, and documents any business process into a format that a new hire could follow on day one.

Workflow

Step 1: Identify the Process

Ask the user:

  • What process do you want to document?
  • Who currently does this? (role, not person)
  • How often does it happen? (daily, weekly, per-event)
  • What triggers it? (customer request, scheduled, event-based)
  • What does "done" look like?

Step 2: Extract the Steps

Walk through the process step by step:

  • Ask "What happens first?"
  • For each step: "Then what?" and "What could go wrong here?"
  • Identify decision points: "If X, do Y. If not, do Z."
  • Note tools, logins, or systems used at each step
  • Capture time estimates per step

Step 3: Structure the SOP

# [Process Name] — Standard Operating Procedure

**Owner:** [Role]
**Frequency:** [How often]
**Trigger:** [What starts this process]
**Estimated Time:** [X minutes/hours]
**Last Updated:** [Date]

## Prerequisites
- [ ] [Access/tool/permission needed]
- [ ] [Information needed before starting]

## Steps

### 1. [Step Name]
**Action:** [What to do]
**Tool:** [System/app used]
**Notes:** [Tips, common mistakes, edge cases]

### 2. [Step Name]
...

## Decision Points

### If [condition]:
→ Do [action A]

### If [other condition]:
→ Do [action B]

## Quality Checklist
- [ ] [Verification step 1]
- [ ] [Verification step 2]
- [ ] [Verification step 3]

## Troubleshooting
| Problem | Cause | Solution |
|---------|-------|----------|
| [Issue] | [Why] | [Fix]    |

## Escalation
If [condition], contact [role/person] via [channel].

Step 4: Add Context

For each step, include:

  • Why this step matters (not just what to do)
  • Screenshots or examples (suggest where the user should add them)
  • Common mistakes to avoid
  • Time estimate for that step

Read the full file on GitHub · 126 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 126 lines · 3 tokens per session scan A 8f835ab69125

Subscribe to this mod's changes

sop-builder is a skill published in the GitHub repository mfwarren/entrepreneur-claude-skills (67 stars, last pushed 7mo ago), licensed MIT. It adds 3 tokens to every session and 817 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

mm-init-project

A project setup workflow that creates a shared project record in Markdown files, including a passport, dashboard, handoff notes, and instructions for Claude.ai. Obsidian is a note-taking app that can store these files as a connected project vault.

mworldorg/markdown-memory · 200 tokens

mm-projects

A read-only overview of all registered projects stored in Obsidian notes. It shows each project's status, type, current GSD phase, recent activity, and number of open questions.

mworldorg/markdown-memory · 112 tokens

kanban-markdown

Create, read, update, move, and manage kanban board feature files backed by markdown with YAML frontmatter. Use when working with kanban boards, task/feature tracking, .devtool/features/ directories, feature files with status/priority frontmatter, or any project management tasks involving markdown-based kanban…

LachyFS/kanban-skill · 70 tokens

syndic

Gère un parc de copropriétés en France avec vue portfolio consolidée. Couvre administration, comptabilité (décret 2005, plan comptable copro, 5 annexes), assemblées générales (convocation, PV, notification), appels de fonds, travaux, fournisseurs, recouvrement d'impayés et transition de syndic. Maîtrise les majorités…

romainsimon/paperasse · 194 tokens

template-instantiation

Creates .NET projects from templates with validated parameters, smart defaults, Central Package Management adaptation, and latest NuGet version resolution. USE FOR: creating new dotnet projects, scaffolding solutions with multiple projects, installing or uninstalling template packages, creating projects that respect…

managedcode/dotnet-skills · 168 tokens

note-improvement

Capture an out-of-scope improvement opportunity so it doesn't get lost. Use when the user asks to "note improvement", "save improvement", "track this for later", "remember this improvement", "note this idea", "log improvement", "backlog this", or "park this idea". Also invoke proactively when noticing something…

tobihagemann/turbo · 107 tokens