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.
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.
servicewindowapp/servicewindow
Command Claude Code
Before installing any npm package, run this check. Prevents bad dependencies from entering the project.
servicewindowapp/servicewindow
Command Claude Code
Review a component or page against the project's design system. Produces specific, line-level findings — not general suggestions.
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.
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.
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.
servicewindowapp/servicewindow
Command Claude Code
Scaffold a new React component with TypeScript interface, Tailwind styling, accessibility attributes, and a co-located test file stub.
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.
servicewindowapp/servicewindow
Command Claude Code
Scaffold the operator-side listing editor covering all profile fields, validation, completeness indicator, and save/publish logic.
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.
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).
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.
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.
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.
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.
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).
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.".
servicewindowapp/servicewindow
Skill Claude CodeCodex
Hard rule: Any code path that calls a payment or billing function with a requester's user ID is a bug. Flag it as P0 before proceeding.
servicewindowapp/servicewindow
Skill Claude CodeCodex
Requesters post requests. They do not browse operator profiles or cold-search trucks. The marketplace comes to them.
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.
servicewindowapp/servicewindow
Skill Claude CodeCodex
Rule: No secret, API key, token, connection string, or credential ever appears in source code.
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.
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.