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.
npx agentmods add skills/pillip/claude-dev-kit/desktop-uiuxnpx skills add pillip/claude-dev-kit --skill desktop-uiuxgit clone --depth 1 https://github.com/pillip/claude-dev-kitWrote 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.
[](https://agentmods.dev/skills/pillip/claude-dev-kit/desktop-uiux)<a href="https://agentmods.dev/skills/pillip/claude-dev-kit/desktop-uiux"><img src="https://agentmods.dev/badge/skills/pillip/claude-dev-kit/desktop-uiux.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00043 | $0.12955 |
| Opus 5 | $0.00022 | $0.06477 |
| Sonnet 5 | $0.00009 | $0.02591 |
| Haiku 4.5 | $0.00004 | $0.01295 |
Grade A, and why
desktop-uiux 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 649 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Kit Preamble — desktop-uiux
Kit Script Root
Kit root: ${CLAUDE_PLUGIN_ROOT}
- Absolute path above → plugin install (substituted at load time; no project
scripts/dir): prefix every kit script command with it, e.g.bash <kit-root>/scripts/checkpoint.sh …. Absolute paths also work from worktrees. - Literal
${…}placeholder above → standalone layout: run commands as written.
Project Context Detection
Run these checks silently at the start. Use results to adapt behavior:
[ -f issues.md ]— if true, this project uses the sprint system. Respect issue numbering and STATUS.md.[ -f docs/sprint_state.md ]— if true and Status showsrunning, a sprint is active. Be aware of parallel work in worktrees.[ -f docs/prd_digest.md ]— if true, read it for quick project context before starting.
Kit Rules
- Verify
gh auth statusbefore any GitHub operation.
Prerequisites
/kickoffmust be run first so that the following files exist:docs/ux_spec.md(core input — IA, flows, screen inventory)docs/requirements.md(functional/non-functional requirements)docs/architecture.md(tech stack reference)
- The PRD file is supplementary reference. If kickoff outputs are missing, guide the user to run
/kickoff.
Algorithm
Phase 1 — Context Gathering
- Read kickoff outputs (required):
docs/ux_spec.md— extract screen inventory, IA, flowsdocs/requirements.md— identify UI elements from functional requirementsdocs/architecture.md— confirm tech stack, API endpoints
- Read PRD (
$ARGUMENTSorPRD.md) as supplementary context. Ifdocs/prd_digest.mdexists, read it for quick PRD summary. - If
docs/ux_spec.mddoes not exist:- Stop and tell the user: "Kickoff outputs are missing. Please run
/kickoff PRD.mdfirst." - Exception: if the user explicitly wants to skip kickoff, proceed with PRD only (warn about limited context).
- Stop and tell the user: "Kickoff outputs are missing. Please run
- Check for existing shared assets:
docs/design_philosophy.md— check if already generated by web/uiuxdocs/copy_guide.md— check if already generated by web/uiux
- Scan the project for existing desktop code, then choose the working mode:
- Glob for
**/electron/**,**/main.ts,**/preload.ts,**/electron-builder.*,**/forge.config.*,**/*.tsx,**/*.ts - If found, read key files to understand current design patterns and tech stack.
- Glob for
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.
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.
- 4d ago First seen · 649 lines · 43 tokens per session scan A 21a9177b11cc
desktop-uiux is a skill published in the GitHub repository pillip/claude-dev-kit (11 stars, last pushed 2d ago), licensed MIT. It adds 43 tokens to every session and 12,955 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-30.
Other skills, from other repositories
taiyi-ui-design
TaiyiForge 第 4 阶段 — UI/UX 契约,产出 UI-DESIGN.md。四端通用。.
ralph-specum
Use only when the user explicitly invokes $ralph-specum, requests Ralph Specum in Codex, or asks Ralph Specum to handle a named phase or optional prototype.
ralph-specum-prototype
This skill should be used only when the user explicitly invokes $ralph-specum-prototype, or explicitly asks Ralph Specum in Codex to run, resume, quick-run, or cancel an optional prototype.
create-theme
Use this skill when the user wants a reusable house style for open-sheet workbooks — "make a theme with our brand colours", "all our spreadsheets should look like this", "create a corporate template". Writes themes/ .md and an optional demo workbook the gallery previews.
a11y
Accessibility. WCAG 2.1 AA/AAA, a11y audit, color contrast, keyboard navigation, screen reader, Axe, Pa11y, Lighthouse.
designsystem
Design system architecture. design tokens, theme systems, Figma to code, component API, Storybook, light/dark, versioning.