en un clic
revealui
revealui contient 13 skills collectées depuis RevealUIStudio, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
RevealUI coding conventions for any code task — writing, editing, reviewing, creating, fixing, refactoring, changing, adding, or updating TypeScript, React, CSS, or config files. Covers TypeScript strict mode, ES Modules, Biome formatting, Tailwind v4 syntax, conventional commits, monorepo workspace protocol, feature gating, parameterization, and unused declaration policy.
RevealUI database conventions for any task involving database, schema, query, migration, Drizzle ORM, Neon, PostgreSQL, pgvector, vectors, embeddings, or data modeling. Covers the single Neon-primary database and its pgvector tables.
Systematic debugging workflow for RevealUI. Use when encountering any bug, test failure, unexpected behavior, error, or broken functionality. Prevents shotgun debugging.
RevealUI deployment guide — Vercel configuration, GitHub Actions deploy workflow, secret management, domain aliasing, and troubleshooting. Invoke when working on deploy.yml, vercel.json, deployment secrets, domain configuration, or debugging deploy failures.
Code review checklist for RevealUI. Use when reviewing code, completing a feature, checking quality, or before committing. Invoke explicitly with $revealui-review.
RevealUI safety guardrails for any code task — editing, writing, creating, fixing, refactoring, changing, adding, updating, or removing files. Protects credentials, enforces import boundaries, ensures code quality, and verifies work before completion.
Test-driven development workflow for RevealUI. Use when implementing any feature, fixing bugs, adding functionality, or writing new code. Enforces write-test-first, red-green-refactor cycle. Works with Vitest and React Testing Library.
RevealUI monorepo testing rules and failure-triage guidance. Use when changing tests, fixing flaky suites, adjusting Vitest config, debugging Turbo test failures, handling React Testing Library warnings, or deciding between scoped timeouts, worker limits, and test refactors in this repo.
Demo skill showcasing RevealUI's skills system integration
React 19 and Next.js 16 best practices for RevealUI development
Testing patterns and best practices for RevealUI with Vitest
TypeScript best practices to eliminate `any` types (run `pnpm audit:any` for the current count) and improve code quality
RevealUI monorepo architecture and package organization guide