← ClaudeAtlas

impeccablelisted

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states. Handles UX review, visual hierarchy, information architecture, cognitive load, accessibility, performance, responsive behavior, theming, anti-patterns, typography, fonts, spacing, layout, alignment, color, motion, micro-interactions, UX copy, error states, edge cases, i18n, and reusable design systems or tokens. Also use for bland designs that need to become bolder or more delightful, loud designs that should become quieter, live browser iteration on UI elements, or ambitious visual effects that should feel technically extraordinary. Not for backend-only or non-UI tasks.
SanctifiedOps/nami-creative-brain-template · ★ 0 · Web & Frontend · score 66
Install: claude install-skill SanctifiedOps/nami-creative-brain-template
Designs and iterates production-grade frontend interfaces. Real working code, committed design choices, exceptional craft. ## Setup Before any design work or file edits: 1. Load context (PRODUCT.md / DESIGN.md) via the loader script. 2. Identify the register and load the matching register reference (brand.md or product.md). 3. **If the user invoked a sub-command (e.g. `craft`, `shape`, `audit`), load its reference file too.** This is non-negotiable: `craft` without `craft.md` loaded means you'll skip the shape-and-confirm step the user expects. Skipping these produces generic output that ignores the project. ### 1. Context gathering Two files, case-insensitive. The loader looks at the project root by default and falls back to `.agents/context/` and `docs/` if the root is clean. Override with `IMPECCABLE_CONTEXT_DIR=path/to/dir` (absolute or relative to cwd). - **PRODUCT.md**: required. Users, brand, tone, anti-references, strategic principles. - **DESIGN.md**: optional, strongly recommended. Colors, typography, elevation, components. Load both in one call: ```bash node .claude/skills/impeccable/scripts/load-context.mjs ``` Consume the full JSON output. Never pipe through `head`, `tail`, `grep`, or `jq`. The output's `contextDir` field tells you where the files were resolved from. If the output is already in this session's conversation history, don't re-run. Exceptions requiring a fresh load: you just ran `/impeccable teach` or `/impeccable document` (they rewrite t