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.
skills
Provides WebSocket-based control of Unity Editor with 500+ commands for GameObject manipulation, scene management, component operations, and SQLite database integration. Enables scripted automation of Unity workflows from Claude Code via JSON-RPC 2.0 protocol on localhost ports 9500-9600.
food-order
This Claude Skill automates Foodora order reordering and tracking via the ordercli command-line tool. It focuses on safety by requiring explicit user confirmation before placing orders, provides preview functionality, and includes tracking commands. The skill requires external tool installation and Foodora account setup.
hypogenic
Automates hypothesis generation and testing from tabular data using LLMs. Combines literature insights with empirical patterns through three methods: data-driven generation, literature integration, and hybrid approaches. Includes Redis caching, parallel processing, and configurable prompts for systematic research exploration.
ignoring-sentry-errors
Filters specific errors from Sentry reporting in this OneKey monorepo. Use when needing to ignore/suppress/filter Sentry errors, add error exclusions, or stop certain errors from being reported. Handles platform-specific filtering (desktop/mobile/web/extension).
unit-test-exception-handler
Provides a clear pattern for unit testing Spring's @ExceptionHandler and @ControllerAdvice. Includes setup instructions for Maven/Gradle, practical examples for different exception types, and verifies HTTP status codes and response structure using MockMvc.
typescript-advanced-types
Provides detailed guidance on TypeScript's advanced type features including generics, conditional types, mapped types, and template literals. Includes practical code examples for building type-safe applications, type inference techniques, and common patterns. Covers best practices and performance considerations for real-world usage.
matchms
Provides Python code for mass spectrometry data workflows using matchms library. Handles file import/export, spectrum filtering, similarity calculations, and compound identification. Includes 10 practical workflows for metabolomics analysis with clear examples.
writing-skills
A meta-skill that applies TDD methodology to skill documentation creation, providing systematic guidance for writing effective, discoverable skills that resist rationalization.
Skill Development
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
integrating-usgs-gauges
This skill provides navigation to USGS gauge integration workflows for HEC-RAS hydraulic modeling. It points to existing documentation and code examples rather than duplicating content, covering spatial discovery, data retrieval, boundary condition generation, and model validation with metrics like NSE and KGE.
dotnet-core-expert
A comprehensive and well-structured .NET Core expert skill that provides detailed guidance on modern .NET 8 development with excellent coverage of architecture patterns, performance optimization, and cloud-native practices.
risk-manager
This skill provides structured frameworks for enterprise risk identification, quantification, and mitigation across financial, operational, and cybersecurity domains. It integrates multiple analytical tools including Python, R, and SQL for modeling, with checklists for compliance verification and risk reporting automation.
ai-rag
Provides concrete patterns for building RAG and search systems, covering chunking, hybrid retrieval, reranking, and evaluation. Includes decision trees, implementation checklists, and links to templates for production deployment. Focuses on separating retrieval quality from answer quality and treating staleness as a correctness issue.
Function Call Tracing
Instrument C/C++ with -finstrument-functions for execution tracing and Perfetto visualization
managing-git-workflow
This Skill provides standardized Git workflow guidance for HASH development teams. It enforces branch naming conventions linking to Linear tickets, defines PR creation templates, and offers detailed review procedures with specific CLI commands for gathering context.
slack-usage
This skill provides clear guidance for searching Slack messages and accessing channel history through MCP tools. It emphasizes using search over history for efficiency and includes practical API tips like rate limiting and message formatting. The documentation covers common workflows and token types.
bsl-model-builder
This skill helps build semantic data models using the Boring Semantic Layer (BSL). It defines dimensions and measures on Ibis tables, supports joins, and allows configuration via YAML. It's designed for creating reusable data models for analytics.
memory
Saves user-provided information to Claude OS knowledge bases for recall in future sessions. Uses trigger phrases like 'remember this' to store structured notes with titles, categories, and key points. Automatically categorizes content and confirms saves briefly.
sveltekit-remote-functions
Provides guidance for SvelteKit's experimental remote functions feature, explaining command(), query(), and form() patterns for server-side execution from client components. Includes practical examples, validation with Valibot/Zod, caching strategies, and comparison with traditional approaches.
svelte-deployment
This skill provides quick reference commands and configuration snippets for deploying SvelteKit applications. It covers adapters for static sites, Node.js, and Cloudflare, plus guidance on library authoring and PWA setup. It includes specific gotchas for Cloudflare deployment and version compatibility notes.
llm-models
Access Claude, Gemini, Kimi, GLM and 100+ LLMs via inference.sh CLI using OpenRouter. Models: Claude Opus 4.5, Claude Sonnet 4.5, Claude Haiku 4.5, Gemini 3 Pro, Kimi K2, GLM-4.6, Intellect 3. One API for all models with automatic fallback and cost optimization. Use for: AI assistants, code generation, reasoning, agents, chat, content generation. Triggers: claude api, openrouter, llm api, claude sonnet, claude opus, gemini api, kimi, language model, gpt alternative, anthropic api, ai model api, llm access, chat api, claude alternative, openai alternative
building-with-multi-cloud
This skill provides concrete guidance for deploying Kubernetes across six major cloud providers. It focuses on the key insight that only cluster provisioning differs between clouds, while application deployment remains identical. Includes cost comparisons, CLI commands, and decision frameworks for choosing providers based on budget and needs.
Database Implementation
Provides concrete guidance for database schema design and migrations using SQL, Flyway, and Exposed ORM. Includes validation commands, migration patterns, common blockers with solutions, and performance tips. Focuses on practical implementation with specific examples for table creation, foreign keys, and rollback strategies.
run-tests
This skill intelligently runs minimal test suites for code changes in the Datadog Python tracer project. It analyzes modified files, maps them to test suites via patterns, selects only necessary Python environments, and executes tests with Docker service management. It prevents running all tests unnecessarily, saving developer time during iteration.