Borrowing it
Nothing to install: this file belongs to mishahanin/heading-os. 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/mishahanin/heading-os/main/.claude/skills/marp/SKILL.mdgit clone --depth 1 https://github.com/mishahanin/heading-osWrote 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/mishahanin/heading-os/marp)<a href="https://agentmods.dev/skills/mishahanin/heading-os/marp"><img src="https://agentmods.dev/badge/skills/mishahanin/heading-os/marp/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/mishahanin/heading-os/marp"><img src="https://agentmods.dev/badge/skills/mishahanin/heading-os/marp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 7 Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
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.00090 | $0.01977 |
| Opus 5 | $0.00045 | $0.00988 |
| Sonnet 5 | $0.00018 | $0.00395 |
| Haiku 4.5 | $0.00009 | $0.00198 |
Grade A, and why
marp 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 5d 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 — 200 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/marp - Markdown Presentation Pipeline
Render 31C-branded presentations from Markdown source. Outputs PDF and HTML. Not editable PPTX.
Subcommands
/marp new <topic>
Draft a full deck from a topic prompt.
- Parse topic into purpose and audience. Ask one clarifying question only if truly ambiguous.
- Generate outline:
- Cover slide (title layout, dark)
- One context or "why" slide
- Three to five main-point slides (one idea per slide, under 50 words each)
- One key-takeaway slide
- Closing slide
- Default mode:
mixed(dark cover, dark section-breaks, dark closing; light content slides). - Write source to
outputs/deliverables/presentations/marp-source/YYYY-MM-DD-<slug>.md. - Run
python3 scripts/marp_render.py render <source>to produce PDF and HTML. - Report: file paths, slide count, sanitizer status.
Flags: --slides N, --mode dark|light|mixed, --no-render, --title "override", --images png
If target filename exists, refuse to overwrite. Prompt for rename or --force.
/marp render <path>
Pure render of an existing .md source. No authoring.
python3 scripts/marp_render.py render <path> [--pdf-only] [--html-only] [--images png] [--output <dir>] [--verbose]
Renders PDF and HTML to the same directory as source, or to --output <dir>.
/marp from <workspace-path>
Transform any workspace markdown into slides without modifying the source.
python3 scripts/marp_render.py from <path> [--break-at h2|h3|manual] [--mode dark|light|mixed] [--title "..."] [--subtitle "..."] [--no-auto-cover] [--no-auto-closing] [--output <dir>] [--paginate-heavy] [--verbose]
Pre-processing (in-memory, source never mutated):
- Strip existing YAML frontmatter from rendered body
- Strip wiki-links:
[[id]]becomesid,[[id|Display]]becomesDisplay - Insert slide breaks at configured heading level (default h2)
- Auto-generate cover slide with title, date, source path
- Auto-generate closing slide
- Inject MARP frontmatter
What ships with it
10 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.
- evals/benchmark.json 2.3 KB
- evals/cases/case-1-subcommands.json 365 B
- evals/cases/case-2-outputs.json 263 B
- evals/cases/case-3-routing-boundary.json 336 B
- examples/31c-investor-sample.md 5.2 KB
- examples/sample-deck.md 2.9 KB
- themes/31c-investor.css.tmpl 17 KB
- themes/31c.css.tmpl 15 KB
- themes/fonts/README.md 864 B
- triggers.json 765 B
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.
- 5d ago Changed · +1 lines 1274d0f564c3
- 9d ago First seen · 199 lines · 90 tokens per session scan A 7bec05590242
marp is a skill published in the GitHub repository mishahanin/heading-os (11 stars, last pushed today), licensed Apache-2.0. It adds 90 tokens to every session and 1,977 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
shogun-screenshot
A screenshot tool for getting images from a computer or web page and then cropping, resizing, or masking sensitive information. Playwright is a browser-automation tool used here to capture web pages.
p5js
Use when users request: p5.js sketches, creative coding, generative art, interactive visualizations, canvas animations, browser-based visual art, data viz, shader effects, or any p5.js project.
audiocraft-audio-generation
AudioCraft: MusicGen text-to-music, AudioGen text-to-sound.
baoyu-comic
A creator for educational comics, including biographies and tutorials, that turns supplied content or topics into illustrated comic pages.
hyperframes
Render MP4/WebM videos from HTML compositions.
ascii-video
ASCII video: convert video/audio to colored ASCII MP4/GIF.