design-system-importer

design-system-importer is a skill for Claude Code, Codex from Orkas-AI/Orkas-VideoStudio. It costs 47 tokens per session (1,143 once invoked), scanned A, original, MIT.

A tool for turning reference images, videos, screenshots, brand guides, websites, and design notes into clear visual and timing rules for a video. It records whether each reference should be copied, changed, or used only as inspiration.

In plain words
What is it for?
Use it when composing a video from brand materials, screenshots, an existing website, or a named visual direction. It feeds the extracted style into the composition plan and page used to build the video.
Why use it?
It removes guesswork when a video must follow an existing visual identity or reference. It makes the intended relationship to each reference explicit.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when composing a video from brand materials, screenshots, an existing website, or a named visual direction. It feeds the extracted style into the composition plan and page used to build the video.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orkas-ai/orkas-videostudio/design-system-importer
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 Orkas-AI/Orkas-VideoStudio --skill design-system-importer
Clone the repo
git clone --depth 1 https://github.com/Orkas-AI/Orkas-VideoStudio

Made for: Claude Code, Codex.

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-system-importer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/orkas-ai/orkas-videostudio/design-system-importer"><img src="https://agentmods.dev/badge/skills/orkas-ai/orkas-videostudio/design-system-importer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,143 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
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.00047 $0.01143
Opus 5 $0.00023 $0.00571
Sonnet 5 $0.00009 $0.00229
Haiku 4.5 $0.00005 $0.00114

Measured 13d ago against content hash 7389e0893c83, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

design-system-importer 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 13d 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.

packages/skills/design-system-importer/SKILL.md · 83 lines

How it starts

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

design-system-importer

Use this when COMPOSE or an AUTO compose segment has external reference media or a style source: an image, video, DESIGN.md, brand guide, screenshot, existing website, design notes, or an explicit named visual direction.

Do not use it for ordinary editing, TTS, shot generation, or clip selection. Do not introduce a new user Gate. The output is an internal style extraction that feeds project/composition/composition-manifest.json#art_direction and the hand-authored project/composition/index.html.

Do not use it for vague adjectives like "modern", "clean", "premium", "dynamic", or "more polished" when no source is named. In those cases, let frontend-design choose the aesthetic thesis directly from the video brief.

Reference Intent Before Input Technique

For every supplied image or video, classify the requested relationship before extracting style:

  • reproduce: preserve the declared content, identity, composition, structure, style, motion, timing, or audio axes.
  • edit: use the media as the original, protect unaffected axes, and change only may_change.
  • guide: borrow only declared roles without implying exact fidelity. This is the safe default when intent is unspecified.

Use intent_basis:"user" for explicit requirements and "inferred" only for a fallback. The contract depends on requested intent, not whether the pixels came from a camera, website, design tool, model, or another authoring format. Copy each inspected source into project/composition/assets/references/ and reference that stable local path.

Adapt style; do not copy logos, protected assets, proprietary text, or trademarked UI one-to-one. Keep extraction small enough to fit inside the design contract. Do not load or recreate an entire external design system.

Extract Compact Tokens

Write a style_source object into project/composition/composition-manifest.json#art_direction:

{
  "style_source": {
    "source_type": "brand_system | design_notes | reference_media | existing_product | named_reference",
    "source_basis": "file path, user note, or inspected artifact",
    "adaptation_boundary": "what may be borrowed vs what must not be copied",
    "confidence": "high | medium | low",
    "fidelity_mode": "exact | close | adapt"
  }
}

Read the full file on GitHub · 83 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. 13d ago First seen · 83 lines · 47 tokens per session scan A 7389e0893c83

Subscribe to this mod's changes

design-system-importer is a skill published in the GitHub repository Orkas-AI/Orkas-VideoStudio (486 stars, last pushed 2d ago), licensed MIT. It adds 47 tokens to every session and 1,143 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-30.

Related

Other skills, from other repositories

beautify-with-pingfusi

Beautify or redesign an existing website through iterative pingfusi review rounds with a real human reviewer. Use when asked to "beautify this website," "make this page look professional," "polish this UI/design," "improve the visual design," or finish an AI-built page when there is no reference site to match. Do not…

alex-durango/pingfusi · 95 tokens

fix-with-pingfusi

Fix or polish an existing website clone/draft using pingfusi review rounds. Use when the user says "fix it with pingfusi", "polish this clone", "make this match the original", or asks to finish/verify a draft built by any tool (ditto, lovable, v0, hand-written) until the review passes.

alex-durango/pingfusi · 78 tokens

pixel-perfect-clone

Clone, copy, or replicate a website/page pixel-perfect using pingfusi. Use when the user asks to clone a site or page with pingfusi, copy a webpage's design, replicate a page, or make a pixel-perfect copy of a URL. Drives the full enforced pipeline - capture, numeric gates, behavior reproduction, and review rounds…

alex-durango/pingfusi · 93 tokens

ux-review

Verify a shipped UI against objective design gates — WCAG accessibility, design-token fidelity, responsive/render integrity, interaction & state coverage, and visual regression — by rendering it in a real browser. Use for 'ux review', 'a11y check', 'does this UI hold up', or /ux-review. Enforces design quality; does…

lemoncrow-lab/lemoncrow · 82 tokens

reduced-motion-first-terminal-animation

Pause terminal animations when the user requests reduced motion, then resume cleanly without tearing the rest of the UI.

ychampion/cskill-agents · 29 tokens

scrollback-freeze-optimization

Cache and reuse animated children once they slide into scrollback so terminal resets never occur.

ychampion/cskill-agents · 24 tokens