design-spec

design-spec is a skill for Claude Code, Codex from gowtham012/Claude-plugins. It costs 33 tokens per session (354 once invoked), scanned A, original, MIT.

A tool that creates a design specification from a video. A design specification records colors, interface components, exact text, spacing clues, and movement between screens.

In plain words
What is it for?
Use it to document color tokens, detected components, screen copy, layout hints, and animation details from a recording.
Why use it?
It turns a visual reference into an organized document that developers and designers can use when rebuilding the interface.

Skill for Claude CodeCodex

Part of the video-insight plugin — 17 skills shipped together

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/gowtham012/claude-plugins/design-spec
Any agent
npx skills add gowtham012/Claude-plugins --skill design-spec
Clone the repo
git clone --depth 1 https://github.com/gowtham012/Claude-plugins

Made for: Claude Code, Codex.

Or install video-insight, the plugin that ships this one along with the rest of its 17 skills.

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 design-spec

README.md
[![agentmods](https://agentmods.dev/badge/skills/gowtham012/claude-plugins/design-spec.svg)](https://agentmods.dev/skills/gowtham012/claude-plugins/design-spec)
Your own site
<a href="https://agentmods.dev/skills/gowtham012/claude-plugins/design-spec"><img src="https://agentmods.dev/badge/skills/gowtham012/claude-plugins/design-spec.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 354 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.00033 $0.00354
Opus 5 $0.00016 $0.00177
Sonnet 5 $0.00007 $0.00071
Haiku 4.5 $0.00003 $0.00035

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

Security

Grade A, and why

design-spec 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 4d 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.

video-insight/skills/design-spec/SKILL.md · 49 lines

What it actually says

Generate design spec from video: $ARGUMENTS

Steps

  1. Call MCP tool mcp__video-insight__design_spec with video_path = $0.
  2. Read keyframe images from keyframes_dir and burst frames from burst_frames_dir.
  3. Use color_tokens for semantic assignments (background/surface/accent/text).
  4. Use text_inventory for exact copy per scene.
  5. Use motion_inventory to document transitions.
  6. Infer components from keyframe images.
  7. Output a structured spec:
## Design Spec: <filename>

### Metadata
- Type / Duration / Scenes / Resolution

### Color Tokens
| Token | Hex | Usage |
|-------|-----|-------|
| background | #141414 | Page background |
| surface | #2a2a2a | Cards |
| accent | #c8921c | CTAs |
| text | #f0f0f0 | Primary text |

### Full Palette
[swatches with hex + proportion]

### Components Detected
- [Component name, layout, state variants]

### Copy Inventory
scene_0: ["Headline", "CTA", ...]

### Motion Catalogue
| Scene | Type | CSS |
|-------|------|-----|
| scene_0 | animation | transition: all 0.4s ease |
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. 4d ago First seen · 49 lines · 33 tokens per session scan A e74522c8e73e

Subscribe to this mod's changes

design-spec is a skill published in the GitHub repository gowtham012/Claude-plugins (5 stars, last pushed 5mo ago), licensed MIT. It adds 33 tokens to every session and 354 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

diagram-generation

Generate self-contained HTML architecture diagrams. Use when creating visual diagrams for PRs, task plans, or architectural explanations.

comet-ml/opik · 26 tokens

visualize

Render a polished visual inline in the chat as part of your answer — a diagram, a chart, an interactive explainer, or a UI mockup. Load it proactively whenever an explanation would land better as a picture than as prose. Do not wait to be asked.

vellum-ai/vellum-assistant · 57 tokens

vellum-workspace-theme

Customize the app's visual theme — author design-token overrides (accent, background, surfaces, text, message-bubble colors) in the workspace ui/theme.json, validated by the assistant runtime and applied live to connected clients. Covers the token slots, the all-or-none override groups, the contrast floor, and reading…

vellum-ai/vellum-assistant · 72 tokens

vellum-avatar

Customize the assistant's avatar - build a native character, upload an image, or generate one with AI.

vellum-ai/vellum-assistant · 24 tokens

shieldcn-badges

Create polished shieldcn README badges, badge groups, charts, headers, sponsors grids, and full README hero sections. Use when a user wants shadcn/ui-styled badges, Shields.io replacement, npm/GitHub/CI/status badges, download charts, README header banners, contributor/sponsor images, or README Studio guidance.…

jal-co/shieldcn · 145 tokens

figma-expert

Figma design expert for components, auto-layout, design systems, and developer handoff.

RightNow-AI/openfang · 22 tokens