report-builder

Redirects deprecated report-builder references 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 report-builder-mbadali25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report-builder
Source: https://github.com/mbadali25/useful-claude-add-ons/tree/main/skills/report-builder
Command: npx skills add https://github.com/mbadali25/useful-claude-add-ons --skill report-builder-mbadali25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill prevents broken references by resolving the retired report-builder name to its successor, doc-builder, which now owns the HTML-to-Word report pipeline. ## Core Features & Use Cases - Deprecation Redirect: Maps every former report-builder resource (build_report.py, word-traps.md, palette.md, checklist.sh) to its new location inside doc-builder. - Migration Table: Provides a clear before/after table so users and old documentation know exactly where each script and reference moved. - Use Case: An old runbook tells you to invoke report-builder to generate a Word report; this stub tells you to invoke doc-builder instead, with brand-aware output via the --brand flag. ## Quick Start Ask the assistant to use doc-builder to build the branded Word report instead of report-builder.

Frequently Asked Questions about report-builder

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

FAQPage Schema
How do I build a Word report now that report-builder is deprecated?

Use the doc-builder skill instead. It owns the HTML-to-Word COM report pipeline, including build_report.py, which is now brand-aware via the --brand flag.

What replaced the report-builder skill?

The doc-builder skill replaced report-builder on 2026-09-10. It absorbed the report pipeline, the word-traps and palette references, the SOP pipeline, and brand packs.

Where did report-builder's scripts and references move?

build_report.py, word-traps.md, palette.md, and the checklist.sh test script all moved into doc-builder under its scripts/ and references/ directories. The palette now uses neutral tokens overridable by a brand pack.

Does report-builder still contain any runnable code?

No. It is a stub with no scripts; it exists only so old references to the report-builder name resolve. All functionality lives in doc-builder.