Skills

69 skills · 13 creators

The registry for agent skills.

Onboarding Path
leilaf/onboarding-path

Trace a new user's first ten minutes and list every step that assumes knowledge they don't have.

Offline States
danielv/offline-states

List the screens with no offline story, and what each should show when the network is gone.

Touch Target Sweep
danielv/touch-target-sweep

Report every tap target under 44px and how to grow the hit area without moving the pixels.

Safe Area Check
danielv/safe-area-check

Find fixed elements that ignore the safe area and end up under a notch or a home indicator.

Gesture Audit
danielv/gesture-audit

Check drag and swipe handlers for 1:1 tracking, velocity on release, and interruptibility mid-flight.

Motion Review
danielv/motion-review

Review animation code for the wrong easing, durations over budget, and motion on things tapped all day.

Form Accessibility
eliasm/form-a11y

Check a form for unlabelled inputs, errors announced to nobody, and tab order that jumps.

Image Policy
eliasm/image-policy

Check images for missing dimensions, wrong formats, and the layout shift that follows.

Contrast Pass
eliasm/contrast-pass

Check every text and icon colour against its background and report the pairs that fail WCAG AA.

Dashboard Review
priyad/dashboard-review

Review a dashboard for charts that answer no question, and axes that flatter the numbers.

Dark Mode Sweep
mirabel/dark-mode-sweep

Find colours that are hardcoded rather than tokenised, and any pair whose contrast fails once the theme flips.

Component API Review
mirabel/component-api-review

Review a component's props for boolean traps, prop drilling, and states that should be one union instead of four flags.

Form Error Copy
mirabel/form-error-copy

Rewrite validation messages so they say what went wrong and what to do, in the user's words rather than the validator's.

Spacing Scale Check
mirabel/spacing-scale-check

Find hardcoded pixel margins and paddings that sit off a design system's spacing scale, and suggest the nearest token.

Focus Ring Audit
mirabel/focus-ring-audit

Walk a component tree and report every interactive element with no visible keyboard focus state. Read-only; it lists offenders with file and line.

Empty State Copy
mirabel/empty-state-copy

Write the text for an empty state: what's missing, why, and the one action that fills it. Use when a list, table or dashboard has no rows yet.

Command Palette

Search for a command to run...