RevealUI fleet developer-skills bundle: framework, database, sync, testing, security, and RevealUI-native workflow skills for Claude Code.
Drizzle ORM schema design, migrations, and query patterns for PostgreSQL. Use when creating tables, writing queries, defining relations, managing migrations, or working with NeonDB or Supabase. Covers pgTable, indexes, enums, jsonb columns, transactions, soft delete, pagination, drizzle-kit generate/migrate, and serverless connection patterns.
ElectricSQL v1.x real-time sync patterns for PostgreSQL. Use when setting up shape subscriptions, authenticated proxy routes, mutation endpoints, offline-first sync, or connecting Electric to Neon/Supabase. Covers read-only sync, row-level filtering, write-through-API, and conflict resolution.
Model Context Protocol server development patterns. Use when building custom MCP servers, exposing tools and resources, handling JSON-RPC, implementing credential isolation, or integrating with Claude Desktop, Cursor, or AI agents. Covers @modelcontextprotocol/sdk, StdioServerTransport, tool schemas, and multi-tenant credential patterns.
Multi-agent shared memory patterns for AI agent coordination. Use when building shared fact logs, collaborative scratchpads, memory reconciliation, or coordinating discoveries between concurrent agents. Covers append-only fact tables, Yjs CRDT scratchpads, LLM-powered reconciliation, and session-scoped memory sharing.
Next.js 15+ App Router best practices for pages, layouts, routes, server components, server actions, caching, API routes, and streaming. Use when building or reviewing Next.js code, implementing RSC patterns, PPR, metadata, error boundaries, or proxy.ts. Covers React 19 conventions, data fetching, ISR, and common mistakes.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agent Skills for modern web development. Built by RevealUI Studio.
Compatible with Claude Code, Cursor, and any tool supporting the Agent Skills standard.
npx skills add RevealUIStudio/revskills
Install a specific skill only:
npx skills add RevealUIStudio/revskills --skill next-best-practices
| Skill | Description |
|---|---|
| next-best-practices | Next.js 15+ App Router — RSC, PPR, caching, server actions, metadata |
| tailwind-v4 | Tailwind CSS v4 — @theme, CSS-first config, CVA, migration from v3 |
| security-hardening | OWASP Top 10 — CSP, CORS, auth, rate limiting, XSS, CSRF |
| Skill | Description |
|---|---|
| drizzle-db | Drizzle ORM — schema design, migrations, queries, NeonDB |
| electric-sync | ElectricSQL v1.x real-time sync — shapes, proxy routes, mutations, offline-first |
| yjs-collaboration | Yjs CRDT collaboration — Y.Doc/Map/Array/Text, offline-first editing, conflict-free merges |
| Skill | Description |
|---|---|
| mcp-server | Model Context Protocol server development — JSON-RPC, tools, resources, credential isolation |
| multi-agent-memory | Multi-agent shared memory — append-only facts, Yjs scratchpads, LLM-powered reconciliation |
| Skill | Description |
|---|---|
| vitest-testing | Vitest patterns — mocking, coverage, PGlite, monorepo testing |
| Skill | Description |
|---|---|
| revealui-design | Brand-correct UI for RevealUI Studio — Cobalt design system, voice rules, and self-contained marketing + admin UI kits |
These skills assume RevFleet layout (~/revfleet/, ~/revfleet/.jv, RevVault, RevDev RPC daemon). Not generically installable — the canonical copies live here and are symlinked into ~/.claude/commands/ on Studio machines.
| Skill | Description |
|---|---|
| revealui-recover | Diagnose and recover from crashed/interrupted Claude sessions — identity, git integrity, hook state, daemon, workboard |
| revealui-checkpoint | Checkpoint checklist — validates 6 coherent-tracking surfaces, writes canonical docs/HANDOFF-*.md, appends workboard log entry |
| revealui-handoff | Deprecated (2026-05-19) — use revealui-checkpoint instead. Legacy handoff to .claude/handoffs/; retained for backward compatibility |
| revealui-doctor | Health check for RevFleet Claude setup — hook syntax, rules dirs, git-fsck, workboard freshness, daemon, MCP servers, env leaks, toolchain |
| revealui-sync-lts | Sync RevFleet repos to the LTS drive (/mnt/e) per per-repo declared mode (bundle or mirror) |
| revealui-sync-rules | Check whether .claude/rules/ files are in sync across RevealUI repos — asks before copying |
| revealui-skills-test | Static validator for Claude Code skills — flags stale paths, rule violations, missing scripts |
PRs welcome. Each skill must:
SKILL.md with valid frontmatter per the Agent Skills specskills-ref validate ./skills/<name>references/After cloning, activate the committed git hooks once:
git config core.hooksPath .githooks
From then on, every git push runs three validators:
scripts/lint-all-skills.sh)scripts/lint-plugins.sh)scripts/check-no-private-leaks.sh)All three must pass. Known upstream issues and intentional Studio-internal references live in .leakignore / .pluginlintignore with documented reasons. Bypass (rare, document in the PR): SKIP_PREPUSH=1 git push.
MIT
Part of the RevFleet — the agentic business runtime. Build your business, not your boilerplate.
npx claudepluginhub revealuistudio/revskills --plugin revskillsComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.