solomon-doc-builder

Applies Solomon Associates brand styling to documents built by doc-builder.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve? Operators at Solomon Associates need every generated report, SOP, and onboarding guide to follow the house style without manually specifying fonts, colors, and footers each time. This brand pack supplies the Solomon palette, typography, and template so doc-builder applies them automatically. ## Core Features & Use Cases - Automatic Brand Application: doc-builder detects the included brand.json and applies the Solomon navy (0E2841), accent (EF483D), Franklin Gothic Book and Georgia fonts, and the Proprietary and Confidential footer to every document it builds. - House SOP Template: Ships a pre-built sop_template.docx with correct margins, base font, and the three-cell footer, plus a build spec for the QRG archiving SOP. - Document Location Registry: Records where SOP masters, source screenshots, and the canonical reference master live so the team can find and edit them consistently. - Use Case: An operator asks doc-builder to write a new onboarding SOP; because this pack is installed, the output automatically carries Solomon branding with no extra flags. ## Quick Start Install this pack alongside doc-builder and ask the assistant to build an onboarding SOP, which will then come out in Solomon house style automatically.

Frequently Asked Questions about solomon-doc-builder

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

FAQPage Schema
How do I apply Solomon branding to generated documents?

Install this pack alongside doc-builder; doc-builder's resolve_brand.py finds the pack's brand.json and applies the Solomon palette, fonts, and footer automatically. No flags or manual requests are needed once both are installed.

Does solomon-doc-builder build documents on its own?

No, it contains no scripts and builds nothing. It is a data-only brand pack; doc-builder does all document generation and reads this pack's brand.json, template, and spec files.

Can I disable Solomon branding without uninstalling the pack?

Yes. Pass --brand neutral to doc-builder's scripts or set DOC_BUILDER_BRAND=neutral in the environment. That override always wins over any installed brand pack, so nothing needs to be uninstalled.

How do I change a Solomon brand color or font?

Edit assets/brand.json, then re-run doc-builder's check_conformance.py over the SOP masters so mismatches surface as failures. Regenerate sop_template.docx with make_template.py only if the footer, margins, or base font change.

Where are the Solomon SOP masters and screenshots stored?

SOP masters live in C:\repos\OnboardingSOPs\sops_new and source screenshots in C:\repos\OnboardingSOPs\assets\<sop-slug>. The masters directory can be overridden with the DOC_BUILDER_MASTERS_DIR environment variable.