Shipshape frontend
Skill thanhaq/interface-compass-skills/skills/shipshape-frontend
Frontend design skill pack for AI coding agents: briefs, design systems, audits, motion, copy, and ship checks.
npx -y skills add thanhaq/interface-compass-skills --skill shipshape-frontendAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 15 days oldThe repository was created 15 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Run a final release-readiness pass on frontend work. Use when Codex needs to verify responsive layouts, keyboard flows, focus states, reduced motion, content fit, empty and error and loading states, build scripts, visual regressions, and basic accessibility before shipping.
SKILL.md
1.5 KB, 273 tokens by cl100k_base, as published. Nobody here has run it
Shipshape Frontend
Goal
Catch release-facing frontend issues while they are still cheap to fix.
Workflow
- Run the app's existing checks: build, lint, typecheck, and tests where available.
- Run the helper script for static readiness signals:
node skills/shipshape-frontend/scripts/preflight-report.mjs <project-path>
- Inspect rendered desktop and mobile views when a local app exists.
- Check keyboard movement, focus states, reduced-motion behavior, loading, empty, error, and success states.
- Fix the highest-risk issues, then rerun the checks that failed.
- Report what was verified and what remains unverified.
Preflight Areas
- Responsive layout at narrow, tablet, laptop, and wide desktop widths.
- Text fit in buttons, tabs, labels, cards, sidebars, and modals.
- Keyboard focus visibility and logical tab order.
- Icon-only controls with labels or tooltips.
- Forms with helper text, validation, and recovery.
- Reduced motion for animated surfaces.
- Realistic loading, empty, error, and success states.
- Build and package scripts.
Resources
- Run
scripts/preflight-report.mjsfor a static summary. - Read
references/release-checklist.mdfor manual verification.