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.
codemcp
Imported from https://www.skillhub.club/skills/ezyang-codemcp.
accessibility
Audit and improve web accessibility following WCAG 2.1 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".
flight
Flight canvas for comparing flights and selecting seats. Use when users need to browse flight options and book seats.
mirascope
Imported from https://www.skillhub.club/skills/mirascope-mirascope.
kiro-skill
Imported from https://github.com/feiskyer/claude-code-settings.
skill-from-masters
Help users create high-quality skills by discovering and incorporating proven methodologies from domain experts. Use this skill BEFORE skill-creator when users want to create a new skill - it enhances skill-creator by first identifying expert frameworks and best practices to incorporate. Triggers on requests like "help me create a skill for X" or "I want to make a skill that does Y". This skill guides methodology selection, then hands off to skill-creator for the actual skill generation.
agent-creator
Guide for creating Multi-Agent System (MAS) implementations. Use this skill when you need to create agent teams with different coordination patterns: centralized (TeamSwarm with orchestrator) or decentralized (Swarm workflow). Uses filesystem-server tools (write_file, edit_file, read_file) to create complete agent team structures in ./agents/ directory with proper configuration, prompts, and swarm definitions based on task requirements.
theme-factory
Step-by-step guide to add a new UI theme to AiderDesk (SCSS + CSS variables + types + i18n).
ja
Imported from https://github.com/wasabeef/claude-code-cookbook.
rds
AWS RDS relational database service for managed databases. Use when provisioning databases, configuring backups, managing replicas, troubleshooting connectivity, or optimizing performance.
cognito
AWS Cognito user authentication and authorization service. Use when setting up user pools, configuring identity pools, implementing OAuth flows, managing user attributes, or integrating with social identity providers.
secrets-manager
AWS Secrets Manager for secure secret storage and rotation. Use when storing credentials, configuring automatic rotation, managing secret versions, retrieving secrets in applications, or integrating with RDS.
python-math
Small Python utilities for math and text files.
pm
This skill provides Product Manager expertise for spec-driven development, guiding the creation of product requirements, user stories, and roadmaps using a structured, phased approach to ensure clarity, validation, and traceability.
bun-shell
Imported from https://github.com/secondsky/claude-skills.
chrome-devtools
Browser automation with Puppeteer CLI scripts. Use for screenshots, performance analysis, network monitoring, web scraping, form automation, or encountering JavaScript debugging, browser automation errors.
cloudflare-workers-migration
This skill helps migrate applications from AWS Lambda, Vercel, Express, and Node.js to Cloudflare Workers, providing decision trees, error solutions, and code patterns for porting to the edge with minimal changes and improved performance.
image-crop-rotate
Image processing skill for cropping images to 50% from center and rotating them 90 degrees clockwise. This skill should be used when users request image cropping to center, image rotation, or both operations combined on image files.
discover-important-function
When given a project codebase, this skill observes the important functions in the codebase for future action.
SQLite
Expert guidance for SQLite database with better-sqlite3 Node.js driver including database setup, queries, transactions, migrations, performance optimization, and integration with TypeScript. Use this when working with embedded databases, better-sqlite3 driver, or SQLite operations.
explain-code
Explain what code does in plain English
analyze-ci
Analyze failed GitHub Action jobs for a pull request.
fuzzing-python
Creating fuzz driver for Python libraries using LibFuzzer. This skill is useful when agent needs to work with creating fuzz drivers / fuzz targets for Python project and libraries.
pareto-optimization
Multi-objective optimization with Pareto frontiers. Use when optimizing multiple conflicting objectives simultaneously, finding trade-off solutions, or computing Pareto-optimal points.