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 27 of 1125
SkillHub ClubShip Full Stack

react-hook-form-zod

Build type-safe validated forms using React Hook Form v7 and Zod v4. Single schema works on client and server with full TypeScript inference via z.infer. Use when building forms, multi-step wizards, or fixing uncontrolled warnings, resolver errors, useFieldArray issues, performance problems with large forms.

A 8.6
Full StackFrontendBackend
624
rank 86
hot 99
SkillHub ClubBuild Mobile

app-store-optimization

Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store

A 7.1
Full StackMobile
611
rank 73
hot 99
SkillHub ClubWrite Technical Docs

git-commit-validator

Validates git commit messages against conventional commit format with character limits and content restrictions. Includes a shell script for automated checking and provides clear examples of valid/invalid messages. Focuses on preventing AI attribution and maintaining clean git history.

A 8.0
Full StackData / AITech Writer
git-workflowcommit-validationcode-qualityconventional-commits
396
rank 80
hot 99
SkillHub ClubResearch & Ops

codebase-navigation

Provides structured patterns for exploring unfamiliar codebases using Glob and Grep commands. Guides developers through systematic discovery of project structure, entry points, and dependencies. Includes practical examples for finding implementations, tracing usage, and mapping architecture across different programming languages.

A 8.6
Full Stack
code-explorationproject-navigationcodebase-analysisonboarding
226
rank 86
hot 98
SkillHub ClubShip Full Stack

financial-modeling

A structured workflow for financial modeling that guides users through six phases: scoping, architecture, assumptions, build, validation, and documentation. It enforces best practices like input separation, no hardcoding, and mandatory sensitivity analysis while dispatching to a specialized financial-modeler agent.

A 8.4
Full Stack
financial-analysismodeling-workflowvaluationcorporate-finance
141
rank 84
hot 96
SkillHub ClubWrite Technical Docs

getting-started-guide

A guided onboarding skill for a novel writing tool. It activates when users express intent to start a new project and walks them through a seven-step methodology (constitution, specify, clarify, plan, tasks, write, analyze). It provides clear explanations, answers common questions, and offers practical first-use advice.

A 8.3
Tech WriterFull Stack
onboardingworkflow-guidenovel-writingmethodology
141
rank 83
hot 96
SkillHub ClubShip Full Stack

qa-resilience

Provides concrete patterns for testing system resilience including circuit breakers, retry strategies, timeout policies, and chaos experiments. Includes decision trees, library recommendations, and anti-patterns to avoid. Focuses on validating degraded modes and production guardrails.

A 8.9
Testing
resilience-engineeringchaos-testingfault-injectionqa-automation
42
rank 89
hot 90
SkillHub ClubShip Full Stack

simpy

Process-based discrete-event simulation framework in Python. Use this skill when building simulations of systems with processes, queues, resources, and time-based events such as manufacturing systems, service operations, network traffic, logistics, or any system where entities interact with shared resources over time.

A 8.5
Full Stack
15.5K
rank 90
hot 99
SkillHub ClubDesign Product

secure-workflow-guide

Guide you through Trail of Bits' 5-step secure development workflow. Runs Slither scans, checks special features (upgradeability/ERC conformance/token integration), generates visual security diagrams, helps document security properties for fuzzing/verification, and reviews manual security areas. (project, gitignored)

A 8.5
Full StackDesignerSecurity
3.7K
rank 85
hot 99
SkillHub ClubRun DevOps

variant-analysis

Find similar vulnerabilities and bugs across codebases using pattern-based analysis. Use when hunting bug variants, building CodeQL/Semgrep queries, analyzing security vulnerabilities, or performing systematic code audits after finding an initial issue.

A 8.5
Full StackSecurity
3.7K
rank 85
hot 99
SkillHub ClubRun DevOps

fix-review

Verifies that git commits address security audit findings without introducing bugs. This skill should be used when the user asks to "verify these commits fix the audit findings", "check if TOB-XXX was addressed", "review the fix branch", "validate remediation commits", "did these changes address the security report", "post-audit remediation review", "compare fix commits to audit report", or when reviewing commits against security audit reports.

A 8.0
Full StackSecurity
3.7K
rank 83
hot 99
SkillHub ClubWrite Technical Docs

Writing Documentation for LLMs

This skill teaches developers how to write documentation specifically for LLMs. It emphasizes assuming LLM competence, using progressive disclosure, prioritizing examples over explanations, and building validation into workflows. The guide provides concrete patterns like table of contents organization, conditional workflows, and verifiable outputs.

A 8.3
Tech WriterFull Stack
llm-promptingtechnical-writingdeveloper-toolsworkflow-optimization
499
rank 83
hot 99
SkillHub ClubShip Full Stack

exploratory-testing-advanced

