Personal Claude Code skills I use for freelance and product engineering work.
Skills for code and product work.
- step-back-as-user — Step out of the solution frame and re-enter from the user's side. Two modes: friction (become the user, find where they stall) and reference (study how 2–3 peers solve the same moment and the tradeoffs they took). Stops before redesigning.
General workflow tools, not code-specific.
- time-tracking — Track work sessions inside Claude Code. Auto-captured start/end time and project, one prompt for category split and shipped notes, appended as plain markdown for retrospective analysis or client invoicing.
- visual-ui-compare — Turn a visual decision into a self-contained HTML page and open it in the browser: a side-by-side grid of variants with identical content, or a live preview with sliders when the choice is motion or a continuous range. Decide by eye, then patch the pick back into the code. Reach for it instead of an AskUserQuestion with 2+ visual options.