ui-ux-pro-max

ui-ux-pro-max is a skill for Claude Code, Codex from maxrave-dev/SimpMusic. It costs 207 tokens per session (2,313 once invoked), scanned B, original, GPL-3.0.

A UI and user-experience design guide for building interfaces across web and mobile technology stacks.

In plain words
What is it for?
Use it to plan, build, review, fix, improve, or refactor websites, landing pages, and interface code in the listed stacks.
Why use it?
It gives coding work a defined visual direction instead of leaving layout, colors, fonts, charts, and interaction choices unspecified.

Skill for Claude CodeCodex

About the project

SimpMusic is a free and open-source music app for Android and desktop that uses YouTube Music and YouTube as its music backend. It is for people who want to browse, stream, organize, and listen to music with features such as lyrics, equalization, playlists, analytics, caching, and offline playback. The catalogue entries are skills, an instruction, and an agent associated with the app's development.

maxrave-dev/SimpMusic · 10,953 stars · on GitHub · simpmusic.org

Install

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.

agentmods
npx agentmods add skills/maxrave-dev/simpmusic/ui-ux-pro-max
Any agent
npx skills add maxrave-dev/SimpMusic --skill ui-ux-pro-max
Clone the repo
git clone --depth 1 https://github.com/maxrave-dev/SimpMusic

Made for: Claude Code, Codex.

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 ui-ux-pro-max

README.md
[![agentmods](https://agentmods.dev/badge/skills/maxrave-dev/simpmusic/ui-ux-pro-max.svg)](https://agentmods.dev/skills/maxrave-dev/simpmusic/ui-ux-pro-max)
Your own site
<a href="https://agentmods.dev/skills/maxrave-dev/simpmusic/ui-ux-pro-max"><img src="https://agentmods.dev/badge/skills/maxrave-dev/simpmusic/ui-ux-pro-max.svg" alt="Measured on agentmods" height="20"></a>
Per session 207 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,313 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin unknown 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.00207 $0.02313
Opus 5 $0.00103 $0.01156
Sonnet 5 $0.00041 $0.00463
Haiku 4.5 $0.00021 $0.00231

Measured 6d ago against content hash 431fc71b9b9c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade B, and why

ui-ux-pro-max scanned grade B 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 6d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/core.py, scripts/search.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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo apt update && sudo apt install python3
.claude/skills/ui-ux-pro-max/SKILL.md · 229 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 6d ago First seen · 229 lines · 207 tokens per session scan B 431fc71b9b9c

Subscribe to this mod's changes

ui-ux-pro-max is a skill published in the GitHub repository maxrave-dev/SimpMusic (10,953 stars, last pushed yesterday), licensed GPL-3.0. It adds 207 tokens to every session and 2,313 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

compose-state-authoring

Use when writing or reviewing Jetpack Compose code with bare local var in a @Composable, remember { mutableStateOf(...) }, mutableStateListOf/mutableStateMapOf, or @ReadOnlyComposable.

costular/Minitask · 46 tokens

compose-state-holder-ui-split

Use when a Jetpack Compose screen-level composable takes a ViewModel/component/controller, collects state or effects, handles navigation/snackbars, or wires callbacks while also rendering layout.

costular/Minitask · 43 tokens

compose-ui-testing-patterns

Use when writing or reviewing Jetpack Compose UI tests, screenshot tests, previews, semantics assertions, fake image loading, keyboard input, focus assertions, interaction state (hover/pressed/focused), or tests for plain state-driven UI composables.

costular/Minitask · 54 tokens

compose-focus-navigation

Use when writing or reviewing Jetpack Compose UI for TV, keyboard, desktop, accessibility focus, D-pad navigation, FocusRequester, focusProperties, key events, or initial focus behavior.

costular/Minitask · 41 tokens

kotlin-coroutines-structured-concurrency

Use when writing or reviewing Kotlin code that stores CoroutineScope, launches from init/non-suspending APIs, calls runBlocking, or catches broad exceptions around suspend calls.

costular/Minitask · 42 tokens

compose-stability-diagnostics

Use when writing or reviewing Jetpack Compose parameter stability, compiler reports, skippability, unstable UI state classes, collection parameters, or Kotlin 2.0+ strong skipping behavior.

costular/Minitask · 43 tokens