npx skills add https://www.modelscope.cn/collections/leex852/godot-Developer
outthislife/brooklyn-skills · Archived
ui-system
>- Reuse existing UI primitives, CSS vars, and DESIGN.md patterns instead of inventing new buttons, colors, borders, shadows, or helpers — including when implementing a Figma file, mock, or screenshot. Use for Desktop/web/TUI UI work, redesigns, or when the user mentions shared primitives, tw4, Figma, or UI patterns.
Installation
npx skills add outthislife/brooklyn-skills --skill ui-system
Stronger alternatives
This repository is archived — consider an actively maintained alternative.
List my open MRs/PRs in the current repo/worktree, each with its tracker ticket. Use when I inv…
37 installsPolish your own diff by hand with KISS/DRY and local style — the pre-handoff pass, not a test r…
20 installsRead-only investigation mode: answer and report findings first, change no code until told to go…
10 installsProve a visual change by looking at the rendered surface — screenshot it and compare to the ref…
8 installsSimilar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Guidance for distinctive, intentional visual design when building new UI or reshaping an existi…
866.4K installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsDebug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe …
568.9K installsAlso in this package
Other skills from outthislife/brooklyn-skills · top by installs.
npx skills add outthislife/brooklyn-skills
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md2,195 B -
docs
SUMMARY.md334 B
History
- First seen on skills.sh
- First recorded snapshot · 9 installs
SKILL.md
UI System
Reuse what the app already has. Don't invent a parallel UI kit.
Do
- Read
DESIGN.md/ area docs for the surface you're in. - Find the existing component/helper (button, input, dialog, progress,
relative-time, dropdown, back row, …). Copy how Settings / Projects / etc. already do it.
- Prefer a variant on an existing primitive over a new component.
- Colors/spacing/type from existing CSS vars / tokens (including the
app's Tailwind v4 setup). No one-off hex/shadow stacks.
- Match the app's look: if the app doesn't use borders/shadows/sparkles,
neither does your feature.
Don't
- New button/input/modal implementations
- Local color palettes or decorative chrome
- Duplicate formatters (time, etc.) — use the shared ones
- New borders, backgrounds, shadows, sparkles, or badges the surrounding app
doesn't already use — match the neighboring surface exactly
- Section chrome that nowhere else uses
Working from a design
Figma file, mock, or screenshot: match it — spacing, contrast, placement — before inventing anything.
- Pull the design context (Figma MCP if available, else the screenshot/mock).
- Map it to existing primitives and tokens before building anything new.
- Layout and structure first, then content.
- Match spacing, padding, contrast, and states exactly. Check the details —
no white-on-white, no doubled padding, correct CTA contrast.
- Optimize exported assets (SVGO for SVGs).
- Don't approximate spacing or colors the design specifies, and don't add
chrome neither the design nor the app has.
If you can't find the primitive, search harder or ask — don't quietly make one.
While still iterating on look, follow ui-only (no tsc/lint/commit yet). Once they like it, confirm against the design with visual-verify.