kea0811
@kea0811
2 Skills
0 Total Stars
June 2026 Joined
Public Skills
css-specificity-cli
by kea0811
Use when the user wants to audit, visualize, or gate CSS selector specificity — "which selectors are too specific", "specificity heat map", "fail CI when specificity is too high". A Node 18+ CLI that reads a CSS file and prints each selector's (a,b,c) specificity, sorted hottest-first, with a --threshold budget gate. Also exposes computeSpecificity/parseSelectors as a library.
pitstop
by kea0811
Use when working on Pitstop — a phone-first Next.js PWA that catalogs a diecast-car collection via UPC barcode scanning and in-browser visual matching (DINOv2 embeddings), with Supabase auth/storage and MongoDB persistence. Covers env setup, the architecture map, and the gotchas that bite.