A la carte plugins for LLM-assisted development across platforms
npx claudepluginhub ravnhq/ai-toolkitUniversal programming principles: KISS, DRY, clean code, code review
General testing patterns: philosophy, structure, mocking, coverage
A la carte Claude Code plugins for LLM-assisted development across platforms.
# Add marketplace
claude /plugin install github:ravnhq/ai-toolkit
# Install specific plugins
claude /plugin install github:ravnhq/ai-toolkit/plugins/core
claude /plugin install github:ravnhq/ai-toolkit/plugins/tech-react
Plugins use a layered architecture: generic platform rules + specific framework rules. Install generic plugins first, then framework-specific ones.
| Layer | Generic | Specific |
|---|---|---|
| Frontend | platform-frontend | tech-react, tech-tanstack-router, tech-tanstack-form |
| Backend | platform-backend | tech-trpc |
| Database | platform-database | tech-drizzle, tech-prisma |
| Mobile | platform-mobile | tech-ios, tech-android, tech-react-native |
| Testing | platform-testing | tech-vitest, jest, xctest |
| Design | design | design-frontend, design-mobile |
| Plugin | Description | Rules | Status |
|---|---|---|---|
core | KISS, DRY, clean code, code review | 12 | Ready |
lang-typescript | Strict mode, no any, discriminated unions | — | Scaffold |
| Plugin | Extends | Description | Rules | Status |
|---|---|---|---|---|
platform-frontend | — | State management, components, data fetching | 10 | Ready |
platform-backend | — | API design, services, error handling | 14 | Ready |
platform-database | — | Queries, migrations, performance | 16 | Ready |
platform-testing | — | Test philosophy, structure, mocking | 10 | Ready |
platform-mobile | — | Navigation, gestures, offline, performance | — | Scaffold |
| Plugin | Extends | Description | Rules | Status |
|---|---|---|---|---|
tech-react | platform-frontend | Components, hooks, state, performance | 8 | Ready |
tech-tanstack-router | platform-frontend | File-based routing, loaders, type-safe nav | — | Scaffold |
tech-tanstack-form | platform-frontend | Form state, validation, field arrays | — | Scaffold |
tech-trpc | platform-backend | Procedures, routers, Vertical Slice Architecture | 8 | Ready |
tech-drizzle | platform-database | Relational queries, schema, migrations | 9 | Ready |
tech-prisma | platform-database | Schema, queries, relations, migrations | — | Scaffold |
tech-vitest | platform-testing | vi.mock, vi.fn, fake timers | 6 | Ready |
| Plugin | Extends | Description | Rules | Status |
|---|---|---|---|---|
tech-ios | platform-mobile | Swift/SwiftUI, concurrency, App Store | — | Scaffold |
tech-android | platform-mobile | Kotlin/Compose, architecture, Play Store | — | Scaffold |
tech-react-native | platform-mobile | Expo, navigation, native modules | — | Scaffold |
| Plugin | Extends | Description | Rules | Status |
|---|---|---|---|---|
design | — | Hierarchy, spacing, color, typography | — | Scaffold |
design-frontend | design | Layouts, responsive, Tailwind tokens | 7 | Ready |
design-mobile | design | Touch targets, gestures, platform conventions | — | Scaffold |
design-accessibility | — | WCAG AA, screen readers, keyboard nav | 9 | Ready |
Status key: Scaffold (sections defined) → In Progress → Ready
| Project Type | Plugins |
|---|---|
| React web app | core, lang-typescript, platform-frontend, tech-react, design-accessibility |
| TanStack Start + tRPC | core, lang-typescript, platform-frontend, tech-react, tech-tanstack-router, tech-tanstack-form, tech-trpc, tech-drizzle |
| Next.js + Prisma | core, lang-typescript, platform-frontend, tech-react, tech-prisma |
| iOS app | core, platform-mobile, tech-ios, design-mobile, design-accessibility |
| Android app | core, platform-mobile, tech-android, design-mobile, design-accessibility |
| React Native (Expo) | core, lang-typescript, platform-mobile, tech-react, tech-react-native, design-mobile |
| Node.js API | core, lang-typescript, platform-backend, tech-trpc, tech-drizzle |
Each plugin follows the Vercel agent-skills pattern:
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations