trove
01Plugin Claude Code
Plugin marketplace listing 7 plugins: trove-workflow, trove-dev, trove-design, trove-product, trove-security.
Plugin Claude Code
Plugin marketplace listing 7 plugins: trove-workflow, trove-dev, trove-design, trove-product, trove-security.
Instructions file
Instructions for bravew/trove, covering claude.md, what this is, common commands, scaffolding and evals.
Command
Generate changelog for a new release version.
Command
Create an atomic git commit with conventional message.
Command
Generate or sync documentation with the current codebase.
Command
Create a conventional git branch from user request.
Command
Create Pull Request with comprehensive description.
Command
Create comprehensive implementation PRP with deep codebase analysis.
Command
Execute a PRP implementation plan until fully complete.
Command
Code review with best practices and project-aware checklist.
Command
Commit staged changes, push, and create PR.
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.…
Plugin Claude Code
Designer skills: Figma review, accessibility, design systems.
Cursor rule
Accessibility checking skill for web and mobile interfaces. Auto-activates on UI component files. Checks WCAG compliance and ARIA patterns.
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…