agentsclimarketplace

Shipshape frontend

Skill thanhaq/interface-compass-skills/skills/shipshape-frontend

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.From its SKILL.md

Install
npx -y skills add thanhaq/interface-compass-skills --skill shipshape-frontend

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 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.

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

  1. Run the app's existing checks: build, lint, typecheck, and tests where available.
  2. Run the helper script for static readiness signals:
node skills/shipshape-frontend/scripts/preflight-report.mjs <project-path>
  1. Inspect rendered desktop and mobile views when a local app exists.
  2. Check keyboard movement, focus states, reduced-motion behavior, loading, empty, error, and success states.
  3. Fix the highest-risk issues, then rerun the checks that failed.
  4. 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.mjs for a static summary.
  • Read references/release-checklist.md for manual verification.

What ships with it: 3 files

3.8 KB alongside SKILL.md, 1 of them executable

agents/

references/

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.