compose-preview-design-board

compose-preview-design-board is a skill for Claude Code from yschimke/skills. It costs 67 tokens per session (1,628 once invoked), scanned A, original, Apache-2.0.

A layout tool that combines PNG screenshots from Jetpack Compose UI previews into one self-contained HTML board. It groups, orders, and captions the images for import into design tools.

In plain words
What is it for?
Use it to prepare Compose screen previews as a design brief for Claude Design or similar tools. It requires the separate compose-preview tool to create the PNGs.
Why use it?
It keeps related screen previews together instead of leaving a designer with a loose collection of screenshots. The board gives the images shared context.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/user/<project>.

Part of the yschimke-skills plugin — 8 skills shipped together

Good fit Use it to prepare Compose screen previews as a design brief for Claude Design or similar tools. It requires the separate compose-preview tool to create the PNGs.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add yschimke/skills
Claude Code
/plugin install yschimke-skills

Made for: Claude Code.

Or install yschimke-skills, the plugin that ships this one along with the rest of its 8 skills.

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 compose-preview-design-board

README.md
[![agentmods](https://agentmods.dev/badge/skills/yschimke/skills/compose-preview-design-board/github.svg)](https://agentmods.dev/skills/yschimke/skills/compose-preview-design-board)
Your own site
<a href="https://agentmods.dev/skills/yschimke/skills/compose-preview-design-board"><img src="https://agentmods.dev/badge/skills/yschimke/skills/compose-preview-design-board/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 compose-preview-design-board

Your own site · 80×15
<a href="https://agentmods.dev/skills/yschimke/skills/compose-preview-design-board"><img src="https://agentmods.dev/badge/skills/yschimke/skills/compose-preview-design-board.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,628 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00067 $0.01628
Opus 5 $0.00034 $0.00814
Sonnet 5 $0.00013 $0.00326
Haiku 4.5 $0.00007 $0.00163

Measured 10d ago against content hash 400335263aa6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

compose-preview-design-board scanned grade A with 1 finding 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/build-design-board.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL https://raw.githubusercontent.com/yschimke/skills/main/scripts/install.sh \
skills/compose-preview-design-board/SKILL.md · 137 lines

How it starts

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

Compose Preview — Design Board

Assemble the PNGs produced by compose-preview into a single, self-contained HTML design board — categories, groups, captions, and layout — so a set of renders travels as one coherent brief instead of loose screenshots. The board is built for import into Claude Design (and similar design tools).

This skill assumes the compose-preview skill is installed — it owns the renderer, CLI, and Gradle plugin that produce the PNGs this skill arranges. Check first with compose-preview --version; if it's missing, ask the user to run the bootstrap installer (which covers the compose-preview skills):

curl -fsSL https://raw.githubusercontent.com/yschimke/skills/main/scripts/install.sh \
  | bash

Source

This skill is maintained at github.com/yschimke/skills under skills/compose-preview-design-board/. To check for updates, compare the installed copy against main (e.g. git ls-remote https://github.com/yschimke/skills HEAD). The renderer and CLI that produce the input PNGs ship from github.com/yschimke/compose-ai-tools.

When to use this skill

  • You have a set of rendered @Preview PNGs and want to hand them to a designer or to Claude Design as a structured brief — grouped by feature/screen, with captions and intent notes — not a flat folder of images.
  • You want one portable artifact (a single HTML file, images inlined) that can be opened in a browser, served from a branch / GitHub Pages, or dropped into a design tool.

For rendering the previews, see the compose-preview skill. For reviewing a UI PR by diffing base vs head renders, see compose-preview-review. This skill is the export/presentation step that sits on top of those.

Workflow

  1. Render previews. Use the compose-preview CLI to produce PNGs and the manifest of what was rendered:

    compose-preview show --module <m> --json > /tmp/<m>-show.json
    

Read the full file on GitHub · 137 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 137 lines · 67 tokens per session scan A 400335263aa6

Subscribe to this mod's changes

compose-preview-design-board is a skill published in the GitHub repository yschimke/skills (2 stars, last pushed today), licensed Apache-2.0. It adds 67 tokens to every session and 1,628 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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