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 49 of 1125
SkillHub ClubDesign Product

solution-design

This skill automates solution generation for defined problems by executing a Python script that provides multiple reasoning perspectives. It's designed for users who already have identified root causes and need structured solution options without preliminary exploration.

A 7.5
Full StackDesigner
solution-generationproblem-solvingworkflow-automationdecision-support
769
rank 75
hot 99
SkillHub ClubResearch & Ops

pymatgen

Provides Python-based tools for materials science research, including crystal structure manipulation, file format conversion, phase diagram calculation, and direct access to the Materials Project database. It handles common computational chemistry workflows and integrates with VASP, Quantum ESPRESSO outputs.

A 8.6
Full StackBackendData / AI
materials-sciencecrystal-structurescomputational-chemistrydata-analysis
141
rank 86
hot 96
SkillHub ClubWrite Technical Docs

executive-reporting

A highly structured and professional skill for creating executive-level reports and dashboards, featuring clear frameworks, practical templates, and robust quality gates.

A 8.2
Tech Writer
executive-reportingproject-managementstakeholder-communicationstatus-updates
135
rank 82
hot 95
SkillHub ClubAnalyze Data & AI

generate-factory

This skill automatically generates test data factories from schemas or TypeScript interfaces, using Faker.js for realistic data. It reduces manual test setup by mapping field types to appropriate Faker methods and supports traits, overrides, and deterministic seeding for reproducible tests.

A 8.4
TestingData / AI
test-datafactory-patternfakertypescript
98
rank 84
hot 94
SkillHub ClubWrite Technical Docs

playwright-best-practices

This skill provides concrete guidance for writing Playwright tests, focusing on resilient locators, Page Object Models, and test isolation. It addresses common pitfalls like context overflow in CLI agents and offers specific configuration examples. The content is practical with clear code samples showing what to avoid and what to use.

A 8.4
TestingTech Writer
playwrighttest-automationbest-practicesqa
40
rank 84
hot 90
SkillHub ClubShip Full Stack

rust

This skill provides a detailed workflow for Rust development emphasizing cargo check over build for speed. It includes decision trees for command selection, clippy strategies, and practical scripts for common tasks like dependency updates and pre-commit validation. Focuses on avoiding slow release builds during development.

A 8.8
Full Stack
rustcargocliworkflow
37
rank 88
hot 90
SkillHub ClubShip Full Stack

fuzzing-dictionary

Fuzzing dictionaries guide fuzzers with domain-specific tokens. Use when fuzzing parsers, protocols, or format-specific code.

A 7.8
Full Stack
3.7K
rank 83
hot 99
SkillHub ClubBuild Mobile

1k-cross-platform

Cross-platform development patterns for OneKey. Use when writing platform-specific code, handling platform differences, or understanding platform extensions. Triggers on platform, native, web, desktop, extension, mobile, ios, android, electron, react native.

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

codex

Well-structured skill for OpenAI Codex CLI automation with clear step-by-step instructions, session management, and comprehensive sandbox modes, but limited to specific Codex CLI users.

B 6.6
Full Stack
906
rank 75
hot 99
SkillHub ClubRun DevOps

Railway CLI Management

This skill provides a comprehensive reference for Railway CLI commands covering deployment, service management, environment variables, logs, scaling, and database connections. It includes practical examples for common workflows like debugging failed deployments and monitoring multiple services. The documentation explains JSON output parsing with jq and addresses common issues users might encounter.

A 8.3
DevOpsBackend
railwayclideploymentinfrastructure
499
rank 83
hot 99
SkillHub ClubShip Full Stack

nvim-config

This skill manages Neovim configuration files using a modern Lua-based structure. It provides templates for init.lua, plugin setup with lazy.nvim, LSP configuration, keymaps, and editor options. It handles both initial setup and ongoing modifications to a symlinked config directory.

A 8.4
Full StackIntegration
neovimeditor-configurationlualsp-setup
189
rank 84
hot 97
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
Previous
Page 49 of 1125
Next