Keysmith — Skill (v1.0.0)
name: keysmith-design description: Use this skill to generate well-branded interfaces and assets for Keysmith, either for production or throwaway prototypes/mocks/etc. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for prototyping. user-invocable: true
Read the README.md file within this skill, and explore the other available files. If creating visual artifacts (slides, mocks, throwaway prototypes, etc), copy assets out and create static HTML files for the user to view. If working on production code, you can copy assets and read the rules here to become an expert in designing with this brand. If the user invokes this skill without any other guidance, ask them what they want to build or design, ask some questions, and act as an expert designer who outputs HTML artifacts or production code, depending on the need.
Quick orientation
Keysmith is a non-custodial agent-wallet product. Dark command-center UI, coral signature accent (#ee6055), dense fintech aesthetic.
- Tokens:
colors_and_type.css— import once at the root - Fonts: Unbounded (display), Outfit (body), JetBrains Mono (data)
- Assets:
assets/(logo, icon, palette, provider SVGs) - Full prototype:
ui_kits/keysmith-app/index.html - Token reference cards:
preview/
Fast rules
- Page bg:
var(--ks-ink)— dark. Never a gradient behind text. - One coral CTA per view. Coral is the hero, not a decoration.
- All numbers / addresses / keys →
var(--font-mono). - Micro-labels: uppercase Outfit 10px / 600 /
letter-spacing: 0.5px. - Pill radius (
9999px) for buttons, chips, inputs. 12px for cards. 16px for modals. - Status colors are semantic — green=money/active, red=destructive, yellow=limits/paused, purple=skills/agent, mist=info/user.
- Emoji allowed ONLY as wallet avatars (Noto Emoji family). No emoji in headings or body copy.
- Icons: Lucide, 1.75 stroke, 12–16px. Inherit currentColor. Don't hand-roll SVGs.