asset-spec

Generate per-asset spec Markdown files and update the manifest from PRDs and design bible.

39|6|Updated May 3, 2026
One-click install
npx skills add https://github.com/cenconq25/claude-code-app-studio --skill asset-spec-cenconq25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asset-spec
Source: https://github.com/cenconq25/claude-code-app-studio/tree/main/.claude/skills/asset-spec
Command: npx skills add https://github.com/cenconq25/claude-code-app-studio --skill asset-spec-cenconq25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridges the gap between design and production by generating per-asset specs and AI prompts from PRDs and the design bible, ensuring consistent asset delivery.

Core Features & Use Cases

  • Generates per-asset spec Markdown files at design/assets/<asset-name>.md
  • Updates a running manifest at design/assets/manifest.md
  • Seeds AI-generation prompts from design bible tokens and style anchors
  • Supports app-icon and splash as special-case assets
  • Works from either a single asset name or system/screen scope

Quick Start

Run the asset-spec skill with an asset-name, system, or splash to generate per-asset specs and update the manifest.

Frequently Asked Questions about asset-spec

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate AI prompts for design assets from a PRD?

Generating AI prompts for design assets from a PRD involves automating the extraction of design bible tokens to seed asset specifications. This ensures consistent asset delivery by bridging design and production workflows.

What is the best way to maintain an asset manifest for icons and splash screens?

Maintaining an asset manifest involves automating updates to a central manifest.md file whenever a new per-asset specification is generated. This tracks app icons, splash screens, and other assets across the design system.

Can I create specifications for a specific screen scope instead of individual assets?

Yes, you can create specifications for a specific screen scope or system scope rather than just individual assets. The generation process supports taking either a single asset name or a broader system scope to produce the needed design files.

Does this design workflow tool support special-case assets like app icons?

Yes, this design workflow tool supports special-case assets like app icons and splash screens. It generates dedicated per-asset spec Markdown files for these cases while updating the running manifest.

How do I write per-asset spec Markdown files for illustrations?

Writing per-asset spec Markdown files for illustrations requires extracting style anchors and design tokens from your design bible. The output is written to design/assets/<asset-name>.md to document specific illustration requirements.