Skills

69 skills · 13 creators

The registry for agent skills.

Stale Flag Sweep
leilaf/stale-flag-sweep

Find feature flags nobody has flipped in months and the code each one still holds hostage.

Offline States
danielv/offline-states

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

Gesture Audit
danielv/gesture-audit

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

Input Validation
sanako/input-validation

Trace untrusted input to where it's used and check the boundary that should have stopped it.

Authorization Review
sanako/authz-review

Check every mutation for a server-side ownership check, not just a hidden button.

Secret Sweep
sanako/secret-sweep

Find credentials in source, history, logs and error messages, and say how to rotate each.

Bundle Diet
eliasm/bundle-diet

Find the imports responsible for a bundle's weight and the smaller thing each one could be.

ARIA Review
eliasm/aria-review

Find ARIA that lies: roles that don't match behaviour, labels that duplicate visible text, and live regions nobody announces.

SQL Readability
priyad/sql-readability

Restructure a long query into CTEs that each say one thing, without changing the plan.

Error Path Review
jonasl/error-path-review

Check what happens when each call fails — swallowed errors, empty catches, and retries with no ceiling.

Refactor Safety Net
jonasl/refactor-safety-net

Write the characterisation tests that let a refactor start, before touching the code.

Type Narrowing
jonasl/type-narrowing

Replace `any` and unchecked casts with types that make the invalid states unrepresentable.

Test Gaps
jonasl/test-gaps

Read a module and its tests, then list the behaviours nothing covers — ranked by what breaking would cost.

API Reference Pass
noorh/api-reference-pass

Check a reference for undocumented parameters, stale examples, and return values nobody described.

Env Var Audit
ayaan/env-var-audit

List every environment variable a service reads, which are required, and which have silent defaults.

Transaction Boundaries
tomaszk/transaction-boundaries

Find writes that should be atomic and aren't — multi-step mutations with no transaction around them.

Migration Review
tomaszk/migration-review

Check a database migration for locks that block writes, missing backfills, and changes that can't be rolled back.

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.

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.

Command Palette

Search for a command to run...