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.
npx agentmods add instructions/7nohe/figdeck/claude-mdgit clone --depth 1 https://github.com/7nohe/figdeckWhat 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 | $0.03947 | $0.03947 |
| Opus 5 | $0.01973 | $0.01973 |
| Sonnet 5 | $0.00789 | $0.00789 |
| Haiku 4.5 | $0.00395 | $0.00395 |
Grade A, and why
figdeck CLAUDE.md 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.
How it starts
The opening of the file, as written. The whole thing — 414 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
figdeck converts Markdown files into Figma Slides via a CLI + Figma Plugin architecture. The CLI parses Markdown, starts a WebSocket server, and the Figma Plugin connects as a client to receive slide data and generate slides using figma.createSlide().
Build Commands
# Install dependencies
bun install
# Build all packages
bun run build
# Build CLI only
cd packages/cli && bun run build
# Build Plugin only
cd packages/plugin && bun run build
# Watch mode for CLI development
cd packages/cli && bun run dev
Running
# Initialize a new slides.md template with all syntax examples
bun run packages/cli/dist/index.js init
bun run packages/cli/dist/index.js init -o my-slides.md # custom filename
bun run packages/cli/dist/index.js init --force # overwrite existing
# WebSocket mode: Start CLI server (waits for Plugin connection on port 4141)
# Watch mode is enabled by default - auto-reloads on file changes
bun run packages/cli/dist/index.js serve examples/sample.md
# WebSocket options (default host is 127.0.0.1 for security)
bun run packages/cli/dist/index.js serve slides.md --host 127.0.0.1 --port 4141
# Disable watch mode
bun run packages/cli/dist/index.js serve slides.md --no-watch
# Remote access (requires explicit flag for non-loopback hosts)
bun run packages/cli/dist/index.js serve slides.md --host 0.0.0.0 --allow-remote
# Authentication (auto-generated secret shown in CLI output for remote connections)
bun run packages/cli/dist/index.js serve slides.md --secret my-secret
# JSON output mode: Parse Markdown and output JSON (no server)
bun run packages/cli/dist/index.js build examples/sample.md # stdout
bun run packages/cli/dist/index.js build examples/sample.md -o out.json # file
Architecture
CLI (WebSocket Server) <---> Figma Plugin (WebSocket Client)
port 4141 ui.html connects
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.
- 2d ago First seen · 414 lines · 3,947 tokens per session scan A 17058f1c9bbc
figdeck CLAUDE.md is an instructions file published in the GitHub repository 7nohe/figdeck (4 stars, last pushed 8mo ago), licensed MIT. It adds 3,947 tokens to every session, about $0.0197 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-31.
Other instructions, from other repositories
slide-mcp copilot-instructions.md
Copilot instructions for Rikuto-des/slide-mcp, covering slide-mcp — copilot instructions, generating a deck, layouts (slide.layout), design systems (theme.preset) and minimal example.
figwright AGENTS.md
Instructions for awdr74100/figwright, covering agents.md, architecture, layout, tech stack and commands.
figwright CLAUDE.md
Instructions for awdr74100/figwright: Read AGENTS.md first — it's the single source of guidance for this repo: architecture, layout, tech stack, commands, conventions, release flow, and gotchas.
FigCC AGENTS.md
Instructions for madebypan/FigCC, covering agents.md, project identity, runtime architecture, security invariants and compatibility and storage.
FigCC CLAUDE.md
Instructions for madebypan/FigCC, covering claude.md and claude-specific runtime note.
figma-mcp-free copilot-instructions.md
Instructions for karthikyaddana/figma-mcp-free, covering figma mcp free rules, required flow (do not skip), implementation rules, tool usage guide and node id format.