Marketplace

SkillHub Club catalog feed.

Public marketplace mirror sourced from skillhub.club. This source view keeps the new outcome-first browsing model while filtering server-side to a single upstream feed.

Start with the job to be done
26985 results
All outcomes · All facets
Page 55 of 1125
SkillHub ClubAnalyze Data & AI

verification-before-completion

Enforces a discipline where AI agents must run verification commands and show evidence before claiming task completion. Provides concrete examples for different contexts like testing, building, and linting, with specific command templates and success criteria.

A 8.6
Full StackDevOpsData / AI
workflow-enforcementquality-gateagent-disciplineverification
97
rank 86
hot 94
SkillHub ClubResearch & Ops

oracle-gemini

A well-structured skill that uses Gemini as an oracle for code review and planning, with clear boundaries, robust error handling, and thoughtful model selection guidance.

A 8.1
Full StackData / AI
code-reviewplanningai-oraclegemini
73
rank 81
hot 93
SkillHub ClubGrow & Distribute

content-marketer

A comprehensive and well-structured content marketing expert skill with clear workflows, practical checklists, and integration with marketing tools for measurable business results.

A 8.0
Tech WriterData / AIIntegration
content-marketingseostrategyanalytics
43
rank 80
hot 90
SkillHub ClubShip Full Stack

gifgrep

A CLI/TUI tool for searching GIFs from Tenor and Giphy, downloading results, and extracting still frames or frame sheets. It provides multiple output formats including JSON and URL lists, with options for batch processing and preview generation. The tool requires API keys for full functionality but includes a demo mode for Tenor.

A 7.4
Full StackBackend
gif-searchcli-toolmedia-extractiontui-interface
323.7K
rank 99
hot 99
SkillHub ClubShip Full Stack

draw-io

draw.io diagram creation, editing, and review. Use for .drawio XML editing, PNG conversion, layout adjustment, and AWS icon usage.

C 6.6
Full Stack
23.2K
rank 92
hot 99
SkillHub ClubRun DevOps

notebooklm

Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.

C 6.6
Full StackSecurity
23.2K
rank 92
hot 99
SkillHub ClubResearch & Ops

gwas-database

This skill provides programmatic access to the NHGRI-EBI GWAS Catalog for querying SNP-trait associations. It includes Python code examples for API calls, explains data structure, and covers variant, trait, and gene searches. The documentation details when to use it and includes practical query patterns for genetic epidemiology work.

A 7.9
Full StackBackendData / AI
genomicsbioinformaticsdata-queryapi-wrapper
15.5K
rank 90
hot 99
SkillHub ClubWrite Technical Docs

baoyu-slide-deck

Generates professional slide deck images from content. Creates outlines with style instructions, then generates individual slide images. Use when user asks to "create slides", "make a presentation", "generate deck", "slide deck", or "PPT".

C 6.6
Full StackTech Writer
9.5K
rank 88
hot 99
SkillHub ClubShip Full Stack

1k-adding-chains

Guide for adding new blockchain chains to OneKey. Use when implementing new chain support, adding blockchain protocols, or understanding chain architecture. Triggers on chain, blockchain, protocol, network, coin, token, add chain, new chain.

A 7.9
Full Stack
2.3K
rank 80
hot 99
SkillHub ClubShip Full Stack

activitypub-pr-workflow

This skill enforces consistent PR creation workflows for the WordPress ActivityPub plugin. It provides branch naming conventions, required PR settings, changelog rules, and pre-push checks. It helps developers avoid common mistakes and maintain project standards.

A 8.1
Full StackIntegration
git-workflowpr-checklistcode-reviewautomation
565
rank 81
hot 99
SkillHub ClubWrite Technical Docs

javascript-testing-patterns

Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows.

A 8.6
Full StackFrontendTech Writer
141
rank 86
hot 96
SkillHub ClubResearch & Ops

prompt-improver

This skill transforms vague user prompts into actionable requests through systematic research and targeted questioning. It follows a 4-phase workflow: research, question generation, user clarification, and execution. The skill only activates when a hook detects ambiguous prompts, preventing unnecessary interruptions for clear requests.

A 8.1
Full Stack
prompt-engineeringcode-assistanceworkflow-automationdeveloper-tools
141
rank 81
hot 96
SkillHub ClubResearch & Ops

flaky-fix

This skill analyzes flaky test patterns and suggests or applies fixes based on research from FlakyFix and FlaKat. It categorizes common issues like timing dependencies, async problems, and shared state, providing concrete code examples for each fix. It distinguishes between safe auto-fixes and those needing manual review.

A 8.0
Testing
flaky-teststest-automationcode-fixesci-cd
98
rank 80
hot 94
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
Previous
Page 55 of 1125
Next