servicewindowapp

27 mods across 1 repository, 0 stars between them.

a11y-full

01

servicewindowapp/servicewindow

Command Claude Code

Full WCAG 2.1 AA accessibility audit of a component, page, or user flow. Goes deeper than the render-time axe check in test files — covers interaction patterns, dynamic content, and screen reader behavior.

0 yesterday A 0 tokens

copy-review

02

servicewindowapp/servicewindow

Command Claude Code

Audit all visible text in a component or page against the project's content and copy standards. Returns specific rewrite suggestions — not editorial opinions.

0 yesterday A 0 tokens

design-audit

04

servicewindowapp/servicewindow

Command Claude Code

Review a component or page against the project's design system. Produces specific, line-level findings — not general suggestions.

0 yesterday A 0 tokens

dev-seo-audit

05

servicewindowapp/servicewindow

Command Claude Code

Audit the current page file or component for SEO implementation completeness. Focused on code-level checks — not keyword strategy or marketing copy. Works on Next.js App Router pages.

0 yesterday A 0 tokens

lighthouse-prep

06

servicewindowapp/servicewindow

Command Claude Code

Run before any Lighthouse audit or before flagging a page as production-ready. Targets the categories Lighthouse scores: Performance, Accessibility, Best Practices, and SEO.

0 yesterday A 0 tokens

match-flow

07

servicewindowapp/servicewindow

Command Claude Code

Scaffold the complete match lifecycle: operator submits a response, requester selects one, both get confirmation, status updates, and competing responses auto-decline.

0 yesterday A 0 tokens

new-component

08

servicewindowapp/servicewindow

Command Claude Code

Scaffold a new React component with TypeScript interface, Tailwind styling, accessibility attributes, and a co-located test file stub.

0 yesterday A 0 tokens

new-request-form

09

servicewindowapp/servicewindow

Command Claude Code

Scaffold the requester-side form for posting a new food truck request. Includes all fields, validation, accessibility, and a submission handler stub.

0 yesterday A 0 tokens

operator-listing

10

servicewindowapp/servicewindow

Command Claude Code

Scaffold the operator-side listing editor covering all profile fields, validation, completeness indicator, and save/publish logic.

0 yesterday A 0 tokens

perf-check

11

servicewindowapp/servicewindow

Command Claude Code

Review a file or component for Core Web Vitals impact. Focused on LCP, CLS, and INP. Produces specific, actionable findings — not a generic performance lecture.

0 yesterday A 0 tokens

pre-deploy

12

servicewindowapp/servicewindow

Command Claude Code

Run a final code quality sweep before any deployment. Covers the things that slip through code review and break in production. Complements the Engineering plugin's /deploy-checklist (which handles CI status, approvals, and rollback — run that one too).

0 yesterday A 0 tokens

review-prompt

13

servicewindowapp/servicewindow

Command Claude Code

Scaffold the two-direction review system triggered when a match reaches completed status. Neither review is shown publicly until both are submitted or the 7-day window expires.

0 yesterday A 0 tokens

stripe-webhook

14

servicewindowapp/servicewindow

Command Claude Code

Scaffold the complete Stripe webhook route with signature verification, event routing for all 4 required events, idempotency, and error logging.

0 yesterday A 0 tokens

subscription-gate

15

servicewindowapp/servicewindow

Command Claude Code

Scaffold the server-side middleware and client-side component patterns that enforce operator subscription status. Handles all 5 states with distinct messaging.

0 yesterday A 0 tokens

content-copy

16

servicewindowapp/servicewindow

Skill Claude CodeCodex

Skill "content-copy" from servicewindowapp/servicewindow, covering content & copy skill, voice — non-negotiable rules, ctas — specific and action-oriented, headlines — formula-driven and no lorem ipsum — ever.

0 yesterday A 0 tokens

design-system

17

servicewindowapp/servicewindow

Skill Claude CodeCodex

Skill "design-system" from servicewindowapp/servicewindow, covering design system skill, typography scale — 1.25 modular scale, rem units, spacing scale — 4px base unit, color tokens — css custom properties and light mode (define in :root).

0 yesterday A 0 tokens

dual-dashboard

18

servicewindowapp/servicewindow

Skill Claude CodeCodex

There are exactly two authenticated dashboard experiences. They share zero UI structure beyond common components (nav chrome, notification bell, avatar menu). There is no single dashboard that toggles between "requester mode" and "operator mode.".

0 yesterday A 0 tokens

performance-budget

21

servicewindowapp/servicewindow

Skill Claude CodeCodex

Skill "performance-budget" from servicewindowapp/servicewindow, covering performance budget skill, javascript bundle budget, images — no raw tags, fonts — maximum 2 families, next/font only and third-party scripts — next/script required.

0 yesterday A 0 tokens

servicewindowapp/servicewindow

Skill Claude CodeCodex

Skill "subscription-billing" from servicewindowapp/servicewindow, covering subscription & billing skill, subscription states — all must be handled explicitly, webhook handler — required events, webhook route pattern and handler implementations.

0 yesterday A 0 tokens

testing-standards

24

servicewindowapp/servicewindow

Skill Claude CodeCodex

Every piece of code delivered as "complete" must include its tests. There is no "I'll add tests later." If a component, hook, utility, or API route is delivered without at minimum the test stubs, it is not complete.

0 yesterday A 0 tokens