Marketplace

Find the right skill for the job.

Browse the full catalog through outcome-first channels, technical facets, rating filters, and server-side pagination built for a large public marketplace.

Start with the job to be done
26996 results
All outcomes · All facets
Page 15 of 1125
SkillHub ClubAnalyze Data & AI

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.

A 8.9
Data / AI
transformershuggingfacenlpmodel-inference
141
rank 89
hot 96
SkillHub ClubGrow & Distribute

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.

A 8.9
Full StackTech Writer
approval-processworkflow-automationgovernancemarketing-ops
98
rank 89
hot 94
SkillHub ClubShip Full Stack

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.

A 8.4
Full Stack
claude-codeslash-commandsdeveloper-toolsworkflow-automation
79.8K
rank 99
hot 99
SkillHub ClubWrite Technical Docs

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.

A 8.5
Full StackBackendTech Writer
6.5K
rank 86
hot 99
SkillHub ClubRun DevOps

address-sanitizer

AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C/C++ code to find buffer overflows and use-after-free bugs.

A 8.8
Full StackSecurity
3.6K
rank 88
hot 99
SkillHub ClubWrite Technical Docs

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.

S 9.4
Full StackTech WriterDesigner
subagent-creationworkflow-orchestrationclaude-codeagent-patterns
1.6K
rank 94
hot 99
SkillHub ClubShip Full Stack

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.

A 8.0
Full StackTesting
pr-reviewcode-qualitygit-workflowautomation
843
rank 80
hot 99
SkillHub ClubShip Full Stack

massgen-config-creator

A comprehensive guide for creating YAML configuration files for MassGen multi-agent systems, emphasizing best practices, consistency, and referencing authoritative documentation.

A 7.9
Full Stack
configurationyamlmulti-agentdocumentation
843
rank 79
hot 99
SkillHub ClubShip Full Stack

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.

A 8.6
Full StackFrontend
prompt-engineeringcode-analysisrequirements-gatheringproject-scaffolding
784
rank 86
hot 99
SkillHub ClubDesign Product

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.

A 7.9
DesignerFrontendData / AI
ui-reviewaccessibilitydesign-systemmultimodal-ai
246
rank 79
hot 98
SkillHub ClubShip Full Stack

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.

S 9.0
Full StackBackend
71
rank 90
hot 93
SkillHub ClubShip Full Stack

protocol-reverse-engineering

Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network traffic, understanding proprietary protocols, or debugging network communication.

B 7.4
Full Stack
31.6K
rank 94
hot 99
SkillHub ClubAnalyze Data & AI

G2 Legend Expert

Provides detailed knowledge of G2 chart library's legend rendering system, including component inference, layout calculation, and interaction handling. Explains why manual padding changes legend height and offers concrete solutions. Useful for developers customizing or debugging G2 legends.

A 8.4
FrontendData / AI
data-visualizationg2-chartslegend-configurationlayout-debugging
12.5K
rank 89
hot 99
SkillHub ClubWrite Technical Docs

woocommerce-copy-guidelines

Provides clear guidelines for writing user-facing text in WooCommerce, focusing on sentence case usage. Includes specific examples for buttons, labels, messages, and exceptions for proper nouns. Helps maintain consistent UI copy across the platform.

A 8.2
Tech WriterFrontend
copywritingui-textstyle-guidewoocommerce
10.2K
rank 88
hot 99
SkillHub ClubRun DevOps

fastmcp

Build MCP servers in Python with FastMCP to expose tools, resources, and prompts to LLMs. Supports storage backends, middleware, OAuth Proxy, OpenAPI integration, and FastMCP Cloud deployment. Prevents 30+ errors. Use when: creating MCP servers, or troubleshooting module-level server, storage, lifespan, middleware, OAuth, background tasks, or FastAPI mount errors.

A 8.7
Full StackBackendDevOps
626
rank 87
hot 99
SkillHub ClubShip Full Stack

accessibility-testing

This skill provides automated and manual testing tools for web accessibility compliance with WCAG 2.2 standards. It includes code examples for keyboard navigation, axe-core integration, and screen reader validation. The documentation clearly outlines legal requirements and provides actionable checklists for developers and QA teams.

A 8.7
TestingFull StackIntegration
accessibilitywcagscreen-readercompliance
262
rank 87
hot 98
SkillHub ClubRun DevOps

shopify-app-dev

Custom Shopify app development using Shopify CLI, app architecture, OAuth authentication, app extensions, admin UI, Hydrogen/Remix frameworks, and deployment. Use when creating Shopify apps, setting up Shopify CLI, building app extensions, implementing OAuth flows, creating admin UI components, working with Hydrogen or Remix, deploying to Cloudflare Workers, or integrating third-party services with Shopify stores.

A 8.9
Full StackFrontendDevOps
141
rank 89
hot 96
SkillHub ClubShip Full Stack

zig-system-calls

Provides Zig developers with a cross-platform system call interface using bun.sys as an alternative to std.fs. Offers better error handling with Maybe(T) return types, automatic EINTR retry, and detailed error information including errno, syscall tags, and file descriptors.

A 8.3
Full Stack
zigsystem-callsfile-iocross-platform
88.2K
rank 99
hot 99
SkillHub ClubShip Full Stack

Plugin Settings

A well-documented pattern for storing plugin configuration using YAML frontmatter in .local.md files, providing clear implementation guidance for per-project settings management.

A 8.4
Full StackIntegration
plugin-configurationstate-managementyaml-frontmatterproject-settings
79.8K
rank 99
hot 99
SkillHub ClubWrite Technical Docs

Art

Complete visual content system. USE WHEN user wants to create visual content, illustrations, diagrams, OR mentions art, header images, visualizations, mermaid, flowchart, technical diagram, infographic, PAI icon, pack icon, or PAI pack icon.

A 8.1
Full StackTech WriterDesigner
10K
rank 88
hot 99
SkillHub ClubWrite Technical Docs

card-news-generator

This skill automates the creation of Instagram-style 600x600 card news series. It generates content based on a topic, then runs Python scripts to produce image cards with solid colors or user-provided background images. It handles text wrapping, image resizing, and provides clear file output.

A 8.1
DesignerTech Writer
social-mediaimage-generationcontent-creationautomation
783
rank 81
hot 99
SkillHub ClubAnalyze Data & AI

claude-md-enhancer

Analyzes, generates, and enhances CLAUDE.md files for any project type using best practices, modular architecture support, and tech stack customization. Use when setting up new projects, improving existing CLAUDE.md files, or establishing AI-assisted development standards.

A 8.0
Full StackData / AI
611
rank 80
hot 99
SkillHub ClubAnalyze Data & AI

stock-analyzer

Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.

A 7.8
Full StackData / AI
416
rank 78
hot 99
SkillHub ClubDesign Product

browser-debugger

Integrates Chrome DevTools with vision models to automate UI testing, design fidelity checks, and debugging. Provides step-by-step protocols for different agent roles, model selection guidance, and concrete validation flows. Focuses on real browser interaction rather than synthetic testing.

A 8.2
FrontendDesignerTesting
browser-testingvisual-validationdebuggingui-qa
246
rank 82
hot 98
Previous
Page 15 of 1125
Next