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.

Start with the job to be done
26996 results
All outcomes · All facets
Page 56 of 1125
SkillHub ClubShip Full Stack

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.

A 8.3
Full StackBackendIntegration
unityautomationwebsocketgame-development
77
rank 83
hot 93
SkillHub ClubShip Full Stack

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.

A 7.5
Full Stack
food-deliverycli-toolautomationorder-management
323.7K
rank 99
hot 99
SkillHub ClubResearch & Ops

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.

A 8.0
Full StackData / AITesting
hypothesis-generationscientific-discoveryllm-automationdata-analysis
15.5K
rank 90
hot 99
SkillHub ClubBuild Mobile

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

A 7.8
Full StackMobile
2.3K
rank 80
hot 99
SkillHub ClubShip Full Stack

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.

A 8.2
Testing
spring-bootjunitmockmvcexception-handling
171
rank 82
hot 96
SkillHub ClubShip Full Stack

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.

A 8.5
Full Stack
typescripttype-systemgenericstype-safety
141
rank 85
hot 96
SkillHub ClubAnalyze Data & AI

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.

A 8.5
Data / AI
mass-spectrometrydata-processingmetabolomicspython-library
141
rank 85
hot 96
SkillHub ClubWrite Technical Docs

writing-skills

A meta-skill that applies TDD methodology to skill documentation creation, providing systematic guidance for writing effective, discoverable skills that resist rationalization.

A 8.5
Full StackTech WriterTesting
skill-developmenttest-driven-developmentdocumentationagent-optimization
141
rank 85
hot 96
SkillHub ClubWrite Technical Docs

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.

A 8.5
Full StackTech WriterIntegration
141
rank 85
hot 96
SkillHub ClubResearch & Ops

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.

A 8.4
Data / AITech WriterIntegration
hydrologyhec-rasusgs-nwismodel-validation
44
rank 84
hot 91
SkillHub ClubBuild Backend

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.

A 8.5
Backend
dotnetcsharpmicroservicescloud-native
43
rank 85
hot 90
SkillHub ClubAnalyze Data & AI

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.

A 8.2
SecurityData / AITesting
risk-managementcompliancefinancial-modelingregulatory
43
rank 82
hot 90
SkillHub ClubAnalyze Data & AI

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.

A 8.6
Data / AIDevOps
ragsearch-engineeringretrievalvector-search
42
rank 86
hot 90
SkillHub ClubShip Full Stack

Function Call Tracing

Instrument C/C++ with -finstrument-functions for execution tracing and Perfetto visualization

A 7.7
Full Stack
tracingprofilinginstrumentationperfetto
1.5K
rank 78
hot 99
SkillHub ClubShip Full Stack

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.

A 7.7
Full Stack
git-workflowcode-reviewbranch-managementpr-process
1.4K
rank 78
hot 99
SkillHub ClubWrite Technical Docs

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.

A 7.7
Tech WriterBackendFull Stack
slackteam-collaborationmessage-searchapi-integration
508
rank 77
hot 99
SkillHub ClubAnalyze Data & AI

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.

A 8.1
Data / AI
semantic-layerdata-modelingibisyaml-config
417
rank 81
hot 99
SkillHub ClubWrite Technical Docs

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.

A 7.3
Full StackTech Writer
memoryknowledge-basepersistenceclaude-os
220
rank 73
hot 97
SkillHub ClubShip Full Stack

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.

A 8.3
FrontendBackendFull Stack
sveltekitremote-functionsfullstacktypescript
192
rank 83
hot 97
SkillHub ClubRun DevOps

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.

A 8.0
FrontendDevOps
sveltedeploymentvitepwa
192
rank 80
hot 97
SkillHub ClubWrite Technical Docs

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

C 6.6
Full StackBackendData / AI
llmapicliautomation
165
rank 67
hot 96
SkillHub ClubRun DevOps

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.

A 8.2
DevOps
kubernetesmulti-clouddevopscloud-providers
159
rank 82
hot 96
SkillHub ClubBuild Backend

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.

A 8.4
BackendDesigner
database-migrationsql-schemaflywayorm
141
rank 84
hot 96
SkillHub ClubRun DevOps

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.

A 8.4
TestingFull StackDevOps
test-automationci-cdpython-testingintegration-tests
141
rank 84
hot 96
Previous
Page 56 of 1125
Next