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.
moai-plugin-builder
Claude Code plugin development patterns, templates, and best practices. Use when creating plugins, defining plugin components, or troubleshooting plugin issues.
git-rebase
Provides safe git rebase operations with mandatory backups, optimized scripts for faster execution, and clear recovery procedures. Includes specific scenarios for squashing, reordering, and updating branches with explicit safety rules.
regulatory-templates-setup
Initial setup sub-skill for regulatory template workflows that handles template selection, dictionary checks, and context initialization. Enforces strict validation before downstream gates execute, preventing errors in financial compliance documentation.
create-subagents
Expert guidance for creating, building, and using Claude Code subagents and the Task tool. Use when working with subagents, setting up agent configurations, understanding how agents work, or using the Task tool to launch specialized agents.
receiving-code-review
A highly structured and opinionated skill that transforms code review reception from social performance to technical verification, emphasizing verification before implementation and technical rigor over politeness.
project-astrology-numerology
This skill acts as a domain expert advisor for astrology/numerology calculations in code projects. It provides specific validation checklists, known bug patterns from past projects, and references to formulas. It's designed to catch common errors in astronomical calculations like timezone handling and quadrant loss.
sherpa-onnx-tts
Local text-to-speech via sherpa-onnx (offline, no cloud)
weather
Get current weather and forecasts (no API key required).
Process PDF files - extract text, create PDFs, merge documents. Use when user asks to read PDF, create PDF, or work with PDF files.
commit
Create a git commit with conventional commit format. MUST use anytime you want to commit changes.
game-development
Game development orchestrator. Routes to platform-specific skills based on project needs.
front-end
Imported from https://github.com/ThePrimeagen/99.
target-info-search-summarization
高精度的目标信息搜索与总结工作流。用于在全球范围内检索各类隐蔽、专业或难以直接获取的信息。当用户需要执行以下任务时使用:(1) 跨境行业调研(如交易所费用、授权协议、金融费率);(2) 海外政策与准入研究(如特定国家的行业标准、牌照申请、合规条款);(3) 深度竞争对手情报挖掘(如供应商体系、未公开的商业报价、招标详情);(4) 专业领域技术规范溯源(如行业标准协议、专业白皮书)。该技能通过跨语言迭代搜索、官方与生态系统交叉验证以及深度文件解析(filetype:pdf)确保信息的高置信度。
claude-code-mcp
Imported from https://www.skillhub.club/skills/steipete-claude-code-mcp.
moai-lang-ruby
A specialized Ruby 3.3+ and Rails 7.2 development assistant that provides code examples for controllers, models, RSpec tests, and modern patterns. Covers ActiveRecord, Hotwire/Turbo, Sidekiq jobs, and includes practical testing patterns with FactoryBot and system specs.
reuse-health-inline
An inline orchestration workflow that detects code duplication in TypeScript projects and consolidates it through prioritized phases. It uses reuse-hunter for detection and reuse-fixer for consolidation with validation gates after each step. The workflow runs directly without spawning separate agents, reducing token overhead.
file-todos
This skill should be used when managing the file-based todo tracking system in the todos/ directory. It provides workflows for creating todos, managing status and dependencies, conducting triage, and integrating with slash commands and code review processes.
unity-script-validator
A well-structured static analysis tool for Unity C# scripts that validates best practices, improves code quality, and provides actionable performance suggestions.
creating-skills
Provides a structured methodology for creating Claude skills using test-driven development principles. Includes practical scripts for initializing and packaging skills, with clear guidelines on when to create skills and how to structure them effectively.
docx
Provides tools for creating, editing, and analyzing Word documents through XML manipulation and markdown conversion. Supports tracked changes, comments, and formatting preservation with clear workflows for different document tasks.
stripe-patterns
Provides concrete patterns for integrating Stripe payments, including checkout sessions, webhook handling, and subscription management. Includes safety checklists, idempotency patterns, and evidence templates for testing. Focuses on preventing common mistakes like using production keys and missing signature verification.
Wheels Migration Generator
Generate database-agnostic Wheels migrations for creating tables, altering schemas, and managing database changes. Use when creating or modifying database schema, adding tables, columns, indexes, or foreign keys. Prevents database-specific SQL and ensures cross-database compatibility.
meeting-insights-analyzer
Analyzes meeting transcripts and recordings to uncover behavioral patterns, communication insights, and actionable feedback. Identifies when you avoid conflict, use filler words, dominate conversations, or miss opportunities to listen. Perfect for professionals seeking to improve their communication and leadership skills.
managing-cargo-dependencies
This skill provides specific guidance for managing Cargo.toml dependencies in HASH's Rust workspace. It enforces consistent patterns like 4-section organization, workspace dependency inheritance, and public/private flags. The skill includes practical examples and links to detailed resource files for common scenarios.