generate-slide

generate-slide is a skill for Claude Code, Codex from khanhvo1104/Requirement-Blueprint-Skill. It costs 72 tokens per session (2,093 once invoked), scanned A, original, MIT.

A workflow for turning confirmed markdown requirements into a business or pre-sales presentation in PDF or PowerPoint format. It presents the requirements rather than creating new ones.

In plain words
What is it for?
Use it when generating slides, a PDF deck, a PowerPoint file, or a presentation from a Requirement Blueprint folder.
Why use it?
It makes an existing requirements package easier to share with stakeholders without losing its main features, scenarios, screens, phases, or tasks.

Skill for Claude CodeCodex

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

Good fit Use it when generating slides, a PDF deck, a PowerPoint file, or a presentation from a Requirement Blueprint folder.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/khanhvo1104/requirement-blueprint-skill/generate-slide
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 khanhvo1104/Requirement-Blueprint-Skill --skill generate-slide
Clone the repo
git clone --depth 1 https://github.com/khanhvo1104/Requirement-Blueprint-Skill

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 generate-slide

README.md
[![agentmods](https://agentmods.dev/badge/skills/khanhvo1104/requirement-blueprint-skill/generate-slide/github.svg)](https://agentmods.dev/skills/khanhvo1104/requirement-blueprint-skill/generate-slide)
Your own site
<a href="https://agentmods.dev/skills/khanhvo1104/requirement-blueprint-skill/generate-slide"><img src="https://agentmods.dev/badge/skills/khanhvo1104/requirement-blueprint-skill/generate-slide/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 generate-slide

Your own site · 80×15
<a href="https://agentmods.dev/skills/khanhvo1104/requirement-blueprint-skill/generate-slide"><img src="https://agentmods.dev/badge/skills/khanhvo1104/requirement-blueprint-skill/generate-slide.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,093 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.00072 $0.02093
Opus 5 $0.00036 $0.01046
Sonnet 5 $0.00014 $0.00419
Haiku 4.5 $0.00007 $0.00209

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

Security

Grade A, and why

generate-slide 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/generate_slides.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/generate-slide/SKILL.md · 214 lines

How it starts

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

Generate Slide

Turn the markdown files in a Requirement Blueprint defined/ folder into a BA/pre-sales briefing.

This skill does not invent requirements. It only presents what is already in defined/ (and NEED-CONFIRMATION.md when still open).

Page size depends on the chosen format:

  • PDF: A4 portrait (210 × 297 mm). Printable pack. Fit more of the markdown on the page.
  • PPTX: 16:9 landscape (13.333" × 7.5"). Presentation deck. Split lists across more slides because the body is shorter.

Carry across the lists, features, scenario flows, screens, phases, and tasks from the markdown — compressed wording is fine; dropping whole sections is not.

When to use

Use when the user wants slides, a PDF deck, or a PowerPoint from a generated blueprint pack.

Do not use this skill to analyse a new customer brief. Use requirement-blueprint for that.

Workflow

List folders in output/
        ↓
Ask which pack to generate (do not skip this)
        ↓
Ask PDF or PowerPoint (unless already stated)
        ↓
Read that pack’s defined/*.md files
        ↓
Build an outline that covers each file
        ↓
Render PDF as A4 portrait, or PPTX as 16:9 landscape
        ↓
Save under output/<chosen-slug>/slides/

Do not generate files until the pack and the format are known.

Step 1 — Choose a folder in output/

Live packs are the child folders of output/ that contain defined/.

List them by running:

ls -d output/*/defined 2>/dev/null

Ignore output/README.md and output/.gitkeep. Do not list examples/ in this picker.

Then ask, before doing anything else:

Which pack in output/ should I generate slides from?

1. <slug-a>
2. <slug-b>

Rules:

  • If a structured choice tool exists, use it. Always print the numbered list in chat.
  • If the user already named a folder under output/ (or gave a full path), use that and skip the picker.
  • If there is only one pack, still list it as option 1 and wait for them to pick it, unless they already named it.
  • If output/ has no pack folders, stop. Tell them to export a confirmation pack with requirement-blueprint first. Do not invent slides. Do not silently use examples/.
  • Use an examples/<slug>/ pack only when the user names that path.
  • Do not write a new requirement pack into examples/.

Read the full file on GitHub · 214 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. 11d ago First seen · 214 lines · 72 tokens per session scan A 86e026f2838b

Subscribe to this mod's changes

generate-slide is a skill published in the GitHub repository khanhvo1104/Requirement-Blueprint-Skill (5 stars, last pushed 22d ago), licensed MIT. It adds 72 tokens to every session and 2,093 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories