Leaderboard/Design/skills
Last commit on August 29, 2026·Created on July 10, 2026

jakubkrehel/skills

A technical guide for refining interface accessibility, color systems, and layout precision
Combined rank
#70
across all skills
In Design
#10
category rank
Stars
6.9k
+8.0% in last 7d
Forks
248
+10.2% in last 7d
Watchers
30
+3.4% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection provides a structured framework for UI/UX designers and developers to audit and polish digital interfaces. It focuses on the technical implementation of design systems, from generating semantic color tokens to ensuring compliance with accessibility standards.

By applying these skills, teams can systematize the review of surface depth, optical alignment, and reading order to create more consistent and inclusive user experiences.

WHO IT'S FOR
UI/UX Designers
building color systems and semantic tokens
Frontend Engineers
polishing UI details and layout alignment
Accessibility Specialists
ensuring compliance with accessibility standards
Product Designers
conducting comprehensive interface quality reviews
Repository contents

11 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Setup

Install the full skills collection with skills CLI

Installs: Complete jakubkrehel/skills collection of interface skills

  1. Run this command in a terminal to add the complete repository collection.

    npx skills add jakubkrehel/skills
README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Review the copy in one interface flow

Uses better-writing

  • Path to one screen or flow
  • Optional voice, content-style, or localization guide
Use the better-writing skill to review the product copy in [path to one screen or flow]. Compare it with nearby copy and any supplied voice or localization guide. Check terminology, button labels, errors, links, capitalization, settings labels, and empty states. Return the skill's severity-ordered findings table with file-and-line locations, proposed wording, rationale, verification, and its Block or Approve verdict. Do not modify files.
skills/better-writing/SKILL.md · Checked Sep 18, 2026
Suggested first task

Review one interface layout

Uses better-layout

  • Path to one screen or component
  • Supported viewport sizes
  • Optional project spacing or density rules
Use the better-layout skill to review [path to one screen or component] at the supported viewport sizes I provide. Check grouping, shared alignment edges, reading order, progressive-disclosure cues, control spacing, clipping, localization growth, and RTL-safe logical properties. Return the skill's severity-ordered findings table, mark checks you could not run as Not verified, and finish with its Block or Approve verdict. Do not modify files.
skills/better-layout/SKILL.md · Checked Sep 18, 2026
Suggested first task

Stress-test one existing component

Uses break

  • Path to one existing component
  • Scratch route or temporary-page location
  • Existing app preview or browser setup
Use the break skill on the existing component at [component path]. Read its props, slots, states, and rendered data; list the applicable stress scenarios and the axes you excluded. Then create one temporary in-app harness page that imports the unchanged component and renders each scenario in a labeled single column using fixture data only. Load it once with the project's existing browser or preview setup and report only visible breakages; do not publish the page or connect it to live production data.
skills/break/SKILL.md · Checked Sep 18, 2026