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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.