By karchtho
Development toolkit for creating Claude Code plugins and bundles with comprehensive bundle-making capabilities, utility scripts, and example templates
Create Claude Code agents and commands with proper markdown structure, YAML frontmatter, and plugin.json arrays. Use when creating commands, slash commands, agents, autonomous assistants, and command-line utilities for Claude Code plugins.
This skill should be used when the user asks to "create a bundle", "make a plugin", "build a Claude plugin", "create a skill bundle", "package skills", "add skills to a bundle", "create plugin.json", or wants to create comprehensive Claude Code plugins with skills, commands, agents, hooks, or MCP servers. Activates when creating plugin structures or bundling Claude capabilities.
This skill should be used when the user asks to "demonstrate advanced skill structure", "show comprehensive skill patterns", "create skill with references", or needs a complete skill example with bundled resources. Showcases progressive disclosure and resource organization.
This skill should be used when the user asks to "demonstrate minimal skill", "show basic skill structure", or needs a simple skill example. Provides a minimal working skill template.
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.
🎯 Context-aware development expertise for Claude Code
A curated collection of specialized plugin bundles that give Claude deep expertise in specific tech stacks. Switch seamlessly between React, Angular, Unity, and other development contexts by activating the right skills when you need them.
Perfect for developers who work across multiple tech stacks and want Claude to have the right expertise at the right time.
Status: ✅ Production Ready
Complete React development expertise:
Activates automatically when working with React components, JSX, hooks, or state management.
Status: ✅ Production Ready
Automated bundle creation tools:
Perfect for creating your own custom bundles or contributing to this marketplace.
# Clone to your preferred location
git clone https://github.com/YOUR_USERNAME/claude-skills-marketplace.git
cd claude-skills-marketplace
# Add this marketplace to Claude Code
/plugin marketplace add .
# Install the React bundle for React development
/plugin install react-frontend-bundle
# Or install dev toolkit to create your own bundles
/plugin install dev-toolkit-bundle
Start a conversation in your context:
For React bundle:
"I need to create a user profile component with Zustand state management"
For dev toolkit:
"Create a new bundle for Angular development"
Claude will automatically apply the appropriate skills!
/plugin list
One of the key benefits of this marketplace is switching between development contexts:
/plugin install react-frontend-bundle
/plugin uninstall react-frontend-bundle
/plugin install angular-frontend-bundle
/plugin uninstall react-frontend-bundle
/plugin install unity-gamedev-bundle
Why switch? Each bundle provides deep, specialized knowledge for its context. Having all bundles active simultaneously would create noise and slower activation. Switching ensures Claude has exactly the expertise you need, when you need it.
npx claudepluginhub karchtho/my-claude-marketplace --plugin dev-toolkit-bundleComprehensive Jest testing toolkit for JavaScript/Node.js applications with Express, PostgreSQL, and Prisma patterns
Comprehensive API design expertise for REST and GraphQL APIs. Master resource modeling, schema design, security, testing, and production-grade API architecture.
Complete React development toolkit with UI/UX design principles
Token-efficient session management with environment awareness for project context, git state, and skill detection
Complete game jam development partner for Unity 2D projects. Validates starter scripts, guides architecture using modern patterns (Input System, async/await, memory optimization, dependency injection), and generates production-ready features during jam time.
Frontend development skill with design and implementation checklists
Frontend component development with accessibility and responsive design
Create skills from documentation folders and project codebases. Review, test, and package Anthropic Agent Skills for Claude.ai and Claude Code. 13 commands including from-docs, from-project, beginner tutorial, interactive wizard, templates, quality auditing, and distribution packaging.
Editorial "Full-Stack Developer" bundle for Claude Code from Antigravity Awesome Skills.
Advanced React skills for hooks, context, and performance optimization.
Use this agent when you need expert assistance with React Native development tasks including code analysis, component creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a React Native app and needs help with a navigation issue. user: 'My stack navigator isn't working properly when I try to navigate between screens' assistant: 'Let me use the react-native-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a React Native specific issue, use the react-native-dev agent to provide expert guidance on navigation problems.</commentary></example> <example>Context: User wants to create a new component that follows the existing app structure. user: 'I need to create a custom button component that matches our app's design system' assistant: 'I'll use the react-native-dev agent to create a button component that aligns with your existing codebase structure and design patterns' <commentary>The user needs React Native component development that should follow existing patterns, so use the react-native-dev agent.</commentary></example>