sprint-summary-pdf

sprint-summary-pdf is a skill for Claude Code, Codex from rm2thaddeus/Pixel_Detective. It costs 49 tokens per session (618 once invoked), scanned A, original, MIT.

A tool that turns sprint notes into a separate PDF summary for each sprint. A sprint is a short, planned period of development work.

In plain words
What is it for?
Use it to create summaries for all sprints or one selected sprint from files in docs/sprints. It saves each PDF in its corresponding sprint folder.
Why use it?
It saves you from manually collecting goals, delivered work, risks, metrics, and next steps from several Markdown files. The PDFs provide shareable sprint recap cards.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create summaries for all sprints or one selected sprint from files in docs/sprints. It saves each PDF in its corresponding sprint folder.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rm2thaddeus/pixel_detective/sprint-summary-pdf
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.

Any agent
npx skills add rm2thaddeus/Pixel_Detective --skill sprint-summary-pdf
Clone the repo
git clone --depth 1 https://github.com/rm2thaddeus/Pixel_Detective

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 sprint-summary-pdf

README.md
[![agentmods](https://agentmods.dev/badge/skills/rm2thaddeus/pixel_detective/sprint-summary-pdf/github.svg)](https://agentmods.dev/skills/rm2thaddeus/pixel_detective/sprint-summary-pdf)
Your own site
<a href="https://agentmods.dev/skills/rm2thaddeus/pixel_detective/sprint-summary-pdf"><img src="https://agentmods.dev/badge/skills/rm2thaddeus/pixel_detective/sprint-summary-pdf/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 sprint-summary-pdf

Your own site · 80×15
<a href="https://agentmods.dev/skills/rm2thaddeus/pixel_detective/sprint-summary-pdf"><img src="https://agentmods.dev/badge/skills/rm2thaddeus/pixel_detective/sprint-summary-pdf.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 618 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.
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.00049 $0.00618
Opus 5 $0.00024 $0.00309
Sonnet 5 $0.00010 $0.00124
Haiku 4.5 $0.00005 $0.00062

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

Security

Grade A, and why

sprint-summary-pdf 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/generate_sprint_summary_pdf.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/sprint-summary-pdf/SKILL.md · 66 lines

How it starts

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

Sprint Summary PDF

Use this skill to generate a clean PDF per sprint, saved inside each sprint folder.

Quickstart

  • All sprints (default): python skills/sprint-summary-pdf/scripts/generate_sprint_summary_pdf.py
  • Single sprint: python skills/sprint-summary-pdf/scripts/generate_sprint_summary_pdf.py --sprint sprint-11

Inputs

  • docs/sprints/*/README.md
  • docs/sprints/*/PRD.md
  • docs/sprints/*/*SUMMARY*.md
  • docs/sprints/*/completion-summary*.md
  • docs/sprints/*/mindmap*.md

Output

  • Default filename: SPRINT_SUMMARY_CARDS.pdf
  • Save inside each sprint folder, for example:
    • docs/sprints/sprint-11/SPRINT_SUMMARY_CARDS.pdf

Content extraction

For each sprint folder, extract:

  • Title and sprint name
  • Dates or time window (if present)
  • Goal or theme (from README or PRD)
  • Key wins or delivered features
  • Risks or known gaps
  • Next steps or transition notes
  • Metrics or performance highlights (if present)

If a sprint is missing a summary file, synthesize a short summary from README and PRD only.

Layout and style

  • Use a grid of cards (4 to 6 cards per sprint).
  • Visual tone inspired by the Pixel Detective frontend:
    • dark base, high contrast text
    • cyan or teal accent lines
    • rounded cards, subtle shadows
    • bold section headers
  • Keep it readable at a glance. Each card should be 3 to 6 bullets.
  • Include a small header with sprint name, status, and dates.

PDF generation approach

  • Build a single HTML per sprint with inline CSS.
  • Render to PDF using WeasyPrint when available; otherwise leave HTML for manual export.
  • Do not depend on running services.

Scope control

  • If user asks for a single sprint, only generate that sprint PDF.
  • If user asks for all, iterate every sprint folder under docs/sprints/.

Template and script

  • Template: skills/sprint-summary-pdf/assets/sprint_cards_template.html
  • Script: python skills/sprint-summary-pdf/scripts/generate_sprint_summary_pdf.py (defaults to --all)
  • Single sprint: --sprint sprint-11

Read the full file on GitHub · 66 lines

Files

What ships with it

2 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 · 66 lines · 49 tokens per session scan A 25e425935df4

Subscribe to this mod's changes

sprint-summary-pdf is a skill published in the GitHub repository rm2thaddeus/Pixel_Detective (21 stars, last pushed 7mo ago), licensed MIT. It adds 49 tokens to every session and 618 once invoked, about $0.0002 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

daily-report-generator

Automatically generate daily construction reports from field data, worker inputs, weather, and progress photos. Creates professional PDF reports.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 27 tokens

org-report

Generate an executive organization brief (leadership chain, direct reports, extended teams, and vendor partners) for a target person. Produces a Word + PDF report from a directory MCP source (WorkIQ is the reference implementation) and displays it in a Copilot canvas. Triggers on "generate org report for X", "build…

fabioc-aloha/Alex_Skill_Mall · 89 tokens

bluebeam

Bluebeam is a PDF-centric collaboration platform tailored for architecture, engineering, and construction professionals, offering industry-grade markup, measurement, takeoff, and document management tools combined with real-time collaboration via Bluebeam Studio for streamlined project workflows across office and…

withoneai/one-agent-plugin · 117 tokens

extract-straight-bill-of-lading-data

Extract structured fields from straight bill of lading documents.

iterationlayer/skills · 22 tokens

extract-shipping-request-data

Extract requestor, ship-from, ship-to, service, package, and handling instructions from shipping requests.

iterationlayer/skills · 27 tokens

project-brief

Notebook-collage weekly digest template — spiral-bound reporter's notebook aesthetic with cobalt tape, mint folder tab, binder clip, receipt block, ruled baseline grid; built for AI-product / team / design weekly digests delivered as a downloadable high-res page.

ssmurfgg04-gif/context-m · 55 tokens