By karchtho
Infrastructure and DevOps expertise bundle. Master containerization (Docker), CI/CD automation (GitHub Actions), configuration management, bash scripting, nginx configuration, and deployment patterns for production-grade systems.
Expert guidance on writing robust, maintainable shell scripts. Covers Bash and Zsh scripting, best practices, error handling, security, modern command-line tools (ripgrep, fd, fzf, jq, yq), automation, and production deployment patterns.
Design multi-container applications with Docker Compose. Covers service orchestration, networking, volumes, environment configuration, health checks, and production deployment patterns. Use when defining local development stacks or deploying multi-service applications.
Docker containerization fundamentals. Master container lifecycle, image management, networking, volumes, resource limits, and production deployment patterns. Use when building, running, debugging containers or implementing container orchestration.
Generate production-ready Dockerfiles with best practices for various tech stacks. Covers multi-stage builds, optimization, security, and language-specific patterns (Node.js, Python, Go, Rust, Java). Use when creating new application containers.
Manage environment variables and configuration across development, staging, and production. Master .env files, secret management, configuration validation, and multi-environment strategies. Use when setting up configuration systems, managing secrets, or deploying to different environments.
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 infra-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.
Development toolkit for creating Claude Code plugins and bundles with comprehensive bundle-making capabilities, utility scripts, and example templates
Complete React development toolkit with UI/UX design principles
Token-efficient session management with environment awareness for project context, git state, and skill detection
Deployment automation with Dockerfile generation, CI/CD pipelines, and infrastructure as code
Enhances web_search Skill by researching best practices and deploying infrastructure automatically
Use this agent when setting up CI/CD pipelines, configuring Docker containers, deploying applications to cloud platforms, setting up Kubernetes clusters, implementing infrastructure as code, or automating deployment workflows. Examples: <example>Context: User is setting up a new project and needs deployment automation. user: "I've built a FastAPI application and need to deploy it to production with proper CI/CD" assistant: "I'll use the deployment-engineer agent to set up a complete deployment pipeline with Docker, GitHub Actions, and production-ready configurations."</example> <example>Context: User mentions containerization or deployment issues. user: "Our deployment process is manual and error-prone. We need to automate it." assistant: "Let me use the deployment-engineer agent to design an automated CI/CD pipeline that eliminates manual steps and ensures reliable deployments."</example>
Editorial "DevOps & Cloud" bundle for Claude Code from Antigravity Awesome Skills.
Set of DevOps skills for Claude Code.
Bootstrap - Developer onboarding accelerator. Analyzes project requirements, detects missing dependencies, generates Docker/docker-compose configs, creates .env templates, sets up pre-commit hooks, configures IDE settings (VSCode/Cursor), and troubleshoots 'it works on my machine' issues. Gets developers productive in minutes, not hours.