policydb-exports

Generate branded PolicyDB exports in XLSX, CSV, HTML, and PDF formats.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/wanderinglantern/policydb --skill policydb-exports
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: policydb-exports
Source: https://github.com/wanderinglantern/policydb/tree/main/.claude/skills/policydb-exports
Command: npx skills add https://github.com/wanderinglantern/policydb --skill policydb-exports

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a centralized, branded data export framework for PolicyDB, ensuring consistent formatting across XLSX, CSV, HTML, and PDF exports.

Core Features & Use Cases

  • Uses _write_sheet() to enforce Marsh-brand styling for all Excel exports.
  • Provides HTML copy-tables via build_generic_table() for clipboard-friendly exports.
  • Maintains a complete list of export endpoints and templates to ensure consistent branding across client reports.

Quick Start

Invoke the policydb-exports workflow to generate a branded XLSX export for a client project.

Frequently Asked Questions about policydb-exports

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

FAQPage Schema
How do I generate brand-aligned XLSX exports from PolicyDB data?▼

To generate brand-aligned XLSX exports from PolicyDB data, use a workflow that automates standardized styling via _write_sheet() to enforce consistent formatting across all client reports.

Can I create clipboard-friendly HTML tables for client reports?▼

Yes, you can create clipboard-friendly HTML tables for client reports by using the build_generic_table() function, which structures data specifically for easy copying and pasting into other applications.

What is the best way to maintain consistent branding across CSV, HTML, and PDF exports?▼

The best way to maintain consistent branding across CSV, HTML, and PDF exports is to use a centralized export framework that provides deterministic styling and a complete list of export endpoints.

Does the PolicyDB export workflow require external dependencies for Excel styling?▼

The PolicyDB export workflow does not require external dependencies for Excel styling, as it implements deterministic styling internally via openpyxl and specific exporter functions without needing extra components.

How do I add new export endpoints while keeping existing formatting intact?▼

To add new export endpoints while keeping existing formatting intact, integrate them into the centralized export framework which uses deterministic styling rules to ensure all new endpoints match brand guidelines automatically.