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 48 of 1125
SkillHub ClubRun DevOps

moai-platform-neon

Provides specialized guidance for Neon serverless PostgreSQL, covering auto-scaling, database branching, PITR, and connection pooling. Includes concrete code examples for Vercel Edge Functions, Next.js App Router, and Drizzle ORM integration. Offers a complete branch manager class and migration workflows.

A 8.7
DevOpsFrontendBackend
postgresqlserverlessdatabase-branchingneon
56
rank 87
hot 92
SkillHub ClubResearch & Ops

docs-ai-prd

This skill provides templates and guidance for creating product requirements and project context documentation optimized for AI coding assistants. It helps teams write PRDs, specs, and CLAUDE.md files that coding tools can execute effectively, reducing ambiguity in implementation work.

A 8.3
Tech WriterFull StackData / AI
prd-generationproject-documentationai-assistantspec-templates
42
rank 83
hot 90
SkillHub ClubRun DevOps

code-review

This skill provides a structured checklist for reviewing code across security, correctness, performance, and maintainability. It includes specific examples of vulnerabilities in Python and JavaScript, along with command-line tools for automated scanning. The output format organizes findings into critical issues, improvements, and positive notes.

A 8.4
Full StackSecurity
code-reviewsecurity-auditcode-qualitybest-practices
32.6K
rank 94
hot 99
SkillHub ClubResearch & Ops

labarchive-integration

This skill provides programmatic access to LabArchives electronic lab notebooks via REST API. It enables automation of notebook backups, entry creation, attachment management, and integration with research tools like Jupyter and REDCap. Includes Python scripts for common operations and detailed authentication guides.

A 7.9
IntegrationBackendData / AI
electronic-lab-notebookapi-integrationresearch-automationdata-management
15.5K
rank 90
hot 99
SkillHub ClubResearch & Ops

torchdrug

PyTorch-native graph neural networks for molecules and proteins. Use when building custom GNN architectures for drug discovery, protein modeling, or knowledge graph reasoning. Best for custom model development, protein property prediction, retrosynthesis. For pre-trained models and diverse featurizers use deepchem; for benchmark datasets use pytdc.

A 8.2
Full Stack
15.5K
rank 90
hot 99
SkillHub ClubAnalyze Data & AI

omero-integration

This skill provides a Python-based interface to OMERO, a microscopy data management platform. It enables programmatic access to images, datasets, and metadata, supports ROI creation/analysis, batch processing, and integrates analysis results back into OMERO. It's essentially a wrapper and guide for the official omero-py library.

A 7.9
IntegrationBackendData / AI
microscopydata-managementpython-apiimage-analysis
15.5K
rank 90
hot 99
SkillHub ClubResearch & Ops

opentargets-database

Provides GraphQL API access to Open Targets Platform for querying target-disease associations, drug target data, tractability scores, and genetic evidence. Enables systematic therapeutic target identification with detailed evidence retrieval and known drug information.

A 7.9
Full StackBackendData / AI
bioinformaticsdrug-discoverygraphql-apitarget-prioritization
15.5K
rank 90
hot 99
SkillHub ClubAnalyze Data & AI

deeptools

This skill provides a comprehensive interface to deepTools for NGS data analysis. It covers BAM to bigWig conversion, quality control metrics, sample correlation, and visualization workflows for ChIP-seq, RNA-seq, and ATAC-seq data. The documentation includes practical examples and genome size references.

A 7.9
Data / AI
ngs-analysisbioinformaticsgenomicsdata-visualization
15.5K
rank 90
hot 99
SkillHub ClubWrite Technical Docs

property-based-testing

Provides guidance for property-based testing across multiple languages and smart contracts. Use when writing tests, reviewing code with serialization/validation/parsing patterns, designing features, or when property-based testing would provide stronger coverage than example-based tests.

A 8.2
Full StackTech WriterTesting
3.7K
rank 83
hot 99
SkillHub ClubRun DevOps

fuzzing-obstacles

Techniques for patching code to overcome fuzzing obstacles. Use when checksums, global state, or other barriers block fuzzer progress.

A 7.9
Full StackSecurity
3.7K
rank 83
hot 99
SkillHub ClubRun DevOps

triaging-module-requests

Automates GitHub issue triage for MultiQC module requests by calculating priority scores based on tool popularity, community engagement, and technical feasibility. Integrates with GitHub workflows to label issues, post analysis comments, and update project boards. Handles multiple operation modes including single analysis, batch processing, and dry runs.

A 8.2
DevOpsFull StackIntegration
github-automationissue-triagepriority-scoringworkflow-integration
1.4K
rank 82
hot 99
SkillHub ClubWrite Technical Docs

doc-sync

Synchronizes docs across a repository. Use when user asks to sync docs.

A 8.0
Full StackTech WriterIntegration
769
rank 80
hot 99
SkillHub ClubShip Full Stack

codebase-analysis

This skill automates initial codebase exploration by running a Python script that analyzes repository structure, patterns, and context. It's designed as a foundation for deeper technical analysis rather than a standalone tool. The trigger is clear: activate when users need orientation in unfamiliar codebases.

A 7.7
Full Stack
code-understandingrepository-analysisarchitecture-reviewonboarding-tool
769
rank 77
hot 99
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
Previous
Page 48 of 1125
Next