project-deck

project-deck is a skill for Claude Code from flonat/flonat-research. It costs 56 tokens per session (788 once invoked), scanned B, original, MIT.

A concise presentation deck about a project's current state, decisions, evidence, risks, and next steps.

In plain words
What is it for?
Use it for project updates, collaborator handoffs, supervisor meetings, or returning to an inactive project.
Why use it?
It helps collaborators, supervisors, and stakeholders understand progress and open issues quickly.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: $skill-name invocation.

Good fit Use it for project updates, collaborator handoffs, supervisor meetings, or returning to an inactive project.

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

Made for: Claude Code.

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 project-deck

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/flonat/flonat-research/project-deck"><img src="https://agentmods.dev/badge/skills/flonat/flonat-research/project-deck.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 788 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to high

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 →

  • high Data Exfiltration · line 76
    Code or instructions that leak agent conversation context to external services, potentially exposing sensitive user interactions.
    Fix: Remove any code that sends prompts, responses, or session data externally. Preserve user privacy; never exfiltrate conversation content.
  • high Anti-Refusal · line 83
    Skill instructs the agent to omit warnings, disclaimers, or ethical commentary. Stripping safety caveats hides risk from the user and is a common jailbreak preamble.
    Fix: Remove instructions that suppress warnings, disclaimers, or ethical commentary. Let the agent surface safety-relevant caveats to the user.
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.00056 $0.00788
Opus 5 $0.00028 $0.00394
Sonnet 5 $0.00011 $0.00158
Haiku 4.5 $0.00006 $0.00079

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

Security

Grade B, and why

project-deck scanned grade B with 1 finding 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 8d 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.

Strips warnings and disclaimersmediumAnti-refusal

Omitting safety caveats hides risk from the user and is a common jailbreak preamble.

- Compile without warnings (fix overfull hboxes)
skills/project-deck/SKILL.md · 88 lines

How it starts

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

Project Deck Skill

Create beautiful presentation decks to communicate project status to your future self and collaborators.

Purpose

Based on Scott Cunningham's Part 7: "Making Beautiful Decks For My Future Self" - using decks not for public speaking but to efficiently communicate work status across time and to coauthors.

The Philosophy

"I use decks to help me keep track of the work I was doing so that I can communicate it to my coauthors and myself later in the week when we meet to go over our projects."

Claude has absorbed the "rhetoric of decks" - the tacit knowledge about what makes presentations effective:

  • One idea per slide
  • Titles are assertions, not labels
  • Lead with conclusions
  • Visual hierarchy signals importance
  • Repeat for retention
  • Transition explicitly

When to Use

  • Before a supervisor meeting
  • At the end of a research sprint
  • When handing off to a coauthor
  • When returning to a dormant project
  • Weekly project status updates

Workflow

  1. Read project context - Progress logs, current focus, recent work
  2. Design deck structure:
    • Research question
    • What's been done (with figures/tables)
    • Key findings so far
    • Current blockers
    • Next steps
  3. Create beautiful output - Clean design, good typography, optimal cognitive density
  4. Include visuals - Figures, tables, diagrams that capture the work

Deck Rhetoric Principles

## Principles for Effective Decks

1. **One idea per slide** - Don't overload
2. **Titles are assertions** - "Distance increases abortion rates" not "Results"
3. **Lead with conclusions** - Don't bury the lede
4. **Visual hierarchy** - Most important things stand out
5. **Optimal cognitive density** - Smooth delivery, not overloaded
6. **Beautiful figures and tables** - Data visualisation matters
7. **Explicit transitions** - Guide the reader through the narrative

Extended Rhetoric Principles

For Research Decks

  • Motivation slides: Why should anyone care? What's the gap?
  • Methods slides: Identification strategy in plain English, visualize variation
  • Results slides: Lead with main coefficient, visualize where possible
  • Figures: Clear titles, labeled axes, no chartjunk

Read the full file on GitHub · 88 lines

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. 8d ago First seen · 88 lines · 56 tokens per session scan B 401416fd97bd

Subscribe to this mod's changes

project-deck is a skill published in the GitHub repository flonat/flonat-research (133 stars, last pushed 16d ago), licensed MIT. It adds 56 tokens to every session and 788 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories