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.
data-lake-platform
Provides detailed reference for building data lakes and lakehouses with specific tool recommendations, decision trees, and architecture patterns. Includes practical templates for ingestion, transformation, storage, and query layers with clear guidance on when to use each technology.
skill-creator
Provides detailed guidance for creating Claude Skills, including structure, principles, and examples. Offers practical templates and scripts for packaging skills. Focuses on efficient context usage and appropriate freedom levels for different tasks.
handoff
A tool for cycling Claude sessions while preserving work context. It addresses token limits by starting fresh sessions with pinned work assignments intact. Useful when context gets full or when needing a new perspective on ongoing tasks.
content-research-writer
Acts as a writing partner that helps structure outlines, research topics with citations, improve hooks, and provide section-by-section feedback. Guides users through complete writing workflows for articles, tutorials, and newsletters while preserving their unique voice.
MCP OAuth Cloudflare
Add OAuth authentication to MCP servers on Cloudflare Workers. Uses @cloudflare/workers-oauth-provider with Google OAuth for Claude.ai-compatible authentication. Prevents 9 documented errors including RFC 8707 audience bugs, Claude.ai connection failures, and CSRF vulnerabilities. Use when building MCP servers that need user authentication, implementing Dynamic Client Registration (DCR) for Claude.ai, or replacing static auth tokens with OAuth flows. Includes workarounds for production redirect URI mismatches and re-auth loop issues.
openai-responses
Build agentic AI with OpenAI Responses API - stateful conversations with preserved reasoning, built-in tools (Code Interpreter, File Search, Web Search), and MCP integration. Prevents 11 documented errors. Use when: building agents with persistent reasoning, using server-side tools, or migrating from Chat Completions/Assistants for better multi-turn performance.
sveltia-cms
Set up Sveltia CMS - lightweight Git-backed CMS successor to Decap/Netlify CMS (300KB bundle, 270+ fixes). Framework-agnostic for Hugo, Jekyll, 11ty, Astro. Prevents 10 documented errors. Use when adding CMS to static sites, migrating from Decap CMS, or fixing OAuth, YAML parse, datetime timezone, GDPR font loading, or CORS/COOP errors.
chaos-engineering-resilience
Provides a structured approach to chaos engineering with clear steps for failure injection, steady state definition, and blast radius control. Includes practical examples for network, infrastructure, and application failures with automatic rollback triggers.
debugger-detective
A debugging skill that uses AST call chain analysis to trace error origins and find root causes. It provides structured workflows for bug investigation with clear commands for tracing callers and callees. Focuses on understanding code execution flow rather than text searching.
xml-standards
A comprehensive XML schema specification for structuring Claude Code agents and commands, providing standardized templates and best practices for consistent agent development.
requirements-elicitation
Provides structured techniques for clarifying vague requirements through methods like the 5 Whys, concrete examples, and stakeholder interviews. Includes templates for user stories, acceptance criteria, and stakeholder management matrices to transform ambiguous requests into testable specifications.
competitive-intelligence
A comprehensive competitive intelligence framework with clear processes for landscape mapping, feature comparison, win/loss analysis, battlecard creation, and ongoing tracking.
dbt-materializations
This skill provides detailed guidance on selecting and implementing dbt materialization strategies. It covers ephemeral, view, table, incremental, snapshot, and Python models with concrete examples, decision matrices, and practical implementation advice for data engineers working with dbt.
feishu-drive
Feishu cloud storage file management. Activate when user mentions cloud space, folders, drive.
gifgrep
Search GIF providers with CLI/TUI, download results, and extract stills/sheets.
playwright
Imported from https://github.com/n8n-io/n8n.
react
React component development guide. Use when working with React components (.tsx files), creating UI, using @lobehub/ui components, implementing routing, or building frontend features. Triggers on React component creation, modification, layout implementation, or navigation tasks.
vaex
Use this skill for processing and analyzing large tabular datasets (billions of rows) that exceed available RAM. Vaex excels at out-of-core DataFrame operations, lazy evaluation, fast aggregations, efficient visualization of big data, and machine learning on large datasets. Apply when users need to work with large CSV/HDF5/Arrow/Parquet files, perform fast statistics on massive datasets, create visualizations of big data, or build ML pipelines that do not fit in memory.
benchling-integration
Provides Python SDK integration for Benchling's life sciences R&D platform. Enables programmatic management of DNA/protein registries, inventory systems, electronic lab notebooks, and workflow automation. Includes authentication setup, entity CRUD operations, pagination handling, and error management for scientific data pipelines.
qutip
This skill wraps the QuTiP library for simulating quantum systems, focusing on open quantum systems with master equations and Lindblad dynamics. It provides specific examples for quantum optics, cavity QED, and decoherence studies, with clear boundaries on when to use it versus circuit-based quantum computing libraries.
sympy
This skill provides detailed guidance for using SymPy, a Python library for symbolic mathematics. It covers algebra, calculus, equation solving, and code generation with practical examples. The documentation is extensive and well-organized for developers needing exact symbolic computation.
cellxgene-census
This skill provides programmatic access to the CELLxGENE Census, a large single-cell genomics database with 61M+ cells. It enables querying expression data by cell type, tissue, or disease, integrates with PyTorch and scanpy, and supports both in-memory and out-of-core processing for different query sizes.
arboreto
Infer gene regulatory networks (GRNs) from gene expression data using scalable algorithms (GRNBoost2, GENIE3). Use when analyzing transcriptomics data (bulk RNA-seq, single-cell RNA-seq) to identify transcription factor-target gene relationships and regulatory interactions. Supports distributed computation for large-scale datasets.
medchem
A Python library for applying medicinal chemistry rules and structural alerts to filter compound libraries. It implements established rules like Lipinski's Rule of Five, PAINS filters, and Lilly demerits, with batch processing and command-line interface support for drug discovery workflows.