Comprehensive exploratory testing framework with excellent structure, practical heuristics, and thoughtful agent integration for systematic quality investigation.

A 8.4
Full StackTestingIntegration
262
rank 84
hot 98
SkillHub ClubResearch & Ops

scikit-bio

This skill provides access to scikit-bio, a Python library for biological data analysis. It handles sequence manipulation, alignments, phylogenetic trees, diversity metrics (alpha/beta, UniFrac), ordination (PCoA), statistical tests (PERMANOVA), and common file formats (FASTA, Newick, BIOM). The documentation includes specific code patterns for common bioinformatics tasks and troubleshooting guidance.

A 8.4
Full StackData / AITesting
bioinformaticssequence-analysismicrobiomephylogenetics
15.5K
rank 90
hot 99
SkillHub ClubShip Full Stack

bioservices

Unified Python interface to 40+ bioinformatics services. Use when querying multiple databases (UniProt, KEGG, ChEMBL, Reactome) in a single workflow with consistent API. Best for cross-database analysis, ID mapping across services. For quick single-database lookups use gget; for sequence/file manipulation use biopython.

A 8.2
Full StackBackend
15.5K
rank 90
hot 99
SkillHub ClubDesign Product

pydeseq2

This skill enables differential gene expression analysis in Python using the PyDESeq2 library. It provides workflows for loading RNA-seq count data, specifying experimental designs, running statistical tests, and generating results with multiple testing correction. The documentation includes troubleshooting for common errors like design matrix issues and memory management tips.

A 8.4
Data / AIDesignerTesting
bioinformaticsrna-seqdifferential-expressionpython
15.5K
rank 90
hot 99
SkillHub ClubAnalyze Data & AI

flowio

Parse FCS (Flow Cytometry Standard) files v2.0-3.1. Extract events as NumPy arrays, read metadata/channels, convert to CSV/DataFrame, for flow cytometry data preprocessing.

A 8.2
Full StackData / AI
15.5K
rank 90
hot 99
SkillHub ClubRun DevOps

semgrep-rule-creator

Create custom Semgrep rules for detecting bug patterns and security vulnerabilities. This skill should be used when the user explicitly asks to "create a Semgrep rule", "write a Semgrep rule", "make a Semgrep rule", "build a Semgrep rule", or requests detection of a specific bug pattern, vulnerability, or insecure code pattern using Semgrep.

A 8.4
Full StackSecurity
3.7K
rank 84
hot 99
SkillHub ClubWrite Technical Docs

writing-hashql-jexpr

This skill provides detailed guidance for writing HashQL J-Expr, a JSON-based query syntax. It covers expression types, data constructors, function calls, and common patterns with clear examples. The documentation includes syntax reference and type system details, making it useful for developers working with HashQL query files.

A 8.4
Full StackData / AITech Writer
hashqlquery-languagejson-syntaxdomain-specific-language
1.4K
rank 84
hot 99
SkillHub ClubShip Full Stack

lambda

AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.

A 8.4
Full Stack
1K
rank 84
hot 99
SkillHub ClubRun DevOps

ecs

AWS ECS container orchestration for running Docker containers. Use when deploying containerized applications, configuring task definitions, setting up services, managing clusters, or troubleshooting container issues.

A 8.4
Full StackDevOps
1K
rank 84
hot 99
SkillHub ClubRun DevOps

cloudflare-mcp-server

Build MCP servers on Cloudflare Workers - the only platform with official remote MCP support. TypeScript-based with OAuth, Durable Objects, and WebSocket hibernation. Prevents 24 documented errors. Use when: deploying remote MCP servers, implementing OAuth, or troubleshooting URL path mismatches, McpAgent exports, CORS issues, IoContext timeouts.

A 8.2
Full StackBackendDevOps
626
rank 82
hot 99
SkillHub ClubAnalyze Data & AI

google-gemini-api

Integrate Gemini API with @google/genai SDK (NOT deprecated @google/generative-ai). Text generation, multimodal (images/video/audio/PDFs), function calling, thinking mode, streaming. 1M input tokens. Prevents 14 documented errors. Use when: Gemini integration, multimodal AI, reasoning with thinking mode. Troubleshoot: SDK deprecation, model not found, context window, function calling errors, streaming corruption, safety settings, rate limits.

A 8.4
Full StackBackendData / AI
624
rank 84
hot 99
SkillHub ClubBuild Backend

bunjs-architecture

Provides concrete patterns for building Bun.js TypeScript backends with layered architecture. Enforces strict separation of concerns (routes, controllers, services, repositories) and mandates camelCase naming across the stack. Includes detailed workflows for database design, API endpoints, and implementation phases.

A 8.1
BackendDesigner
bunjsclean-architecturetypescriptapi-design
245
rank 81
hot 98
Previous
Page 27 of 1125
Next