Teaches component composition patterns in React 19 including children prop, compound components, and render props. Use when designing component APIs, creating reusable components, or avoiding prop drilling.
Fix React Rules of Hooks violations - conditional calls, hooks in loops/callbacks/classes
Teaches code splitting with lazy() and Suspense in React 19 for reducing initial bundle size. Use when implementing lazy loading, route-based splitting, or optimizing performance.
Teaches useOptimistic hook for immediate UI updates during async operations in React 19. Use when implementing optimistic UI patterns, instant feedback, or reducing perceived latency.
Teaches Server Actions in React 19 for form handling and data mutations. Use when implementing forms, mutations, or server-side logic. Server Actions are async functions marked with 'use server'.
Modifies files
Hook triggers on file write and edit operations
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.
A curated marketplace of Claude Code plugins for various technologies. This repository serves as a central hub for discovering, sharing, and installing Claude Code plugins that enhance development workflows.
Claude Code is an AI-powered coding assistant that can be extended through plugins. Plugins can add custom commands, specialized agents, autonomous skills, event hooks, and integrations with external tools via the Model Context Protocol (MCP).
/plugin marketplace add daniel/claude-configs
/plugin
This will open the plugin browser where you can see all available plugins from this marketplace.
/plugin install <plugin-name>@claude-configs
Replace <plugin-name> with the name of the plugin you want to install.
/help
This will show all available commands, including those added by your installed plugins.
This repository includes a comprehensive plugin template that demonstrates all available plugin features:
/example)@example-agent)The template is located at plugin-template/ and includes detailed documentation for each feature.
A complete Claude Code plugin follows this structure:
my-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata (required)
├── commands/ # Custom slash commands (optional)
│ └── example-command.md
├── agents/ # Custom agents (optional)
│ └── example-agent.md
├── skills/ # Autonomous skills (optional)
│ └── example-skill.md
├── hooks/ # Event handlers (optional)
│ └── hooks.json
└── .mcp.json # MCP server config (optional)
plugin-template/To test your plugin locally before publishing:
# Add your local plugin directory
/plugin marketplace add ./path/to/your-plugin
# Install the plugin
/plugin install your-plugin-name
# Verify it works
/help
This marketplace includes validation tools to ensure plugins meet quality standards.
# Install dependencies
npm install
# Run validation
npm run validate
The validation script checks:
Currently, this marketplace contains:
More plugins will be added as the marketplace grows. Check back regularly or contribute your own!
Plugins are organized by technology and use case:
We welcome contributions! Please see our Contributing Guide for details on:
npx claudepluginhub djankies/claude-configs --plugin react-19Tailwind CSS v4 patterns: CSS-first config, oklch colors, container queries, @utility directive
Prisma 6 ORM patterns, client management, query optimization, and security best practices based on real-world AI coding failures
TypeScript 5.9 type safety, compiler configuration, and best practices based on real-world AI coding failures. Provides intelligent skill recommendations, type safety validation, and prevents common TypeScript anti-patterns.
Cross-cutting code review plugin that orchestrates review skills from tool plugins
Comprehensive guidance for Zod v4 schema validation, covering breaking changes, new features, and best practices for TypeScript-first runtime validation
Expert React 19 with hooks, TanStack Router, Zustand, React Hook Form, Testing Library, shadcn/ui, and SOLID principles
React changes since training cutoff (latest: 19.2.0) — Activity component, cacheSignal, Partial Pre-rendering, prerender/resume APIs, eslint-plugin-react-hooks v6. Load before working with React.
React, React Flow, React Router, shadcn/ui, Tailwind v4, Vitest, and Zustand code review. Pairs with beagle-core for full workflow.
Modern React and UI development expertise. Master React 19, Next.js 15, component architecture, state management, performance optimization, and design systems.
Advanced React skills for hooks, context, and performance optimization.
Documentation and guidance for ahooks, a React Hooks library