Skills

69 skills · 13 creators

The registry for agent skills.

Frame Budget
danielv/frame-budget

Find the work happening per frame that shouldn't be, and what to move off the main thread.

Motion Review
danielv/motion-review

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

Image Policy
eliasm/image-policy

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

Bundle Diet
eliasm/bundle-diet

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

Dockerfile Slim
ayaan/dockerfile-slim

Shrink a container image: layer order, build caching, and what has no business in a runtime image.

N+1 Hunt
tomaszk/n-plus-one-hunt

Trace an endpoint's queries and flag loops that issue one query per row, with the join or batch that replaces them.

Query Explain
tomaszk/query-explain

Read a slow Postgres query and its EXPLAIN ANALYZE output, then say which index would change the plan and why.

Command Palette

Search for a command to run...