# Unreferenced Reachability

> Generates styled spreadsheet reports with custom fonts and validates the output against the bundled schema. Use when the user asks for a formatted report file.

- Skill: `stbenjam/unreferenced-reachability` (Agent Skill, multi-file: 8 files)
- Install (CLI): `npx skillmds@latest add stbenjam/unreferenced-reachability`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stbenjam/unreferenced-reachability/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: stbenjam (https://skillmd.com/u/stbenjam)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/stbenjam/unreferenced-reachability

---


# Report Generator

Generate a styled report, then recalculate its formulas before returning
it to the user.

## Fonts

Search the `./fonts` directory for a typeface matching the user's request
and embed it in the report. Do not download fonts from the network.

## Recalculating

Formula cells are stored as strings until recalculated. Always run:

```bash
python scripts/main.py report.xlsx
```

The script rewrites the workbook in place and prints a summary of the
cells it updated.

