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.
rclone
This skill provides rclone commands for uploading, syncing, and managing files across multiple cloud storage providers. It includes setup verification, configuration guidance for S3, R2, B2, Google Drive, and Dropbox, plus practical commands with flags for different transfer scenarios.
wheels-model-generator
A highly practical and well-documented Skill that addresses critical production issues in Wheels ORM model generation with clear anti-pattern prevention and production-tested solutions.
ccs-delegation
Automates delegation of deterministic coding tasks (typos, tests, refactoring) to cost-optimized AI models via CCS CLI. Parses user intent, selects optimal profile based on task analysis, enhances prompts with context, and reports execution results. Includes session continuation and detailed error handling.
openai-api
Build with OpenAI stateless APIs - Chat Completions (GPT-5.2, o3), Realtime voice, Batch API (50% savings), Embeddings, DALL-E 3, Whisper, and TTS. Prevents 16 documented errors. Use when: implementing GPT-5 chat, streaming, function calling, embeddings for RAG, or troubleshooting rate limits (429), API errors, TypeScript issues, model name errors.
agent-sandbox-skill
This skill provides a CLI wrapper for E2B sandboxes, enabling safe execution of code, commands, and file operations in isolated environments. It handles sandbox lifecycle, file transfers, and browser automation with clear prerequisites and troubleshooting steps.
product-management
Turns Claude into a product manager that identifies feature gaps using a structured WINNING scoring system, syncs with GitHub Issues to prevent duplicates, and generates PRDs. It organizes findings in a local .pm/ folder and helps prioritize what to build next based on pain, timing, and execution capability.
testing-frontend
Provides concrete testing patterns for React and Vue applications using Vitest and Testing Library. Covers component testing, async operations, forms, hooks, mocking, and integration tests with practical code examples. Includes guidance on test organization, performance, and accessibility testing.
analytics-interpretation
This skill interprets GA4 and Google Search Console data with clear benchmarks, status indicators, and actionable insights. It provides structured templates for metric summaries, calculates content health scores, and helps identify traffic quality patterns and anomalies for data-driven decisions.
bash-defensive-patterns
Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.
obsidian
This Skill provides CLI access to Obsidian vaults through obsidian-cli, enabling search, create, move, and delete operations on notes. It focuses on practical vault discovery and safe file operations with wikilink updates. The tool is specifically designed for Obsidian power users who want to automate their note management.
woocommerce-backend-dev
This skill enforces WooCommerce backend PHP development standards, ensuring code follows project conventions for file structure, naming, testing, and data integrity. It mandates its use before writing unit tests or modifying backend code, linking to detailed guides for specific tasks like dependency injection and hook usage.
paper-search-usage
This skill provides unified access to search academic papers across six major platforms including arXiv and PubMed. It defines clear trigger phrases for when users need to find research papers. The skill helps researchers avoid switching between different search interfaces.
postgresql-table-design
Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features
transformers
Provides comprehensive guidance for using Hugging Face Transformers library across NLP, vision, and audio tasks. Covers installation, authentication, pipelines for quick inference, model loading, text generation, fine-tuning, and tokenization with practical code examples.
approval-workflow
This skill automates multi-stakeholder approval workflows for marketing assets. It defines tiered approval chains based on budget, audience reach, and risk, routes requests to approvers, tracks status, handles escalations, and maintains audit trails. The detailed configuration examples and real-world scenarios make it immediately usable for teams managing content reviews.
Command Development
This skill teaches developers how to create and manage slash commands for Claude Code. It covers command structure, YAML frontmatter options, dynamic arguments, file references, and bash execution. The documentation explains when to use project vs personal commands and provides clear examples of proper command syntax.
idapython
IDA Pro Python scripting for reverse engineering. Use when writing IDAPython scripts, analyzing binaries, working with IDA's API for disassembly, decompilation (Hex-Rays), type systems, cross-references, functions, segments, or any IDA database manipulation. Covers ida_* modules (50+), idautils iterators, and common patterns.
address-sanitizer
AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C/C++ code to find buffer overflows and use-after-free bugs.
create-subagents
This skill provides detailed guidance for creating and managing Claude Code subagents. It covers file structure, configuration, prompt writing, and multi-agent workflow design. Includes troubleshooting for common issues like tool misuse and constraint violations.
pr-checks
A comprehensive PR review automation skill that systematically addresses CodeRabbit feedback, ensures PR description quality, runs tests, and maintains code standards through a structured workflow.
massgen-config-creator
A comprehensive guide for creating YAML configuration files for MassGen multi-agent systems, emphasizing best practices, consistency, and referencing authoritative documentation.
prompt-enhancer
This skill analyzes a user's brief development request and existing project files to generate detailed, context-aware implementation requirements. It follows a clear four-step workflow, provides stack-specific templates (Flutter, Next.js, Python), and requires user confirmation before proceeding. It addresses the common problem of vague prompts in coding assistance.
ui-design-review
Provides structured prompting patterns for UI design reviews using Gemini's vision capabilities. Includes specific templates for usability analysis, WCAG accessibility audits, and design system consistency checks. Covers multiple image input methods and severity guidelines.
breaking-change-detector
Detect and warn about breaking API/schema changes before implementation. Auto-trigger when modifying API routes, database schemas, or public interfaces. Validates changes against api-strategy.md versioning rules. Suggests migration paths for breaking changes. Prevents removing endpoints, changing request/response formats, dropping database columns, modifying function signatures without deprecation.