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 49 of 1125
SkillHub ClubBuild Backend

spring-boot-rest-api-standards

This skill provides concrete patterns for building REST APIs with Spring Boot. It covers URL design, HTTP methods, status codes, DTOs, validation, error handling, and pagination. Includes ready-to-use Java code examples for controllers, DTOs, and global exception handlers. Focuses on separating API contracts from domain models and applying consistent architectural layers.

A 8.0
BackendDesigner
spring-bootrest-apibest-practicesjava
171
rank 80
hot 96
SkillHub ClubShip Full Stack

unit-test-utility-methods

A comprehensive and well-structured guide for unit testing utility classes and static methods with JUnit 5, covering various scenarios from basic to parameterized testing.

A 8.4
Testing
unit-testingjava-testingjunit-5utility-classes
161
rank 84
hot 96
SkillHub ClubResearch & Ops

ops-security-audit

Provides a structured six-phase workflow for infrastructure security audits, from scoping to verification. Includes specific templates for audit plans, scanning commands, review checklists, compliance mapping, and remediation tracking. Clearly defines triggers and when to use related skills.

A 8.5
SecurityFull StackTesting
security-auditcompliancecloud-securityworkflow
141
rank 85
hot 96
SkillHub ClubResearch & Ops

clinicaltrials-database

Query ClinicalTrials.gov via API v2. Search trials by condition, drug, location, status, or phase. Retrieve trial details by NCT ID, export data, for clinical research and patient matching.

A 8.5
Full StackBackendData / AI
141
rank 85
hot 96
SkillHub ClubAnalyze Data & AI

financial-document-parser

Extract and analyze data from invoices, receipts, bank statements, and financial documents. Categorize expenses, track recurring charges, and generate expense reports. Use when user provides financial PDFs or images.

A 8.3
Full StackData / AI
141
rank 83
hot 96
SkillHub ClubAnalyze Data & AI

ga4-privacy-compliance

Provides detailed guidance for implementing Google Analytics 4 privacy compliance features, including Consent Mode v2 configuration, GDPR/CCPA requirements, data deletion workflows, and integration with consent management platforms. Offers specific code examples for gtag.js and GTM implementations.

A 8.3
SecurityData / AIIntegration
ga4privacy-compliancegdprconsent-mode
141
rank 83
hot 96
SkillHub ClubWrite Technical Docs

internal-comms

Provides structured templates for common internal business communications like status reports, newsletters, and incident reports. Guides users through selecting appropriate formats and following company-specific guidelines for consistent messaging.

A 8.3
Tech Writer
internal-communicationsdocumentation-templatescorporate-writing
141
rank 83
hot 96
SkillHub ClubShip Full Stack

just-cli

Provides detailed guidance for creating and managing Justfiles, a command runner alternative to Make. Covers recipe syntax, attributes, modules, and common patterns like check/write workflows. Includes practical examples for status reporting, inline scripts, and dependency management.

A 8.3
Full Stack
task-automationjustfilecli-toolsdev-workflow
73
rank 83
hot 93
SkillHub ClubBuild Backend

dev-api-design

Provides concrete patterns for designing REST, GraphQL, and gRPC APIs with specific guidance on versioning, authentication, pagination, and error handling. Includes decision trees for choosing API styles and links to language-specific best practices for Node.js, Go, Rust, and Python.

A 8.6
BackendDesigner
api-designrest-graphql-grpcopenapibackend-patterns
42
rank 86
hot 90
SkillHub ClubResearch & Ops

product-management

Provides ready-to-use templates for core product management tasks like customer interviews, outcome roadmaps, OKRs, and 1:1 meetings. Includes a decision tree to guide users to the right template. Focuses on operational execution over theory, with clear do/avoid guidelines.

A 8.4
Full Stack
product-managementtemplatesroadmappingokrs
42
rank 84
hot 90
SkillHub ClubAnalyze Data & AI

single-cell-cellphonedb-communication-mapping

This skill wraps omicverse's CellPhoneDB v5 implementation for analyzing ligand-receptor interactions in single-cell data. It provides a structured workflow from data preparation to visualization using CellChat-style plots, with detailed troubleshooting guidance for common issues like metadata formatting and database setup.

A 8.1
Data / AIBackendFull Stack
single-cell-analysiscell-cell-communicationbioinformaticsdata-visualization
855
rank 81
hot 99
SkillHub ClubAnalyze Data & AI

Subagents Guide

A guide for creating and managing specialized AI subagents in Claude Code that handle specific tasks with isolated context. It explains when to delegate work, how to configure tools with least privilege, and provides concrete examples for code review, testing, and debugging workflows.

A 8.2
Full StackData / AITesting
claude-codeworkflow-automationagent-managementdeveloper-tools
499
rank 82
hot 99
SkillHub ClubShip Full Stack

