The 22 skills · Platform skill · Everything only
AGENT SKILL
certified-exports: what it makes your agent do, and what it refuses.
certified-exports makes the download match the screen. Every incumbent exports through a second path, re-querying or re-rendering, and users find the file disagrees with the page. Here an export is a report without a renderer: same build, same data, same gates, then read back and checked.
The job certified-exports does
Export to Excel is the most clicked button in reporting and the most broken. The fix is architectural. The CSV, the workbook and the PDF are siblings of the page, emitted from the same processed data by the same build, never scraped from the rendered screen and never recomputed by a separate path. The workbook carries live formula totals and a provenance sheet so tampering is visible rather than prevented. The PDF is treated as the artifact a board actually reads, with its own layout gate. After emitting, the build re-reads its own files with an independent parser and re-runs the tie checks, and the download affordance shows the export's own check state.
What certified-exports refuses
A skill is worth what it stops as much as what it produces. These are the refusals written into certified-exports, taken from the rules and limits in its own file.
- ✓An export scraped from the page. A second path is a second place to lie, so the file comes from the build rather than the screen.
- ✓An export that does not reconcile. That is a failed build under the same exit code contract as the pages, not a warning.
- ✓A silent row cap. If the file cannot carry everything the page shows, it says so.
- ✓A download with no check state. The affordance carries the ties and the as of date, because a file you cannot date is a file you cannot cite.
10 lines from the certified-exports skill file, verbatim
From skills/certified-exports/SKILL.md, unedited. Kymira skills are plain text you can
read in full before you install them, which is the point of shipping a method rather than a binary.
After emitting, the build **re-reads its own exports** with an independent parser and re-runs the tie checks against the anchors: - CSV: parse, re-sum, compare to the page's anchor values — exact. - XLSX: open, evaluate the totals ranges, compare — exact; assert the provenance sheet's check list matches the manifest. - PDF: page count within expected bounds; text extraction contains the anchor figures; running headers present. **An export that does not reconcile fails the build.** Not a warning — the
The failure modes certified-exports addresses
These entries in the catalogue of 51 observed failure modes name this skill as what addresses them. Every one was seen in a real build or in our own audits, and none was invented.
The tier certified-exports ships in
| Tier | Price | What the tier holds | certified-exports |
|---|---|---|---|
| Free | $0 | honest-dataviz and the eleven doctrine principles, published in full | Not in this tier |
| Core Pack | $199 | the thirteen craft skills, one-time purchase, lifetime updates | Not in this tier |
| Everything | $349 | all 22 skills, both libraries, the template bank, one-time purchase, lifetime updates | Included |
Both paid tiers are a one-time purchase with lifetime updates, and all sales are final: the files are plain text you keep the moment they arrive, so judge the quality on the free skill and the published doctrine first. The pricing section states exactly what each tier contains.
Installing certified-exports
A skill is a folder with a SKILL.md file in it. Installing one is copying that folder where
your agent looks for skills, with no build step and no dependencies.
mkdir -p ~/.claude/skills cp -R Kymira/skills/certified-exports ~/.claude/skills/
Or open the unzipped pack in Claude Code and say install Kymira, which installs every skill in your tier, or double-click the installer for your system. Cursor reads the same skill as a rule file: copy certified-exports.mdc into .cursor/rules/. Skills are read at startup, so start a new session and ask your agent which skills it has available.
Not for
Fidelity ends at emission. What a recipient edits after download is theirs, which is exactly why the workbook carries live totals and a provenance sheet. PDF rendering is environment sensitive, so the print gate proves the build's browser rather than every printer driver. It is a platform skill, so it ships in Everything only.
Last updated 2026-08-29 · Dylan, founder · one of 22 packaged skills, each one a method written down, not a product tour.