review-presentation

review-presentation is a skill for Claude Code, Codex from pamelafox/presentation-skills. It costs 11 tokens per session (94 once invoked), scanned A, original, MIT.

A review guide for checking presentation slides against code samples in a repository. It covers accuracy, consistency, explanations, and whether referenced URLs and filenames work.

In plain words
What is it for?
Reviewing technical slides, comparing examples with repository code, checking links and filenames, and suggesting clearer explanations.
Why use it?
Slides can describe code incorrectly or contain references that no longer match the project. This review finds those problems before the presentation is used.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Reviewing technical slides, comparing examples with repository code, checking links and filenames, and suggesting clearer explanations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pamelafox/presentation-skills/review-presentation
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 pamelafox/presentation-skills --skill review-presentation
Clone the repo
git clone --depth 1 https://github.com/pamelafox/presentation-skills

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 review-presentation

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/pamelafox/presentation-skills/review-presentation"><img src="https://agentmods.dev/badge/skills/pamelafox/presentation-skills/review-presentation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 94 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.00011 $0.00094
Opus 5 $0.00005 $0.00047
Sonnet 5 $0.00002 $0.00019
Haiku 4.5 $0.00001 $0.00009

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

Security

Grade A, and why

review-presentation 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.

.agents/skills/review-presentation/SKILL.md · 12 lines

What it actually says

Review the given slides for consistency with the code samples in the repository.

Use the pdf-to-markdown skill to convert the PDF to markdown first.

Point out any errors, inconsistencies, or areas that may need clarification. Provide specific feedback on how to improve the slides to better align with the code and concepts presented in the repository. Make sure all URLs/filenames are valid.

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 · 12 lines · 11 tokens per session scan A b1dde882e2ca

Subscribe to this mod's changes

review-presentation is a skill published in the GitHub repository pamelafox/presentation-skills (117 stars, last pushed 6d ago), licensed MIT. It adds 11 tokens to every session and 94 once invoked, about $0.0001 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

review-export

Export CocoReview reports as markdown, html, or pdf-ready status artifacts. Usage: $review export markdown|html|pdf [report-path].

Snowflake-Labs/cocoplus · 32 tokens

paper-summarizer

Agents should invoke this skill for academic or technical papers, arXiv/PubMed/IEEE/ACM links, PDFs, methodology review, limitations, practical implications, or extracting findings for engineering decisions.

waybarrios/opencode-power-pack · 46 tokens

doc-drift

Use this skill when the user wants to audit the memory and documents Claude Code loads into context — CLAUDE.md (user global + project + nested), MEMORY.md, @imports, .claude/skills, .claude/agents, .claude/commands, installed plugins — and detect four kinds of issues: outdated claims, mutually contradictory…

AlexZio00/sovereign-skills · 240 tokens

docs-sync-internal

Use when code changes on the current branch need matching internal or developer documentation — "update our internal docs", "the architecture docs are stale after this change", "document what I just changed", "do the dev docs still match the code?" — or as a pre-push check that developer docs track the code. Narrower…

The01Geek/prflow · 105 tokens

firewall-review

Evidence-safe firewall ruleset audit reference specification — 22 documented detector patterns (17 vendor-agnostic plus 5 FortiGate-specific), a 15-check semantic catalogue, CIS Fortinet FortiGate Benchmark guidance, a custom customer-policy benchmark, and consolidated network-team Excel profiles including grouped…

transilienceai/communitytools · 100 tokens

ring:creating-handoffs

Creating a handoff document that captures session state (completed work, decisions, open items, next steps) and delivering it via Plan Mode so the user gets the native 'clear context and continue implementing' resume option. Use when ending a session, when context grows large, or the user says 'handoff', 'save…

LerianStudio/ring · 93 tokens