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.
claudish-integration
A well-designed integration skill that establishes standardized patterns for dynamically querying model recommendations from Claudish, promoting a single source of truth for OpenRouter models.
context-detection
This skill detects project technology stacks by analyzing config files, directory structures, and file extensions. It supports multi-stack detection for fullstack projects and maps findings to specific skill paths for Claude's dev plugin. The detection follows a clear priority order and includes error handling for ambiguous cases.
code-review
Coordinates four specialized AI agents (security, performance, quality, testing) to review code changes. Provides structured findings with severity/confidence ratings and actionable fixes. Includes checklists for each perspective and generates synthesis reports with decision recommendations.
skill-reinforcement
A meta-skill that automatically triggers after any skill use to capture learnings, identify anti-patterns, and update skill documentation. It provides structured templates for documenting shortcuts, failure modes, and workflow improvements to prevent knowledge loss between sessions.
data-analyst
A data analyst skill that provides structured workflows for SQL querying, dashboard creation, and statistical analysis. It includes specific checklists for data quality, visualization design, and stakeholder communication. The skill integrates with tools like Tableau, Power BI, and dbt to deliver actionable business insights.
python
This skill provides detailed guidance for using uv as a Python package manager and project tool. It covers project setup, dependency management, script execution, and Python version control. The documentation includes migration guides from pip/virtualenv, troubleshooting steps, and integration examples with common dev tools.
github
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
nano-pdf
Edit PDFs with natural-language instructions using the nano-pdf CLI.
prd
Generate high-quality Product Requirements Documents (PRDs) for software systems and AI-powered features. Includes executive summaries, user stories, technical specifications, and risk analysis.
algolia-search
Expert patterns for Algolia search implementation, indexing strategies, React InstantSearch, and relevance tuning Use when: adding search to, algolia, instantsearch, search api, search functionality.
planning-with-files
Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring >5 tool calls. Supports automatic session recovery after /clear.
pymoo
This skill provides a Python interface to the pymoo library for solving multi-objective optimization problems. It implements algorithms like NSGA-II and NSGA-III, handles constraints, and includes benchmark problems for testing. The documentation offers clear workflows for single, multi, and many-objective optimization with practical code examples.
paper-2-web
Converts academic papers (LaTeX/PDF) into websites, videos, and posters. Handles multiple output formats with specific commands for each use case. Includes troubleshooting for large papers and complex math. Integrates with schematic generation for visual enhancement.
zarr-python
This skill provides comprehensive guidance for using Zarr, a Python library for chunked N-dimensional array storage. It covers array creation, chunking strategies, compression options, cloud integration, and common troubleshooting patterns for scientific computing workflows.
seo
Optimize for search engine visibility and ranking. Use when asked to "improve SEO", "optimize for search", "fix meta tags", "add structured data", "sitemap optimization", or "search engine optimization".
agentic-jujutsu
A version control wrapper that learns from AI agent operations to suggest optimal workflows. It tracks trajectories, discovers patterns, and coordinates multiple agents without conflicts using quantum-resistant cryptography for integrity verification.
reportlab
Provides detailed guidance for using ReportLab Python library to generate PDF documents including invoices, reports, certificates, and labels. Covers both Canvas API for precise positioning and Platypus for flowing documents, with examples for tables, charts, barcodes, and troubleshooting common issues.
oracle
A CLI tool that bundles code files with prompts for AI analysis, supporting browser and API modes with session management. It helps developers get contextual code assistance by providing relevant files to language models.
lamindb
Provides guidance for using LaminDB, an open-source Python framework for managing biological data with FAIR principles. Covers data versioning, ontology annotation, workflow tracking, and deployment across local and cloud environments. Includes specific code examples for common operations like artifact creation, querying, and lineage visualization.
aflpp
AFL++ is a fork of AFL with better fuzzing performance and advanced features. Use for multi-core fuzzing of C/C++ projects.
sqs
AWS SQS message queue service for decoupled architectures. Use when creating queues, configuring dead-letter queues, managing visibility timeouts, implementing FIFO ordering, or integrating with Lambda.
midjourney-card-news-backgrounds
Generates structured Midjourney prompts for 600x600 card news backgrounds. Provides clear prompt templates, style categories for different topics, and text overlay optimization guidelines. Focuses on practical output for social media graphics.
color-palette
Generate complete, accessible colour palettes from a single brand hex. Produces 11-shade scale (50-950), semantic tokens, dark mode variants, and Tailwind v4 CSS output. Includes WCAG contrast checking. Use when setting up design systems, creating Tailwind themes, building brand colours from a hex value, or checking colour accessibility.
cloudflare-hyperdrive
Connect Workers to PostgreSQL/MySQL with Hyperdrive's global pooling and caching. Use when: connecting to existing databases, setting up connection pools, using node-postgres/mysql2, integrating Drizzle/Prisma, or troubleshooting pool acquisition failures, TLS errors, or nodejs_compat missing. Prevents 11 documented errors.