Output Styles Guide

A Claude Skill that lets users customize system prompts for different workflows like teaching, learning, or analysis while keeping core file and script tools. Provides built-in styles and guides for creating custom ones via simple commands.

A 8.2
Full Stack
claude-codesystem-promptworkflow-customizationdeveloper-tools
499
rank 82
hot 99
SkillHub ClubShip Full Stack

go-dev-guidelines

This skill provides concrete checklists and patterns for Go development with a strict TDD approach. It enforces specific testing conventions like using testify/require, avoiding table-driven tests, and separating positive/negative test cases. Includes project structure templates and complete code examples for common scenarios.

A 7.9
Full StackTesting
gotestingtddcode-quality
262
rank 79
hot 98
SkillHub ClubDesign Product

canvas-design

This skill guides Claude through a two-step process to create visual art. First, it generates a detailed design philosophy manifesto. Then, it uses that philosophy to produce a polished PDF or PNG artwork, emphasizing craftsmanship, minimal text, and spatial expression over literal representation.

A 8.0
Designer
visual-designgenerative-artphilosophy-driventypography
176
rank 80
hot 96
SkillHub ClubRun DevOps

build-automation

A comprehensive build automation skill with excellent context-aware execution, structured failure handling, and seamless integration with plugin development workflows.

A 7.7
DevOpsFull StackIntegration
build-automationplugin-developmenterror-handlingworkflow-integration
162
rank 77
hot 96
SkillHub ClubDesign Product

ui-template-library

Captures visual design patterns from HTML mockups as structured prose descriptions, then applies those aesthetic 'vibes' to generate new mockups for different plugins with adaptive layouts. Manages a library of aesthetic templates with CRUD operations.

A 7.1
DesignerFrontend
ui-designdesign-systemsmockup-generationtemplate-management
162
rank 71
hot 96
SkillHub ClubRun DevOps

network-security-setup

Configure Claude Code sandbox network isolation with trusted domains, custom access policies, and environment variables

A 8.4
Security
securitynetworkisolationtrusted-domains
141
rank 84
hot 96
SkillHub ClubResearch & Ops

pubchem-database

This skill provides programmatic access to PubChem's chemical database via Python. It enables searching compounds by name, CID, or SMILES, retrieving molecular properties, performing similarity/substructure searches, and accessing bioactivity data. The documentation includes clear code examples for common cheminformatics tasks.

A 8.4
Full StackBackendData / AI
chemistrydata-queryscientific-researchapi-integration
141
rank 84
hot 96
SkillHub ClubShip Full Stack

clinvar-database

Query NCBI ClinVar for variant clinical significance. Search by gene/position, interpret pathogenicity classifications, access via E-utilities API or FTP, annotate VCFs, for genomic medicine.

A 8.4
Full StackBackend
141
rank 84
hot 96
SkillHub ClubBuild Mobile

react-native-setup

Expert in React Native environment setup and configuration. Helps with Node.js, Xcode, Android Studio, watchman installation, CocoaPods, simulators, emulators, and troubleshooting setup issues. Activates for environment setup, installation issues, xcode setup, android studio, simulators, emulators, react-native init, expo init, development environment, SDK configuration.

A 8.4
Full StackFrontendMobile
141
rank 84
hot 96
SkillHub ClubAnalyze Data & AI

llm-evaluation

Provides code and methodology for evaluating LLM outputs using automated metrics (BLEU, ROUGE, BERTScore), human evaluation guidelines, and statistical testing. Includes A/B testing, regression detection, and benchmarking frameworks with concrete Python examples.

A 8.4
Data / AITesting
llm-evaluationmodel-testingbenchmarkingmetrics
141
rank 84
hot 96
SkillHub ClubShip Full Stack

bioservices

Primary Python tool for 40+ bioinformatics services. Preferred for multi-database workflows: UniProt, KEGG, ChEMBL, PubChem, Reactome, QuickGO. Unified API for queries, ID mapping, pathway analysis. For direct REST control, use individual database skills (uniprot-database, kegg-database).

A 8.4
Full StackBackend
141
rank 84
hot 96
SkillHub ClubRun DevOps

aws-serverless-eda

Provides detailed guidance for building AWS serverless applications using Lambda, API Gateway, DynamoDB, Step Functions, and messaging services. Includes 5 integrated MCP servers for documentation, deployment, Lambda execution, workflow orchestration, and messaging. Covers Well-Architected Framework principles with code examples for common patterns.

A 8.4
DevOpsBackendFull Stack
aws-serverlessevent-driven-architecturelambdaapi-gateway
141
rank 84
hot 96
Previous
Page 49 of 1125
Next