claude-code-deck

A ready-made HTML presentation that explains Claude Code, reusable Skills, Sub Agents, Hooks, and systems where multiple AI agents work together. It is written for product managers and non-technical audiences.

In plain words
What is it for?
It creates an offline presentation with 11 slides, navigation controls, slide progress, and optional speaker notes covering concepts, architecture, product-manager use cases, and next steps.
Why use it?
It gives people a structured way to understand these coding-agent concepts without needing to assemble an explanation and slide deck themselves.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/hamzafarooq/claude-code-starter/claude-code-deck
Any agent
npx skills add hamzafarooq/claude-code-starter --skill claude-code-deck
Clone the repo
git clone --depth 1 https://github.com/hamzafarooq/claude-code-starter

Made for: Claude Code, Codex.

Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,071 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00068 $0.01071
Opus 5 $0.00034 $0.00535
Sonnet 5 $0.00014 $0.00214
Haiku 4.5 $0.00007 $0.00107

Measured 2d ago against content hash c592c0cc5108, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

claude-code-deck 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 2d 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.

.claude/skills/claude-code-deck/SKILL.md · 99 lines

How it starts

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

Claude Code Deck

Generate a production-ready, 11-slide HTML presentation on Claude Code's five core primitives — targeted at product managers and non-technical audiences.

What This Skill Produces

A single presentation.html file featuring:

  • 11 slides covering Claude Code, Skills, Sub Agents, Hooks, Multi-Agent Systems, architecture, PM use cases, and next steps
  • Bold Signal style: dark background (#080810), orange accents (#f5a623), geometric diagonal shapes, clean Helvetica typography
  • Zero dependencies: fully self-contained, works offline
  • Navigation: arrow keys, spacebar, click, swipe — progress bar, slide counter
  • Speaker notes: press N to toggle per-slide notes

Slide Outline

# Title Core Insight
1 Title Ship with Claude Code
2 What is Claude Code? AI pair programmer in your terminal — reads, edits, runs, ships
3 The PM Superpower Hours vs. engineering weeks
4 Concept 01 — Skills Reusable workflows triggered by a slash command
5 Skills in Action 6 real examples from the course
6 Concept 02 — Sub Agents Delegate to specialist AI workers with isolated context
7 Concept 03 — Hooks PreToolUse / PostToolUse / Stop / Notification
8 Concept 04 — Multi-Agent Parallel fleets, scale beyond a single context window
9 How It All Fits Layered architecture: Multi-Agent → Sub Agents → Skills → Hooks
10 What PMs Are Building 4 real course builds with time-to-ship
11 Your Next 3 Steps Install → run a skill → build a multi-agent workflow

Instructions

  1. Copy the full HTML from presentation.html in the repo root (or regenerate it using the template below).
  2. Save as presentation.html in the working directory.
  3. Open with open presentation.html or deploy to Vercel:
    mkdir -p /tmp/claude-deck
    cp presentation.html /tmp/claude-deck/index.html
    cd /tmp/claude-deck && vercel deploy --yes
    
  4. Share the Vercel URL. The deck is live in under 60 seconds.

Read the full file on GitHub · 99 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. 2d ago First seen · 99 lines · 68 tokens per session scan A c592c0cc5108

Subscribe to this mod's changes

claude-code-deck is a skill published in the GitHub repository hamzafarooq/claude-code-starter (138 stars, last pushed 1mo ago), licensed MIT. It adds 68 tokens to every session and 1,071 once invoked, about $0.0003 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

learn-mcp

Focused interactive tutor for the Model Context Protocol (MCP) path in AI Engineering from Scratch. Start or resume this route when a learner wants to build, secure, debug, verify, or operate MCP clients, servers, transports, gateways, registries, or conformance gates. Teaches one lesson per invocation and records…

rohitg00/ai-engineering-from-scratch · 77 tokens

learn-agent-skills

Focused interactive tutor for the Agent Skills Engineering path in AI Engineering from Scratch. Start or resume this route when a learner wants to create, discover, invoke, secure, evaluate, package, or port Agent Skills. Teaches one lesson per invocation and records evidence in AGENT-SKILLS-LEARNING.md.

rohitg00/ai-engineering-from-scratch · 67 tokens

openmaic

OpenMAIC assistant for setting up, generating, and extending OpenMAIC. Use when the user wants to use OpenMAIC, generate a multi-agent interactive classroom, or build on / extend / customize OpenMAIC and its @openmaic/ SDK (secondary development, 二开) — covers Live Demo or local setup, startup modes, provider keys…

THU-MAIC/OpenMAIC · 98 tokens

kungfu-agent-onboarding

Use when a user asks to understand, start, inspect, extend, or safely operate installed Kungfu; verify the installed pack, select one intent route, personalize the explanation, and propose one smallest safe next action.

kungfu-systems/kungfu · 49 tokens

workshop

Workshop coach for the Research Desk (SEC agents) workshop. Use when the user types /workshop, asks for a workshop act or module ("act 2", "next act", "where am I"), wants a TODO(workshop-N) implemented or explained, or asks for help following WORKSHOP.md.

anthropics/cwc-workshops · 65 tokens

claude-certification

AI Engineering from Scratch 中四条独立 Claude 认证路线的 AI 原生导师与入门流程。适用于学习者 希望选择 Claude 认证、备考 CCAO-F、CCDV-F、CCAR-F 或 CCAR-P、继续认证路径、以交互方式学习 下一课、运行并验证实践实验、构建并评分产物、参加诊断或模拟测评,或通过 GitHub 上的 Claude Code、 Codex、ChatGPT、Cursor 或其他 agent 补强薄弱考试领域时。.

fancyboi999/ai-engineering-from-scratch-zh · 119 tokens