asset-export

asset-export is a skill for Claude Code, Codex from m-binimran/design-pack. It costs 41 tokens per session (325 once invoked), scanned A, original, MIT.

A delivery specification and manifest for preparing assets with the correct file type, dimensions, resolution, name, colour profile, compression, and licence information.

In plain words
What is it for?
Preparing logos, icons, web images, print files, and videos for developers, clients, or production use.
Why use it?
It avoids handoff problems such as oversized files, unsuitable formats, incorrect print colours, or confusing filenames.

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/m-binimran/design-pack/asset-export
Any agent
npx skills add m-binimran/design-pack --skill asset-export
Clone the repo
git clone --depth 1 https://github.com/m-binimran/design-pack

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 asset-export

README.md
[![agentmods](https://agentmods.dev/badge/skills/m-binimran/design-pack/asset-export.svg)](https://agentmods.dev/skills/m-binimran/design-pack/asset-export)
Your own site
<a href="https://agentmods.dev/skills/m-binimran/design-pack/asset-export"><img src="https://agentmods.dev/badge/skills/m-binimran/design-pack/asset-export.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 325 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.1 $0.00041 $0.00325
Opus 5 $0.00020 $0.00162
Sonnet 5 $0.00008 $0.00065
Haiku 4.5 $0.00004 $0.00032

Measured 5d ago against content hash 565cf8f2e5c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

asset-export 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 5d 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.

skills/asset-export/SKILL.md · 25 lines

What it actually says

asset-export

Deliverables that drop straight into production: correct format, size, name, and weight.

Process

  1. Map each asset to its use: logo -> SVG (+ PNG fallback); icons -> SVG; raster -> WebP/AVIF or optimized PNG/JPG; print -> PDF/CMYK with bleed; video -> MP4/WebM.
  2. Densities: @1x/@2x/@3x for raster UI assets; responsive sizes for web heroes.
  3. Name lowercase kebab-case with density suffix ([email protected]) - the asset-naming-guard hook checks.
  4. Optimize: compress, strip metadata bloat; keep heroes lean (don't ship 8MB images).
  5. Colour profile: sRGB for screen, CMYK for print; embed where needed.
  6. Manifest: list file -> format -> size -> source -> license (templates/ASSET-MANIFEST.md).

Output

  • The export spec / manifest (file, format, dimensions, density, profile, optimization, license) ready for handoff.

Guardrails

  • Lowercase kebab-case names; right format per use; optimized weights.
  • Don't embed big binaries in text or commit large exports to git (the large-asset-guard hook).
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. 5d ago First seen · 25 lines · 41 tokens per session scan A 565cf8f2e5c4

Subscribe to this mod's changes

asset-export is a skill published in the GitHub repository m-binimran/design-pack (3 stars, last pushed 2mo ago), licensed MIT. It adds 41 tokens to every session and 325 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

llamaindex

Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval, or building RAG pipelines. Best for data-centric LLM…

davila7/claude-code-templates · 70 tokens

prepare-mcp-integration

Prepare MCP/vendor integrations through cited research, a content PR, exact-revision human approval, and one governed Paperclip connector PR per approved connection. Use for new integration research and delivery; not for ad hoc connector coding that bypasses the playbooks.

paperclipai/paperclip · 56 tokens

agent-builder

Draft new agents and attach scheduled automations to them. Depth-1 cap; drafts only — a human must publish via the UI.

TesslateAI/OpenSail · 30 tokens

swarmclaw

AI agent runtime and multi-agent orchestration platform. Teaches agents how to use SwarmClaw's 6 primitive tools, persistent memory, dreaming, delegation, connectors, credentials, and the skill system. Use when an agent is running on SwarmClaw and needs to understand the platform's capabilities.

swarmclawai/swarmclaw · 67 tokens

llamaindex

Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval, or building RAG pipelines. Best for data-centric LLM…

OpenLAIR/dr-claw · 70 tokens

llamaindex

Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval, or building RAG pipelines. Best for data-centric LLM…

synthetic-sciences/openscience · 70 tokens