GENesis-AGI: Skill for Claude Code

.claude/skills/deliverable-builder/SKILL.md

deliverable-builder is a skill for Claude Code from WingedGuardian/GENesis-AGI. It costs 103 tokens per session (1,386 once invoked), scanned A, original, MIT.

A workflow for producing a finished, professional file that is ready to send to someone else. It guides the work through intake, drafting, structure, voice, and quality checks.

In plain words
What is it for?
Use it for client reports, proposals, presentations, one-pagers, take-home assignments, and other deliverables that need to be written, formatted, and checked before sending.
Why use it?
It reduces the risk of sending an incomplete, poorly organized, or obviously machine-written document. It also keeps the requested format and acceptance criteria in view.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is WingedGuardian/GENesis-AGI's own configuration. It tells Claude Code how to work on GENesis-AGI itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything GENesis-AGI configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/WingedGuardian/GENesis-AGI/main/.claude/skills/deliverable-builder/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/WingedGuardian/GENesis-AGI

Made for: Claude Code.

Wrote 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.

agentmods badge for deliverable-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/wingedguardian/genesis-agi/deliverable-builder/github.svg)](https://agentmods.dev/skills/wingedguardian/genesis-agi/deliverable-builder)
Your own site
<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.

agentmods 80×15 button for deliverable-builder

Your own site · 80×15
<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>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,386 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 9d ago against content hash f1aa36abb075, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

.claude/skills/deliverable-builder/SKILL.md · 86 lines

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.

Read the full file on GitHub · 86 lines

Files

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.

Changes

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.

  1. 9d ago First seen · 86 lines · 103 tokens per session scan A f1aa36abb075

Subscribe to this mod's changes

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.

Related

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.

zubair-trabzada/geo-seo-claude · 59 tokens

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…

automateyournetwork/netclaw · 91 tokens

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…

personamanagmentlayer/pcl · 102 tokens

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.

oyi77/1ai-skills · 37 tokens

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.

zubair-trabzada/ai-realestate-claude · 41 tokens

restaurant-report-pdf

Generate a professional PDF restaurant report by scanning RESTAURANT-.md files in current directory and running the bundled Python ReportLab generator.

zubair-trabzada/ai-restaurant-claude · 32 tokens