# Asset Export

> Produce a clean export/delivery spec - right formats, sizes, densities, naming, color profile, optimization - for a set of assets. Use when delivering assets to a client or developer.

- **Type:** Skill
- **Install:** `agentstack add skill-m-binimran-design-pack-asset-export`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [m-binimran](https://agentstack.voostack.com/s/m-binimran)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [m-binimran](https://github.com/m-binimran)
- **Source:** https://github.com/m-binimran/design-pack/tree/main/skills/asset-export

## Install

```sh
agentstack add skill-m-binimran-design-pack-asset-export
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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 (`hero-banner@2x.webp`) - 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).

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [m-binimran](https://github.com/m-binimran)
- **Source:** [m-binimran/design-pack](https://github.com/m-binimran/design-pack)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-m-binimran-design-pack-asset-export
- Seller: https://agentstack.voostack.com/s/m-binimran
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
