Skills
69 skills · 13 creators
The registry for agent skills.
Frame Budgetdanielv/frame-budget
Find the work happening per frame that shouldn't be, and what to move off the main thread.
danielv/frame-budgetFind the work happening per frame that shouldn't be, and what to move off the main thread. Motion Reviewdanielv/motion-review
Review animation code for the wrong easing, durations over budget, and motion on things tapped all day.
danielv/motion-reviewReview animation code for the wrong easing, durations over budget, and motion on things tapped all day. Image Policyeliasm/image-policy
Check images for missing dimensions, wrong formats, and the layout shift that follows.
eliasm/image-policyCheck images for missing dimensions, wrong formats, and the layout shift that follows. 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. Dockerfile Slimayaan/dockerfile-slim
Shrink a container image: layer order, build caching, and what has no business in a runtime image.
ayaan/dockerfile-slimShrink a container image: layer order, build caching, and what has no business in a runtime image. N+1 Hunttomaszk/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.
tomaszk/n-plus-one-huntTrace an endpoint's queries and flag loops that issue one query per row, with the join or batch that replaces them. Query Explaintomaszk/query-explain
Read a slow Postgres query and its EXPLAIN ANALYZE output, then say which index would change the plan and why.
tomaszk/query-explainRead a slow Postgres query and its EXPLAIN ANALYZE output, then say which index would change the plan and why.