present

present is a skill for Claude Code from tomcounsell/ai. It costs 37 tokens per session (2,390 once invoked), scanned C, original, GPL-3.0.

A skill that turns an explanation into a single-page HTML document with diagrams.

In plain words
What is it for?
Use it to create visual explainers, presentation pages, or diagram-based summaries.
Why use it?
It helps readers understand communicated information when plain text is not enough.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to create visual explainers, presentation pages, or diagram-based summaries.

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

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 present

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/tomcounsell/ai/present"><img src="https://agentmods.dev/badge/skills/tomcounsell/ai/present.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,390 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00037 $0.02390
Opus 5 $0.00018 $0.01195
Sonnet 5 $0.00007 $0.00478
Haiku 4.5 $0.00004 $0.00239

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

Security

Grade C, and why

present scanned grade C 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

find "$ROOT" -maxdepth 1 -type d -mmin +120 -exec rm -rf {} + 2>/dev/null
.claude/skills-global/present/SKILL.md · 144 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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 · 144 lines · 37 tokens per session scan C d315832f3367

Subscribe to this mod's changes

present is a skill published in the GitHub repository tomcounsell/ai (24 stars, last pushed yesterday), licensed GPL-3.0. It adds 37 tokens to every session and 2,390 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). 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

ui-features

Implementing UI/UX features in sidecar including modals (internal/modal library), keyboard shortcuts, mouse support, scrolling, pill/tab rendering, and pane resizing. Use when implementing UI features, handling user input, adding keyboard shortcuts, building modals, or working on UX improvements.

marcus/sidecar · 61 tokens

drag-pane

Drag-and-drop pane resizing implementation for two-pane plugin layouts. Covers mouse event handling via the internal/mouse package, hit region registration, drag delta calculation, width clamping, state persistence, and pane layout management. Use when working on pane resizing, drag interactions, layout management, or…

marcus/sidecar · 70 tokens

impeccable

Use when the user wants distinctive, production-grade frontend design, anti-generic AI aesthetics, UX critique, technical UI audits, or final polish through bundled Impeccable references and an optional upstream detector CLI.

Peiiii/nextclaw · 47 tokens

frontend

Two-mode frontend skill: (1) authoring — accessibility, responsive layout, loading/error states, performance, DESIGN.md authoring, visual direction; (2) critique — READ-only scored review of built UI against anchored rubric, AI-slop detection, two isolated assessments. Router invokes mode via context.

romiluz13/cc10x · 63 tokens

accessibility

A guide for designing and checking digital interfaces so people using screen readers, keyboards, or switch controls can use them. It follows WCAG 2.2 Level AA, a common accessibility standard.

mturac/everything-openai-codex · 87 tokens

one-design-language

Constrains UI work to the shared design token vocabulary. Use when creating or modifying any component — new CSS values local to one screen are forbidden; every visual decision comes from the existing tokens (spacing, radii, colors, type scale) in globals.css.

lahkiri/xeo-forge · 56 tokens