By djankies
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.
Auditing and updating npm dependencies to prevent security vulnerabilities in TypeScript projects
Avoid angle-bracket type assertions (<Type>) and use 'as Type' syntax instead
Teaches when and how to use unknown instead of any type in TypeScript. Use when working with TypeScript code that has any types, needs type safety, handling external data, or when designing APIs. Critical for preventing type safety violations.
Avoid non-null assertion operator (!) and use type-safe alternatives instead
Analyze TypeScript errors and provide detailed diagnostics with root cause analysis and specific fix recommendations
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 typescriptTailwind 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
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
TypeScript compiler validation and type checking for TypeScript projects.
PreToolUse hook to run TypeScript type-checks
Kamae (構え) — an extensible harness of skill plugins for designing and implementing robust server-side TypeScript applications
TypeScript changes since training cutoff (latest: 5.9) — import defer, --module node20, ArrayBuffer breaking change, TypeScript 7 native Go port (tsgo). Load before working with TypeScript.
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 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.