file-format
Installation
SKILL.md
File Format Standards
Overview
This skill provides consistent formatting and design standards across all file outputs. It ensures consistent branding, typography, layout, and structure across every file type and document purpose the agent generates.
Standards live in resources/FORMAT.md, organized into three layers that the agent reads on demand.
How to Read FORMAT.md
resources/FORMAT.md is divided into sections using ## section-name headings. Each section is separated by a --- horizontal rule divider.
To extract the formatting rules you need:
- Use grep to search
resources/FORMAT.mdfor the section keyword (e.g.,"## pptx","## finance-report") - Read from the matched
## headingdown to the next---divider — that is the complete section - Each section is self-contained: everything between
## headingand the next---belongs to that section