Skip to main content

skills

The slash commands I run on my own work. Free to install, free to share, take what helps.

Each install command creates ~/.claude/skills/<name>/ and downloads SKILL.md. The full source is on GitHub if you want to read before installing.

the toolkit

/full-sweep

Orchestrates the audit-class skills in a single Plan Mode run. Auto-commits the mechanical wins, files the rest as issues. Use before launch or monthly.

/drift

Finds every place code drifts from a canonical source of truth. Hand-typed reference data, magic numbers, copy that fell out of sync with brand docs.

/cohesion

Finds every place a page drifts from the project's design system. Different button styles, hard-coded colors that should be tokens, parallel classes recreating canonical components.

/coupling

Orthogonality audit. Asks the Pragmatic Programmer's question, "if I change feature X, how many modules light up?" with mechanical evidence.

/walkthrough

UX coverage audit. State-machine gaps, missing features (no logout, no password reset), entry-state combinations nobody walked through.

/thatsweird

Browser and OS edge-case sweep. Chrome auto-dark inversion on dark sites, iOS rubber-band flash, iOS input zoom, prefers-reduced-motion violations.

/design

Design psychology audit. Asks "does the system serve the user?" not "does the page match the system?" Evaluates typography, color register, brand-voice match.

foundations

/a11y

Accessibility (WCAG) audit on source code and optionally live URLs. Can auto-fix safe categories.

/perf

Performance audit. Bundle size, image weight, render-blocking resources, and Core Web Vitals via PageSpeed.

/seo

SEO health audit across projects. Score them, identify gaps, optionally fix.

/privacy

Audit data collection, consent flows, exposed secrets, and privacy policy accuracy.

workflow

/onboard

Digest a repository's architecture, docs, conventions, and current state before starting work.

/ship

Pre-deploy safety checklist. Catches build failures, leaked secrets, debug artifacts, missing env vars.

/session

End-of-session log generator. What changed, decisions made, next steps.