Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
deploy
Help users deploy their portfolio to production. Covers Vercel, Netlify, Cloudflare Pages, GitHub Pages, Docker, and MCP integration for AI-driven deployment.
JacbK/persona 11
-
content
Generate authentic, compelling copy for portfolios. Covers tone calibration, taglines, bios, project descriptions, and avoiding assumptions.
JacbK/persona 11
-
research
Gather information about users from materials, profile config, GitHub, and web search to inform portfolio content and design decisions.
JacbK/persona 11
-
colors
Reference guide for portfolio color palettes. Includes quick vibe lookup, full palettes, and application guidelines using the 60-30-10 rule.
JacbK/persona 11
-
nano-banana-pro
Generate images using Google's Nano Banana Pro (gemini-3-pro-image-preview). Accepts text prompts and optionally images (for editing/transformation) as INPUT. Returns generated IMAGES as OUTPUT. Use when user asks to create, generate, edit, or draw images, infographics, visualizations, diagrams, charts, or illustrations. Excellent for data-accurate infographics and text rendering.
stared/gemini-claude-skills 7
-
gemini-consultant
Get a second opinion from Gemini 3 Pro (gemini-3-pro-preview). Accepts text, code, and images as INPUT. Returns TEXT analysis, advice, and feedback. Use for code review, analyzing screenshots, UX feedback, debugging, architecture review, or web search.
stared/gemini-claude-skills 7
-
mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Rehan-Ul-Haq/my-skills 9
-
containerize-apps
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.
Rehan-Ul-Haq/my-skills 9
-
writing-dockerfile
Generates secure, production-ready Dockerfiles with multi-stage builds and security hardening. Use when Claude needs to write Dockerfiles for containerized applications.
Rehan-Ul-Haq/my-skills 9
-
skill-validator
Validates skills against production-level criteria with 9-category scoring.
This skill should be used when reviewing, auditing, or improving skills to
ensure quality standards. Evaluates structure, content, user interaction,
documentation, domain standards, technical robustness, maintainability,
zero-shot implementation, and reusability. Returns actionable validation
report with scores and improvement recommendations.
Rehan-Ul-Haq/my-skills 9
-
mcp-chatkit-integration
Build MCP (Model Context Protocol) servers and integrate them with OpenAI ChatKit and Agents SDK.
Use this skill when Claude needs to:
(1) Create an MCP server using FastMCP with Streamable HTTP transport
(2) Define MCP tools for agents to call
(3) Integrate MCP servers with OpenAI Agents SDK using MCPServerStreamableHttp
(4) Build ChatKit server backends that use MCP tools
(5) Handle multi-tenant user context injection for MCP tools
(6) Debug MCP connection timeouts or tool execution issues
(7) Deploy MCP servers in Docker/Kubernetes environments
Rehan-Ul-Haq/my-skills 9
-
discovering-intent
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.
Rehan-Ul-Haq/my-skills 9
-
creating-chatgpt-widgets
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.
Rehan-Ul-Haq/my-skills 9
-
frontend-design
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.
Rehan-Ul-Haq/my-skills 9
-
fetch-library-docs
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.
Rehan-Ul-Haq/my-skills 9
-
minikube-deploy
Zero-shot deployment of ANY containerized application to local Kubernetes using Minikube. Use when Claude needs to: (1) Deploy any project to Minikube without prior setup, (2) Auto-detect services from Dockerfiles or docker-compose.yml, (3) Generate Helm charts dynamically for detected services, (4) Build and deploy multiple services automatically, (5) Enable optional Dapr for event-driven architecture, (6) Migrate any docker-compose project to Kubernetes. Works with monorepos, single apps, any number of services. Cross-platform (Linux, macOS, Windows). Triggers: 'deploy to minikube', 'run on kubernetes locally', 'local k8s', 'minikube deployment'.
Rehan-Ul-Haq/my-skills 9
-
skill-creator-pro
Creates production-grade, reusable skills that extend Claude's capabilities.
This skill should be used when users want to create a new skill, improve an
existing skill, or build domain-specific intelligence. Gathers context from
codebase, conversation, and authentic sources before creating adaptable skills.
Rehan-Ul-Haq/my-skills 9
-
web-browser
Browser automation using the agent-browser CLI (Chromium via Playwright). Use it to navigate pages, capture snapshots, and interact with elements.
deybhayden/dotfiles 9
-
vscode
VS Code integration for viewing diffs and comparing files. Use when showing file differences to the user.
deybhayden/dotfiles 9
-
commit
Read this skill before making git commits
deybhayden/dotfiles 9
-
uv
Use `uv` instead of pip/python/venv. Run scripts with `uv run script.py`, add deps with `uv add`, use inline script metadata for standalone scripts.
deybhayden/dotfiles 9
-
frontend-design
Design and implement distinctive, production-ready frontend interfaces with strong aesthetic direction. Use when asked to create or restyle web pages, components, or applications (HTML/CSS/JS, React, Vue, etc.).
deybhayden/dotfiles 9
-
command-guard
JKHeadley/instar 48
-
instar-feedback
JKHeadley/instar 48