design-elevation — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited design-elevation (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill transforms functional visual outputs into polished, professional designs by applying systematic design thinking and refinement protocols.
Follow Alla Kholmatova's design systems framework: every design decision is either a functional pattern (what users interact with — structure, layout, components) or a perceptual pattern (how it feels — color, typography, spacing, motion). Both layers must be intentional.
All design decisions should map to Tailwind CSS as the shared design language. This means:
When writing CSS or HTML, use Tailwind utility classes. When defining design tokens for other formats (presentations, documents), translate Tailwind values into the target medium.
When creating ANY visual output:
references/grid-systems.mdreferences/elevation-protocol.mdreferences/design-interrogation.mdreferences/technique-catalog.mdreferences/data-visualization.mdreferences/grid-systems.mdreferences/data-visualization.mdreferences/grid-systems.mdtransition-all duration-200 ease-out as defaultTailwind's type scale is the foundation. Layer these refinements:
font-sans (Inter/system) for UI, font-serif for editorialtracking-tight for display text (text-3xl and above)leading-relaxed for body textfont-semibold for emphasis over font-bold — subtler hierarchytabular-numsreferences/typography-scales.md for scale selectionTailwind's palette is the source of truth:
gray neutrals (not pure black/white)text-gray-900 for primary text, text-gray-500 for secondary, text-gray-400 for tertiarybg-white or bg-gray-50 for backgrounds — never stark white with stark blackreferences/color-systems.md for full systemTailwind's spacing scale provides the rhythm:
4 (1rem / 16px) for most UIp-4 to p-6 (16-24px)py-12 to py-20 (48-80px)gap-4 for tight, gap-6 for comfortable, gap-8 for spaciousreferences/spacing-systems.md for patternsrounded-lg as default for cards, rounded-md for buttonsborder border-gray-100 for subtle card separationshadow-sm for cards; reserve shadow-lg for modals/overlayshover:bg-gray-50 for interactive elementstransition-colors duration-150 as defaultUse these as illustrations of principles, not as the system itself. The system is Tailwind + Kholmatova's framework. These exemplars show what excellence looks like:
Refer to references/design-exemplars.md for specific techniques to borrow.
When building for Trimble products or when Modus styling is requested, Modus tokens override Tailwind defaults:
#0063A3 Trimble Blue (not Tailwind blue-600)4px everywhere (not rounded-lg)0 0 4px rgba(36,35,45,0.3) uniform (not directional)references/modus-design-system.mdWhen building for IBM products or when Carbon styling is requested, Carbon tokens override Tailwind defaults:
#0f62fe Blue 60 (not Tailwind blue-600)0 everywhere (not rounded-lg) — Carbon's signature sharp corners#161616 Gray 100 (not Tailwind gray-900)#f4f4f4) for depthreferences/carbon-design-system.mdWhen building Shopify apps or when Polaris styling is requested, Polaris tokens override Tailwind defaults:
#303030 dark (not blue!)#005bd3#f1f1f1 (not white)8px for cards, 6px for buttonsreferences/polaris-design-system.mdWhen building Adobe products or when Spectrum styling is requested, Spectrum tokens override Tailwind defaults:
#0D80D8 (light) / #2A9AF4 (dark)4px for controls, 8px for cardsreferences/spectrum-design-system.mdWhen building Salesforce apps or when Lightning/SLDS styling is requested, SLDS tokens override Tailwind defaults:
#0176d3 (not Tailwind blue-600)4px (0.25rem) everywhere#181818 (not Tailwind gray-900)slds- prefix utility classesreferences/lightning-design-system.md#000000 with text-gray-900#ffffff with bg-gray-50 for backgroundsrounded-lg consistently, not mixed radiip-8 or p-12 on hero sectionstracking-tightshadow-blue-500/10 instead of blackborder-gray-100 instead of border-gray-300text-gray-500 for supporting text, not smaller typetabular-nums on all number columnstext-xs text-gray-400For efficiency, load resources in this order:
references/elevation-protocol.md — Always load firstreferences/data-visualization.md — Load when any data/charts involvedreferences/technique-catalog.md — Load for specific techniquesreferences/design-interrogation.md — Load for quality checksreferences/modus-design-system.md — Load when Trimble/Modus styling is requestedreferences/carbon-design-system.md — Load when IBM/Carbon styling is requestedreferences/polaris-design-system.md — Load when Shopify/Polaris styling is requestedreferences/spectrum-design-system.md — Load when Adobe/Spectrum styling is requestedreferences/lightning-design-system.md — Load when Salesforce/Lightning styling is requestedEvery delivered visual should:
Unless explicitly asked, apply all design thinking internally. The user sees only the polished result. Document design decisions in code comments for HTML/CSS, or in speaker notes for presentations, but don't explain the process unless requested.
Great design is invisible when done right. The user should feel the quality without seeing the effort.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.