Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
oakoss avatar

Asset Manager

  • 85 installs
  • 14 repo stars
  • Updated March 2, 2026
  • oakoss/agent-skills

Helps with ai & agent building tasks during AI-assisted development.

About

asset-manager is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • asset-manager
  • AI & Agent Building
  • AI-coding skill

Asset Manager by the numbers

  • 85 all-time installs (skills.sh)
  • +4 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #5,034 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/oakoss/agent-skills --skill asset-manager

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs85
repo stars14
Last updatedMarch 2, 2026
Repositoryoakoss/agent-skills

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

Asset Manager

Manages design assets across projects: directory organization, naming conventions, image/font optimization, brand libraries, and version control. Use when assets need to be organized, compressed, converted to modern formats, or tracked across releases. Not for runtime image transformations or CDN configuration beyond path prefixing.

Quick Reference

TaskTool / ApproachKey Points
Image optimizationSharpResize, compress, convert to WebP/AVIF/JPEG/PNG
SVG optimizationSVGO (v4+)removeViewBox and removeTitle off by default in v4
Font conversionwoff2_compress, sfnt2woffTTF/OTF to WOFF2 (primary) + WOFF (fallback)
Font subsettingGlyphhangerRemove unused glyphs, auto-detect from crawled pages
Responsive imagesSharp breakpointsGenerate mobile (640), tablet (768), desktop (1920) variants
Asset versioningSHA-256 hash trackingasset-versions.json manifest with change detection
Large files in gitGit LFSTrack PSD, AI, Sketch, Figma, MP4, MOV files
Brand assetsTyped manifestBrandAssets interface with logos, colors, typography

Directory Structure

DirectoryContents
assets/images/{category}/Products, team, marketing, UI images
assets/icons/svg/SVG icon files
assets/fonts/{family}/WOFF2 + WOFF font files
assets/videos/Video assets
assets/logos/svg/, png/, variants/Logo formats and color variants
brand/Colors JSON, typography JSON, guidelines

Naming Conventions

Asset TypePatternExample
Images{category}-{description}-{size}.{format}product-hero-1920x1080.jpg
Icons{icon-name}-{variant}.svghome-outline.svg
Fonts{font-family}-{weight}.{format}Inter-Regular.woff2
Logoslogo-{variant}.{format}logo-full.svg, logo-white.svg

Optimization Targets

FormatToolUse Case
WebPSharpPrimary web images
AVIFSharpModern browsers, best compression
JPEGSharp (mozjpeg)Fallback photos
PNGSharpUI elements with transparency
SVGSVGOIcons and logos
WOFF2woff2_compressPrimary web fonts
WOFFsfnt2woffFont fallback

Pipeline Steps

StepAction
OrganizeSort unsorted assets by naming rules into directories
Optimize imagesResize, compress, generate WebP/AVIF variants
Responsive imagesGenerate mobile/tablet/desktop breakpoint sizes
Optimize fontsConvert TTF/OTF to WOFF2 + WOFF
VersionHash-based tracking with asset-versions.json

Common Mistakes

MistakeFix
Committing raw design files to gitUse Git LFS for PSD, AI, Sketch, Figma, video files
Serving original-size imagesGenerate responsive variants at breakpoints
Using only JPEG/PNGGenerate WebP + AVIF with fallbacks
No font subsettingUse Glyphhanger to subset unused glyphs
Missing font-display: swapAlways set on @font-face to avoid FOIT
No CDN for assetsPrefix asset paths with CDN_URL env variable
Using imagemin for new projectsUse Sharp directly; imagemin is unmaintained
Using SVGO v3 plugin config with v4removeViewBox and removeTitle are off by default in v4

Delegation

  • Discover asset organization patterns in a codebase: Use Explore agent to find existing asset directories, naming conventions, and optimization scripts
  • Optimize a batch of images or fonts: Use Task agent to run Sharp pipelines, font conversions, and responsive image generation
  • Plan a complete asset pipeline: Use Plan agent to design directory structure, naming conventions, optimization steps, and CI integration

References

  • Organization
  • Image Optimization
  • Font Management
  • Version Control
  • Brand Library
  • Best Practices

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.