Borrowing it
Nothing to install: this file belongs to WingedGuardian/GENesis-AGI. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/WingedGuardian/GENesis-AGI/main/.claude/skills/deliverable-builder/SKILL.mdgit clone --depth 1 https://github.com/WingedGuardian/GENesis-AGIWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/wingedguardian/genesis-agi/deliverable-builder)<a href="https://agentmods.dev/skills/wingedguardian/genesis-agi/deliverable-builder"><img src="https://agentmods.dev/badge/skills/wingedguardian/genesis-agi/deliverable-builder/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/wingedguardian/genesis-agi/deliverable-builder"><img src="https://agentmods.dev/badge/skills/wingedguardian/genesis-agi/deliverable-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00103 | $0.01386 |
| Opus 5 | $0.00051 | $0.00693 |
| Sonnet 5 | $0.00021 | $0.00277 |
| Haiku 4.5 | $0.00010 | $0.00139 |
Grade A, and why
deliverable-builder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Deliverable Builder
This skill is the conductor. It produces a finished, human-quality deliverable by running a fixed pipeline of stages — and it makes that process non-skippable, because a skipped or lazy stage shows up at Gate 2 as a requirement the artifact fails. Most stages reuse an existing skill or tool; this skill owns the sequence, the gates, and the quality bars.
Read each reference file when you reach its stage — don't load them all at once.
When to use
Any time the user asks you to produce something they'll send — a take-home, client report, one-pager, deck, proposal. Not for internal scratch notes, code (use code-voice), or content you're publishing as Genesis (use content-publish / genesis-voice).
The pipeline
| # | Stage | Read / invoke | Gate |
|---|---|---|---|
| 1 | Intake — frame, freeze acceptance criteria, pick format, open the spec | references/intake.md |
Gate 1 (interactive) |
| 2 | Draft — produce the actual substance against the frozen criteria | (your analysis) | |
| 3 | Structure & altitude — lead with the answer, action titles, methodology→appendix | references/structure-altitude.md |
|
| 4 | Voice — make it sound like the user | invoke the voice-master skill | |
| 5 | Anti-slop — strip document/sentence AI tells | invoke the humanizer skill (voice-calibration off — voice-master already voiced it) | |
| 6 | Render — produce the real file (PDF/DOCX/PPTX/XLSX); set status: rendered_unverified |
references/render-guide.md (pandoc / /make-pdf / /drawio-skill / OfficeCLI when office_deliverables active) |
|
| 7 | Verify — fresh-context adversarial PASS/FAIL vs. the frozen criteria | references/qa-protocol.md |
Gate 2 (policeman) |
| 8 | Sign-off — user approves the verified artifact | references/approval-gates.md |
Gate 3 (interactive) |
Gate 2 FAIL loops back to the tagged stage (bounded: 2 cycles, then escalate). Only a PASS advances to Gate 3.
What ships with it
5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 86 lines · 103 tokens per session scan A f1aa36abb075
deliverable-builder is a skill published in the GitHub repository WingedGuardian/GENesis-AGI (96 stars, last pushed today), licensed MIT. It adds 103 tokens to every session and 1,386 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
geo-report-pdf
Generate a professional PDF report from a GEO audit using pandoc + Chrome headless. Converts GEO-AUDIT-REPORT.md into a styled, client-ready PDF with a cover page, color-coded score tables, severity-tagged findings, and a 90-day roadmap.
document-generation
Generate Word (.docx), Excel (.xlsx) and PowerPoint (.pptx) documents and fill existing PDF forms, from real NetClaw data, with per-element provenance and no fabrication. Use when someone needs a deliverable rather than an answer — a change record to attach to a CR, an audit workbook for a compliance reviewer, a…
document-processing-expert
Read, generate and modify office documents and PDFs from code: PDF extraction and forms, Word documents, Excel workbooks and PowerPoint decks. Use when the user mentions PDF, DOCX, XLSX, PPTX, Word, Excel, PowerPoint or spreadsheets, wants data extracted from documents, needs a report or invoice generated as a file…
document-creator
Use when creating, editing, and generating Office documents programmatically — Word, PowerPoint, Excel, and PDF. One interface for all document formats with shared methodology.
realestate-report-pdf
Professional PDF Property Report Generator — compiles all PROPERTY-.md analysis files into a polished, client-ready PDF with score gauges, comparison tables, financial projections, and investment recommendations.
restaurant-report-pdf
Generate a professional PDF restaurant report by scanning RESTAURANT-.md files in current directory and running the bundled Python ReportLab generator.