Marketplace
SkillHub Club catalog feed.
Public marketplace mirror sourced from skillhub.club. This source view keeps the new outcome-first browsing model while filtering server-side to a single upstream feed.
pmo-retrospective
Provides a structured six-gate framework for conducting portfolio-level retrospectives, from context setting to knowledge sharing. It includes specific templates, anti-rationalization tables, and blocker criteria to ensure actionable outcomes. The skill is designed for PMOs to systematically capture and apply lessons learned across projects.
integrating-stripe-webhooks
Provides specific solutions for Stripe webhook implementation problems, focusing on raw body parsing across frameworks and fixing TypeScript type issues with subscription data. Includes framework examples for Fastify, Express, and FastAPI, plus common error patterns and debugging steps.
shell-scripting
Provides concrete guidance for writing reliable bash scripts with defensive programming patterns. Covers when to use shell vs other languages, mandatory safety practices, common pitfalls, and practical templates. Emphasizes ShellCheck compliance, proper error handling, and simplicity over complexity.
confluent-schema-registry
This skill provides expert guidance on Confluent Schema Registry for managing Avro, Protobuf, and JSON Schema schemas in Kafka, covering schema evolution strategies, compatibility modes, validation, and best practices for both cloud and self-hosted deployments.
unity-uitoolkit
Provides guidance for Unity UI Toolkit development including UXML structure, USS styling patterns, and C# VisualElement manipulation. Offers concrete code examples for common tasks like editor window setup, class toggling, and data binding. Helps developers follow Unity's recommended UI Toolkit practices.
terraform-engineer
A Terraform expert agent that helps design and implement infrastructure as code across multiple clouds. It provides structured workflows for module development, state management, security scanning, and cost estimation using tools like terraform, terragrunt, checkov, and infracost.
qa-expert
This skill provides structured QA guidance with specific workflows for test planning, execution, and defect tracking. It integrates with tools like Selenium, Cypress, and Jira, offering concrete checklists and communication protocols for quality analysis and implementation phases.
game-developer
A specialized agent for game development tasks covering Unity, Unreal, Godot, and web frameworks. Provides structured workflows for architecture, graphics, physics, AI, and networking with specific performance targets like 60 FPS and load times under 3 seconds.
google-sheets-sprint-order
This skill orders Google Sheets development sprints using topological sorting to resolve dependencies, preventing execution failures by ensuring prerequisites complete first. It detects cycles, identifies parallelizable tasks, and calculates critical paths for optimized workflow execution.
youtube-downloader
Provides yt-dlp commands for downloading videos and audio from YouTube and 1000+ sites. Covers quality selection, format conversion, playlist handling, subtitle extraction, and batch operations with practical examples for common use cases.
zinc-database
Access ZINC (230M+ purchasable compounds). Search by ZINC ID/SMILES, similarity searches, 3D-ready structures for docking, analog discovery, for virtual screening and drug discovery.
ispc-lit-tests
Provides specific guidelines for writing lit tests for the ISPC compiler, focusing on regression testing, code generation verification, and diagnostic checking. Includes practical examples for portable patterns, target-specific tests, and intermediate IR inspection.
qutip
This skill provides a Claude interface to QuTiP, a Python library for simulating quantum systems. It covers state creation, time evolution with multiple solvers, visualization, and advanced methods like Floquet theory. The documentation includes installation steps, core examples, and performance tips for quantum optics and computing tasks.
skill-developer
Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule.
treatment-plans
Generate concise (3-4 page), focused medical treatment plans in LaTeX/PDF format for all clinical specialties. Supports general medical treatment, rehabilitation therapy, mental health care, chronic disease management, perioperative care, and pain management. Includes SMART goal frameworks, evidence-based interventions with minimal text citations, regulatory compliance (HIPAA), and professional formatting. Prioritizes brevity and clinical actionability.
geniml
A Python package for applying machine learning to genomic interval data from BED files. It provides tools for learning embeddings of genomic regions (Region2Vec), single cells (scEmbed), and metadata (BEDspace), building consensus peaks, and enabling similarity search. It integrates with common bioinformatics workflows like scanpy for scATAC-seq analysis.
latchbio-integration
Provides guidance for building and deploying bioinformatics workflows on the Latch platform. Covers workflow creation with Python decorators, cloud data management using LatchFile/LatchDir, resource configuration for tasks, and integration of existing Nextflow/Snakemake pipelines. Includes practical examples for RNA-seq analysis and GPU-accelerated workflows.
sequential-thinking
Use when complex problems require systematic step-by-step reasoning with ability to revise thoughts, branch into alternative approaches, or dynamically adjust scope. Ideal for multi-stage analysis, design planning, problem decomposition, or tasks with initially unclear scope.
nanobanana-skill
This skill provides image generation and editing capabilities using Google's Gemini API through a Python wrapper. It supports multiple aspect ratios, resolution options, and two Gemini models. The documentation clearly explains setup requirements, usage patterns, and includes practical examples for different scenarios.
error-handling
A comprehensive error handling framework for AI assistants that prioritizes user experience by auto-fixing common errors silently and translating technical issues into actionable guidance.
session-recovery
A well-designed skill for maintaining AI assistant context across sessions and IDEs, enabling seamless project continuation with comprehensive memory management and smart summarization.
rails-upgrade-assistant
This skill automates Rails application upgrades from versions 7.0 to 8.1.1. It generates a detection script to find breaking changes in your codebase, then creates detailed upgrade reports based on actual findings. The process saves significant manual effort by providing file:line references and step-by-step migration guides.
cpp-pro
Comprehensive C++ expert skill with extensive coverage of modern C++20/23 features, performance optimization techniques, and systems programming patterns. Well-structured workflow with clear development phases and integration capabilities.
openhue
This skill provides Claude access to the OpenHue CLI for controlling Philips Hue lights and scenes. It enables basic light operations (on/off, brightness, color), scene activation, and status queries through simple command patterns. The skill wraps an existing CLI tool rather than creating new functionality.