Notes

ยฉ floguo 2025. v3.3.0 ยท changelog ยท ยท rss

05-16-2026

Agent Skills

Slash commands I often reach for

Git & PR

  • /commit โ€” stage and commit with a semantic message
  • /pr โ€” create a pull request for the current branch
  • /stack-pr โ€” split uncommitted changes into a stack of focused PRs

Writing & Content

  • /prose โ€” edit or rewrite prose; fixes AI writing patterns (hollow words, em dash abuse, staccato fragments)
  • /changelog โ€” generate a changelog entry from recent commits

Code Quality & Review

  • /fe-review โ€” senior frontend engineer review of React/TypeScript code
  • /review โ€” review a pull request
  • /simplify โ€” review changed code for reuse, quality, and efficiency, then fix issues
  • /tw-canonicalize โ€” fix Tailwind v4 class warnings, replace legacy syntax with canonical shorthand

UI & Design

  • /browse โ€” headless browser for QA: navigate, interact, screenshot, assert element states
  • /design-html โ€” generate a styled HTML prototype from a description or design
  • /interface-craft โ€” toolkit for polished animated React interfaces (Storyboard animations, DialKit tuning, design critique)
  • /emil-design-eng โ€” design engineering principles for polished, accessible web UI
  • /before-and-after โ€” visual diff of two URLs or images using @vercel/before-and-after
  • /ui-check โ€” screenshot and compare against a reference image for visual regressions
  • /webp โ€” convert images to optimized WebP (~40KB target)

Project Setup

  • /project-setup โ€” set up branding defaults (favicon, OG image, selection color, metadata)
  • /init โ€” initialize a CLAUDE.md with codebase documentation

Automation

  • /loop โ€” run a prompt or command on a recurring interval (self-paced or timed)
  • /schedule โ€” schedule a remote agent to run on a cron schedule