Skills
69 skills · 13 creators
The registry for agent skills.
Stale Flag Sweepleilaf/stale-flag-sweep
Find feature flags nobody has flipped in months and the code each one still holds hostage.
leilaf/stale-flag-sweepFind feature flags nobody has flipped in months and the code each one still holds hostage. Offline Statesdanielv/offline-states
List the screens with no offline story, and what each should show when the network is gone.
danielv/offline-statesList the screens with no offline story, and what each should show when the network is gone. Gesture Auditdanielv/gesture-audit
Check drag and swipe handlers for 1:1 tracking, velocity on release, and interruptibility mid-flight.
danielv/gesture-auditCheck drag and swipe handlers for 1:1 tracking, velocity on release, and interruptibility mid-flight. Input Validationsanako/input-validation
Trace untrusted input to where it's used and check the boundary that should have stopped it.
sanako/input-validationTrace untrusted input to where it's used and check the boundary that should have stopped it. Authorization Reviewsanako/authz-review
Check every mutation for a server-side ownership check, not just a hidden button.
sanako/authz-reviewCheck every mutation for a server-side ownership check, not just a hidden button. Secret Sweepsanako/secret-sweep
Find credentials in source, history, logs and error messages, and say how to rotate each.
sanako/secret-sweepFind credentials in source, history, logs and error messages, and say how to rotate each. Bundle Dieteliasm/bundle-diet
Find the imports responsible for a bundle's weight and the smaller thing each one could be.
eliasm/bundle-dietFind the imports responsible for a bundle's weight and the smaller thing each one could be. ARIA Revieweliasm/aria-review
Find ARIA that lies: roles that don't match behaviour, labels that duplicate visible text, and live regions nobody announces.
eliasm/aria-reviewFind ARIA that lies: roles that don't match behaviour, labels that duplicate visible text, and live regions nobody announces. SQL Readabilitypriyad/sql-readability
Restructure a long query into CTEs that each say one thing, without changing the plan.
priyad/sql-readabilityRestructure a long query into CTEs that each say one thing, without changing the plan. Error Path Reviewjonasl/error-path-review
Check what happens when each call fails — swallowed errors, empty catches, and retries with no ceiling.
jonasl/error-path-reviewCheck what happens when each call fails — swallowed errors, empty catches, and retries with no ceiling. Refactor Safety Netjonasl/refactor-safety-net
Write the characterisation tests that let a refactor start, before touching the code.
jonasl/refactor-safety-netWrite the characterisation tests that let a refactor start, before touching the code. Type Narrowingjonasl/type-narrowing
Replace `any` and unchecked casts with types that make the invalid states unrepresentable.
jonasl/type-narrowingReplace `any` and unchecked casts with types that make the invalid states unrepresentable. Test Gapsjonasl/test-gaps
Read a module and its tests, then list the behaviours nothing covers — ranked by what breaking would cost.
jonasl/test-gapsRead a module and its tests, then list the behaviours nothing covers — ranked by what breaking would cost. API Reference Passnoorh/api-reference-pass
Check a reference for undocumented parameters, stale examples, and return values nobody described.
noorh/api-reference-passCheck a reference for undocumented parameters, stale examples, and return values nobody described. Env Var Auditayaan/env-var-audit
List every environment variable a service reads, which are required, and which have silent defaults.
ayaan/env-var-auditList every environment variable a service reads, which are required, and which have silent defaults. Transaction Boundariestomaszk/transaction-boundaries
Find writes that should be atomic and aren't — multi-step mutations with no transaction around them.
tomaszk/transaction-boundariesFind writes that should be atomic and aren't — multi-step mutations with no transaction around them. Migration Reviewtomaszk/migration-review
Check a database migration for locks that block writes, missing backfills, and changes that can't be rolled back.
tomaszk/migration-reviewCheck a database migration for locks that block writes, missing backfills, and changes that can't be rolled back. Component API Reviewmirabel/component-api-review
Review a component's props for boolean traps, prop drilling, and states that should be one union instead of four flags.
mirabel/component-api-reviewReview a component's props for boolean traps, prop drilling, and states that should be one union instead of four flags. Spacing Scale Checkmirabel/spacing-scale-check
Find hardcoded pixel margins and paddings that sit off a design system's spacing scale, and suggest the nearest token.
mirabel/spacing-scale-checkFind hardcoded pixel margins and paddings that sit off a design system's spacing scale, and suggest the nearest token.