trove-a11y
01Skill Claude CodeCodex
Accessibility checking skill for web and mobile interfaces. Auto-activates on UI component files. Checks WCAG compliance and ARIA patterns.
Open-source plugin marketplace for AI coding assistants — write skills once, ship to Claude Code, Cursor, OpenAI Codex, OpenCode, Gemini CLI, and AGENTS.md hosts.
Skill Claude CodeCodex
Accessibility checking skill for web and mobile interfaces. Auto-activates on UI component files. Checks WCAG compliance and ARIA patterns.
Skill Claude CodeCodex
Generate component specifications from design requirements. Produces structured specs with props, states, interactions, and accessibility requirements.
Skill Claude CodeCodex
Design review skill for evaluating UI/UX implementations against design specs. Checks visual fidelity, interaction patterns, and design system compliance.
Skill Claude CodeCodex
Achieve pixel-exact UI equivalence between two implementations via image diff. Establish a baseline harness first, migrate one component at a time, verify each with a screenshot diff within a tuned threshold. Use when migrating a styling system or matching a new implementation (e.g. React) to an existing one (e.g.…
Skill Claude CodeCodex
Design the shape before the code: sketch types, signatures, and module structure with not-implemented bodies, agree, then fill in. Scrap the sketch when implementation proves it wrong. Use for non-trivial work where jumping straight to code would lock in the wrong shape.
Skill Claude CodeCodex
Git commit workflow and message conventions. Use when creating, drafting, or reviewing atomic commits with conventional messages.
Skill Claude CodeCodex
Explain code, architecture, or data flow at the appropriate level for the audience. Use when someone needs to understand unfamiliar code, a module, or system design.
Skill Claude CodeCodex
AWS Lambda handler patterns with CDK infrastructure conventions. Auto-activates when working with Lambda handler or CDK files. Covers handler structure, SQS/SNS parsing, IPC patterns, Powertools logging, and CDK best practices.
Skill Claude CodeCodex
Diagnose and fix a measured performance problem against a baseline: measure first, fix, re-measure, and cite the delta with an artifact path. Use for slow endpoints, slow queries, or any "make this faster" backed by a measurement.
Skill Claude CodeCodex
Python/FastAPI coding conventions and best practices. Auto-activates when working with Python files. Covers async patterns, type hints, SQLAlchemy, Pydantic, logging, and error handling.
Skill Claude CodeCodex
React and Next.js performance optimization guidelines (Vercel Engineering, 70 rules across 8 categories). Use when writing, reviewing, or refactoring React code specifically for performance: eliminating waterfalls, bundle size, re-render optimization, or server/client data fetching. Complements trove-react, which…
Skill Claude CodeCodex
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list/scroll performance, implementing Reanimated animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, FlashList, or native platform…
Skill Claude CodeCodex
Implement smooth, native-feeling animations with React's View Transition API ( , addTransitionType, CSS view-transition pseudo-elements). Use for page transitions, shared element morphs, Suspense reveals, list identity, or animating between React UI states without a third-party animation library.
Skill Claude CodeCodex
React 19 coding conventions and performance patterns. Auto-activates when working with React/TypeScript files. Covers hooks, state management, TanStack Query, Zustand, immutable updates, and component conventions.
Skill Claude CodeCodex
Code review skill that checks for common issues, security vulnerabilities, and style violations. Use when reviewing code changes or PRs.
Skill Claude CodeCodex
Swift 6 and SwiftUI coding conventions for iOS development. Auto-activates when working with Swift files. Covers @Observable, async/await, NavigationStack, Swift Testing, and accessibility.
Skill Claude CodeCodex
Write a focused regression test that fails before the fix and passes after. Use when the user asks for TDD, a failing test, or a regression test, or when a bug has a cheap local test target. Skip when the test path is expensive, integration-heavy, or unclear.
Skill Claude CodeCodex
TypeScript type-system discipline for any .ts/.tsx file: make illegal states unrepresentable, validate at boundaries, avoid as/any. Use when reading or editing TypeScript that isn't covered by a framework-specific skill. Defers to trove-react / trove-react-best-practices on .tsx component work.
Skill Claude CodeCodex
Vue 3 Composition API conventions and best practices. Auto-activates when working with Vue single-file components. Covers reactivity, component patterns, Vue Router, and Pinia state management.
Skill Claude CodeCodex
AWS CDK (TypeScript) conventions for infrastructure as code. Auto-activates on CDK project files.
Skill Claude CodeCodex
Dockerfile and Docker Compose best practices. Auto-activates on Docker files.
Skill Claude CodeCodex
Terraform/OpenTofu conventions and best practices. Auto-activates on .tf files. Covers module structure, state management, and security patterns.
Skill Claude CodeCodex
Release notes generator. Creates user-facing release notes from git history, PR descriptions, and changelog entries.
Skill Claude CodeCodex
Product spec writing skill. Generates structured feature specifications with user stories, acceptance criteria, and technical considerations.