By Rehan-Ul-Haq
Containerize apps into secure, production-grade Dockerfiles and docker-compose files, deploy zero-shot to Minikube Kubernetes with auto-generated Helm charts, build MCP servers for AI agents using FastMCP and OpenAI SDKs, generate polished React/Vue/HTML UIs and ChatGPT widgets, fetch filtered official docs for key libraries, validate skills against production criteria, and run discovery conversations to clarify intents.
Containerizes applications with impact-aware Dockerfiles and docker-compose configurations. This skill should be used when containerizing projects for Docker, creating Dockerfiles, docker-compose files, or preparing applications for Kubernetes deployment. It performs impact analysis first (env vars, network topology, auth/CORS), then generates properly configured container configs. Invokes the impact-analyzer subagent for comprehensive project scanning.
Create production-grade widgets for ChatGPT Apps using the OpenAI Apps SDK. Use when users ask to build widgets, UI components, or visual interfaces for ChatGPT applications. Supports any widget type including progress trackers, quiz interfaces, content viewers, data cards, carousels, forms, charts, dashboards, maps, video players, or custom interactive elements. IMPORTANT - Always clarify requirements before building. Creates complete implementations following official OpenAI UX/UI guidelines with window.openai integration, theme support, and accessibility.
Conducts discovery conversations to understand user intent and agree on approach before taking action. Use when users ask for recommendations, need brainstorming, want to clarify requirements, or when requests could be misunderstood. Prevents building the wrong thing by uncovering WHY behind WHAT.
Fetches official documentation for external libraries and frameworks (React, Next.js, Prisma, FastAPI, Express, Tailwind, MongoDB, etc.) with 60-90% token savings via content-type filtering. Use this skill when implementing features using library APIs, debugging library-specific errors, troubleshooting configuration issues, installing or setting up frameworks, integrating third-party packages, upgrading between library versions, or looking up correct API patterns and best practices. Triggers automatically during coding work - fetch docs before writing library code to get correct patterns, not after guessing wrong.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
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 collection of Claude Code custom skills (plugin) for containerization, MCP development, Kubernetes deployment, frontend design, and productivity workflows.
Add the marketplace and install the plugin:
/plugin marketplace add <github-username>/my-skills
/plugin install my-skills@my-skills
Or from the CLI:
claude plugin marketplace add <github-username>/my-skills
claude plugin install my-skills@my-skills
git clone <repo-url> my-skills
Then add the local marketplace:
/plugin marketplace add ./my-skills
/plugin install my-skills@my-skills
Copy the skills/ directory into your personal Claude Code skills folder:
cp -r skills/* ~/.claude/skills/
Copy specific skills into your project's .claude/skills/ directory:
cp -r skills/writing-dockerfile .claude/skills/
| Skill | Type | Description |
|---|---|---|
| containerize-apps | Builder | Containerizes applications with impact-aware Dockerfiles and docker-compose configurations |
| creating-chatgpt-widgets | Builder | Create production-grade widgets for ChatGPT Apps using OpenAI Apps SDK |
| discovering-intent | Guide | Conducts discovery conversations to understand user intent before taking action |
| fetch-library-docs | Automation | Fetches official library documentation with 60-90% token savings via content filtering |
| frontend-design | Builder | Create distinctive, production-grade frontend interfaces avoiding generic AI aesthetics |
| mcp-builder | Guide | High-quality MCP server development in TypeScript or Python |
| mcp-chatkit-integration | Guide | Build MCP servers and integrate with OpenAI ChatKit and Agents SDK |
| minikube-deploy | Automation | Zero-shot deployment of any containerized application to local Kubernetes |
| skill-creator-pro | Meta | Create production-grade, reusable skills that extend Claude's capabilities |
| skill-validator | Validator | Validates skills against 9-category production-level criteria with scoring |
| writing-dockerfile | Builder | Generate secure, production-ready Dockerfiles with multi-stage builds |
my-skills/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Marketplace catalog for distribution
├── skills/
│ └── <skill-name>/
│ ├── SKILL.md # Main skill instructions (required)
│ ├── references/ # Domain knowledge and patterns
│ ├── assets/ # Templates and boilerplate
│ └── scripts/ # Executable automation
└── README.md
Each skill follows the Claude Code plugin convention:
SKILL.md -- Entry point with YAML frontmatter (name, description) and core instructionsreferences/ -- Detailed domain documentation loaded on demandassets/ -- Templates, Dockerfiles, Helm charts, and other reusable filesscripts/ -- Shell and Python scripts for automation tasksSkills are invoked automatically by Claude when their description matches the current task, or manually via slash commands:
/containerize-apps
/writing-dockerfile
/fetch-library-docs react
/minikube-deploy
/skill-creator-pro
skills/ using kebab-case (max 64 characters)SKILL.md with YAML frontmatter:---
name: your-skill-name
description: What this skill does and when Claude should use it.
---
# Skill Title
Instructions for Claude...
references/, templates in assets/, scripts in scripts/SKILL.md under 500 lines -- move detailed content to reference filesnpx claudepluginhub rehan-ul-haq/my-skills --plugin my-skillsComprehensive 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.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
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
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.