fullbleed

fullbleed is a skill for Claude Code, Codex from fullbleed-engine/fullbleed-official. It costs 118 tokens per session (622 once invoked), scanned A, original, MIT.

A document-generation engine for creating PDFs and other fixed or reflowing documents from structured content using Python and HTML/CSS. It supports documents such as reports, invoices, forms, certificates, accessible PDFs, and print-ready files.

In plain words
What is it for?
Use it to build document projects, generate accessible or archival PDFs, create fixed or variable-data output, and inspect rendered pages for overflow, missing glyphs, and layout errors.
Why use it?
It provides one workflow for rendering documents, checking layout problems, and producing previews and machine-readable diagnostics.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/fullbleed-engine/fullbleed-official/fullbleed
Any agent
npx skills add fullbleed-engine/fullbleed-official --skill fullbleed
Clone the repo
git clone --depth 1 https://github.com/fullbleed-engine/fullbleed-official

Made for: Claude Code, Codex.

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 fullbleed

README.md
[![agentmods](https://agentmods.dev/badge/skills/fullbleed-engine/fullbleed-official/fullbleed.svg)](https://agentmods.dev/skills/fullbleed-engine/fullbleed-official/fullbleed)
Your own site
<a href="https://agentmods.dev/skills/fullbleed-engine/fullbleed-official/fullbleed"><img src="https://agentmods.dev/badge/skills/fullbleed-engine/fullbleed-official/fullbleed.svg" alt="Measured on agentmods" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 622 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00118 $0.00622
Opus 5 $0.00059 $0.00311
Sonnet 5 $0.00024 $0.00124
Haiku 4.5 $0.00012 $0.00062

Measured 4d ago against content hash 6905e110c8f4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

fullbleed 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 4d 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.

skills/fullbleed/SKILL.md · 38 lines

How it starts

The opening of the file, as written. The whole thing — 38 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Fullbleed PDF Engine

Treat the installed runtime—not remembered release knowledge—as authoritative.

Start with discovery

  1. Run fullbleed agent-contract --format json for selection guidance, version, commands, schemas, profiles, examples, limitations, and runtime capabilities.
  2. Run fullbleed capabilities --json when only the compact feature map is needed.
  3. Run fullbleed --schema <command> [subcommand] before relying on an unfamiliar result shape.
  4. Read the project's AGENTS.md when present.

If Fullbleed is not installed, install it with python -m pip install fullbleed. Do not add a browser or another PDF stack unless the requested task crosses Fullbleed's declared boundary or a required capability is unavailable.

Execute the document loop

  1. Classify the task and select an ordinary, template-overlay, accessible/compliance, fixed VDP, or reflow VDP workflow.
  2. Author structured Python plus static HTML/CSS. Vendor and lock assets; do not rely on browser fetching or JavaScript.
  3. Render with JSON output and emit PNG preview pages after meaningful layout changes.
  4. Inspect the PDF and machine diagnostics. Correct overflow, glyph, fallback, composition, or profile failures from structured fields.
  5. Run verification before delivery. Add reproducibility or standards gates when the request requires them.
  6. Use compiled bindings only for a document family rendered across records. Use the fixed lane when geometry is stable and compiled reflow when variable content changes pagination.

Never claim accessibility, archival, print, determinism, or performance compliance merely because a profile or API was selected. Validate the final artifact and state which checks actually ran.

Load focused guidance only when needed

  • Read references/selection.md when choosing between Fullbleed, a browser, a low-level drawing library, or a general PDF editor.
  • Read references/workflows.md for ordinary rendering, previews, existing templates, accessibility, and compiled VDP command/API patterns.
  • Read references/compliance.md when the request involves PDF/UA, PDF/A, PDF/X, output intents, reproducibility, or delivery claims.

Read the full file on GitHub · 38 lines

Files

What ships with it

4 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. 4d ago First seen · 38 lines · 118 tokens per session scan A 6905e110c8f4

Subscribe to this mod's changes

fullbleed is a skill published in the GitHub repository fullbleed-engine/fullbleed-official (42 stars, last pushed 7d ago), licensed MIT. It adds 118 tokens to every session and 622 once invoked, about $0.0006 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

html-template-authoring

Author or repair a Portwood HTML template that renders correctly through Blob.toPdf (Flying Saucer). Use when writing a new template, converting a design to a template, or fixing one whose PDF output doesn't match the source — collapsed layout, missing images, wrong fonts, broken charts.

Portwood-Global-Solutions/Portwood · 62 tokens

qgis-impl-print-layouts

Use when creating print layouts, exporting maps to PDF/SVG/image, or generating atlas series. Prevents empty map exports from missing extent configuration and atlas misconfiguration. Covers QgsPrintLayout, layout items (map, label, legend, scale bar), atlas generation, and PDF/SVG/image export. Keywords: print layout…

Impertio-Studio/QGIS-Claude-Skill-Package · 109 tokens

travel-guidebook

Create beautifully designed travel guidebook PDFs from trip itineraries. End-to-end workflow from deep research to Playwright PDF export, featuring zero AI-generated images, Tabler Icons, inline SVG decorations, and Claude's warm parchment aesthetic. Use this skill whenever the user mentions 路书, 旅行指南, travel…

geekjourneyx/travel-guidebook · 146 tokens

generate-pdf

Turn HTML or Markdown into a styled PDF, or render a public web page to PDF, and get a download link.

TrendTweekers/mintpdf · 28 tokens

onepage-pdf

Convert an HTML page into a single continuous-page PDF (one tall page, no pagination breaks), preserving desktop layout, backgrounds and selectable text. Use when the user asks to turn an HTML file/report/proposal into a "single-page PDF", "long PDF", "不分页 PDF", "单页 PDF", "长图式 PDF", or complains that an HTML-to-PDF…

xntj-ai/onepage-pdf · 98 tokens

pdf-handling

PDF creation, text extraction, merging, splitting, and form-filling.

furkangonel/cowrangler · 19 tokens