dragoon0x/optik

polish

Final quality pass before shipping. Checks alignment, spacing consistency, hover states, focus styles, loading states, edge cases, and overall refinement.

First seen May 9, 2026

Installation

$ npx skills add dragoon0x/optik --skill polish

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/optik · top by installs.

npx skills add dragoon0x/optik

Browse all from dragoon0x/optik

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,172 B
  • docs SUMMARY.md 168 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

SKILL.md

/polish — Final Quality Pass

The last check before shipping. Fix details that separate good from exceptional:

  1. Alignment — Verify all text and elements align to the grid. Check that headings, body text, and images share alignment points.
  2. Spacing consistency — Look for any remaining off-grid values. Ensure section spacing is rhythmic.
  3. Hover states — Every interactive element must have a hover state. Check that hover transitions are smooth (200-300ms).
  4. Focus styles — Verify :focus-visible on all interactive elements.
  5. Loading states — Buttons should show loading state. Skeleton screens for async content.
  6. Empty states — What does it look like with no data? Is there a helpful message?
  7. Edge cases — Very long text, very short text, missing images, slow network.
  8. Consistency — Same patterns used the same way everywhere. No one-off styles.

Run /score after polishing. Target: 85+.