solomon-sop-maker

Redirects deprecated SOP generation requests to the doc-builder skill.

2|Updated Jul 28, 2026
One-click install
npx skills add https://github.com/mbadali25/useful-claude-add-ons --skill solomon-sop-maker-mbadali25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solomon-sop-maker
Source: https://github.com/mbadali25/useful-claude-add-ons/tree/main/skills/solomon-sop-maker
Command: npx skills add https://github.com/mbadali25/useful-claude-add-ons --skill solomon-sop-maker-mbadali25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill prevents broken references after the original solomon-sop-maker was split into two separate skills, ensuring old invocations still resolve to the correct replacement. ## Core Features & Use Cases - Deprecation Redirect: Points all SOP generation work to the doc-builder skill, which contains the python-docx pipeline, conformance gates, and template spec. - Migration Mapping: Provides a table mapping every old script, reference, and asset to its new location in doc-builder or solomon-doc-builder. - Use Case: If an old workflow or document references solomon-sop-maker, this stub explains that doc-builder now handles SOP building and that the Solomon brand pack is applied automatically when installed. ## Quick Start Ask the assistant to build an SOP using the doc-builder skill instead of solomon-sop-maker.

Frequently Asked Questions about solomon-sop-maker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build an SOP document now that solomon-sop-maker is deprecated?

Use the doc-builder skill, which now contains the full python-docx SOP pipeline including build_sop.py, both conformance gates, and the template spec. The Solomon brand is applied automatically when the solomon-doc-builder pack is installed.

What replaced solomon-sop-maker after the split?

It was split into doc-builder, which holds all logic and scripts, and solomon-doc-builder, which holds the Solomon brand pack with palette, fonts, footer, and template assets.

Where did the solomon_sop.py script move to?

The old solomon_sop.py script is now build_sop.py under doc-builder's scripts directory, with added support for --dry-run, --to-pdf, and backups. Conformance checking moved to check_conformance.py in the same location.

Does solomon-sop-maker still contain any scripts or assets?

No, this stub contains no scripts, references, or assets. It exists only so old references to the name resolve, and all functionality lives in doc-builder and solomon-doc-builder.

When should I not use solomon-sop-maker?

Never invoke it directly for SOP work, since it is a deprecated redirect stub with no operational logic. Always use doc-builder for SOP generation and solomon-doc-builder for Solomon brand values.