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.
test-driven-development
This skill enforces strict Test-Driven Development workflow by checking for test files before implementation and verifying tests fail first. It provides clear violation handling rules, integrates with debugging and review skills, and includes practical examples for bug fixes. The approach is uncompromising but ensures proper TDD discipline.
openai-whisper
Local speech-to-text with the Whisper CLI (no API key).
voice-call
Start voice calls via the Clawdbot voice-call plugin.
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Gemini CLI's capabilities with specialized knowledge, workflows, or tool integrations.
ui
Imported from https://github.com/promptfoo/promptfoo.
mot
System health check (MOT) for skills, agents, hooks, and memory
at-dispatch-v2
Converts PyTorch ATen kernel dispatch macros from legacy AT_DISPATCH format to the newer AT_DISPATCH_V2 API. Provides clear mapping tables, step-by-step instructions, and handles edge cases like multi-line lambdas with internal commas. Focuses on accurate syntax transformation without compilation testing.
shopify-debugging
Complete debugging and troubleshooting guide for Shopify including Liquid errors, theme preview debugging, API error handling, JavaScript console debugging, network request inspection, cart issues, checkout problems, and common error codes. Use when debugging Liquid syntax errors, troubleshooting theme rendering issues, fixing API errors, debugging JavaScript, investigating cart problems, or resolving webhook failures.
claude-code-skills
Provides a detailed reference for creating and organizing Claude Code skills, including folder structure, SKILL.md templates, progressive disclosure patterns, and hook implementation. It's essentially a meta-skill for skill developers.
project-health-check
Provides a structured framework for evaluating individual project health across six dimensions (schedule, cost, scope, quality, risk, stakeholder). Includes specific metrics, assessment questions, and a weighted scoring system. Generates detailed reports with root cause analysis and prioritized recommendations. Has clear anti-rationalization rules and escalation criteria for critical issues.
continuity-ledger
Creates external ledger files to preserve session state across Claude's /clear operations. Uses markdown files in .ring/ledgers/ to track goals, decisions, progress, and open questions. Enables resuming complex multi-phase work after clearing context without losing understanding.
vendor-implementation
基于Hyperliquid成功实现经验,为新交易所供应商提供Yuan框架集成指南。使用此技能当需要为新的交易所创建供应商实现,包括项目结构设计、API集成、核心服务实现和最佳实践。适用于交易所API集成、金融系统开发、微服务架构设计。
create-skill
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends your capabilities with specialized knowledge, workflows, or tool integrations.
spotify-player
This skill provides terminal-based Spotify control via spogo or spotify_player CLI tools. It enables search, playback control, device switching, and status checking from the command line. Requires Spotify Premium and proper authentication setup.
codex-skill
Use when user asks to leverage codex, gpt-5, or gpt-5.1 to implement something (usually implement a plan or feature designed by Claude). Provides non-interactive automation mode for hands-off task execution without approval prompts.
conference-talk-builder
Create conference talk outlines and iA Presenter markdown slides using the Story Circle narrative framework. Use when the user wants to structure a tech talk, create presentation slides, or needs help organizing talk ideas into a story-driven format.
nextjs-stripe-integration
Add Stripe payment processing to Next.js projects. Implement checkout sessions, payment handling, subscriptions, webhooks, and customer management. Use when adding Stripe to a Next.js project, building payment flows, implementing subscriptions, or integrating payment processing.
typescript-type-safety
Use when encountering TypeScript any types, type errors, or lax type checking - eliminates type holes and enforces strict type safety through proper interfaces, type guards, and module augmentation
Fixing Bugs Systematically
Provides a structured protocol for diagnosing software bugs with clear investigation paths. Differentiates between simple and complex bugs, uses parallel agent investigation for multi-system issues, and includes validation steps before implementation. Ties fixes back to existing documentation like feature specs and user stories.
creating-cursor-commands
Expert guidance for creating effective Cursor slash commands with best practices, format requirements, and schema validation
creating-windsurf-packages
Use when creating Windsurf rules - provides plain markdown format with NO frontmatter, 12,000 character limit, and single-file structure requirements
prpm-json-best-practices
Provides detailed guidance for creating and maintaining prpm.json package manifests for the PRPM package manager. Covers single packages, multi-package repos, collections, and combined setups with clear examples and field explanations. Helps developers publish packages correctly to the registry.
iterating
A well-designed methodology for maintaining context across multiple Claude sessions with clear checkpoint patterns, environment detection, and structured work logging for iterative development.
template-engine
This skill provides a template engine for loading, validating, and populating templates across frameworks. It searches for templates in multiple locations, parses placeholders and conditional logic, gathers inputs from context or prompts, and saves artifacts with metadata. It supports Handlebars-like syntax and integrates with other skills for artifact tracking.