By djankies
Cross-cutting code review plugin that orchestrates review skills from tool plugins
Automated tooling and detection patterns for JavaScript/TypeScript code quality review
Analyze code complexity and maintainability including cyclomatic complexity, function length, nesting depth, and cognitive load. Use when reviewing code maintainability, refactoring candidates, or technical debt assessment.
Automated tooling and detection patterns for analyzing npm dependencies, unused packages, and dead code. Provides tool commands and what to look for—not how to structure output.
Automated tooling and detection patterns for identifying duplicate and copy-pasted code in JavaScript/TypeScript projects. Provides tool commands and refactoring patterns—not workflow or output formatting.
Automated tooling and detection patterns for JavaScript/TypeScript security vulnerabilities. Provides scan commands, vulnerability patterns, and severity mapping—not output formatting or workflow.
Uses power tools
Uses Bash, Write, or Edit tools
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 reviewTailwind 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
React 19 patterns, hooks, and best practices for modern React applications
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.
Comprehensive guidance for Zod v4 schema validation, covering breaking changes, new features, and best practices for TypeScript-first runtime validation
Get comprehensive code reviews with suggestions for improvements, best practices, and potential issues.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Modern R development skills for Claude Code - tidyverse patterns, rlang metaprogramming, Bayesian inference, performance optimization, and more