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 172 of 1125
SkillHub ClubGrow & Distribute

cfn-marketing-crm-contacts

Provides shell scripts to manage CRM contacts through n8n workflows. Handles basic CRUD operations and segment management with clear parameter validation and error codes. Integrates with existing n8n instances via HTTP calls.

B 6.7
Integration
crmn8nautomationmarketing
14
rank 67
hot 86
SkillHub ClubShip Full Stack

2_skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

A 8.2
Full Stack
4
rank 82
hot 81
SkillHub ClubRun DevOps

feedback-handler

Manages human feedback requests within automated workflows by posting structured questions to GitHub issues and tracking responses. Handles six feedback types with clear state management and event emission.

A 7.6
DevOpsFull StackIntegration
workflow-automationhuman-in-the-loopfeedback-managementgithub-integration
4
rank 76
hot 81
SkillHub ClubRun DevOps

session-start-hook

Configures automatic setup scripts for Claude Code web sessions. Installs dependencies, sets environment variables, and prepares development environments when remote sessions start. Includes templates for Node.js, Python, Ruby, Go, and full-stack projects with environment detection.

A 7.5
DevOpsFull Stack
session-hookscloud-setupdependency-managementenvironment-configuration
4
rank 75
hot 81
SkillHub ClubBuild Mobile

android-testing

Comprehensive testing strategy involving Unit, Integration, Hilt, and Screenshot tests.

C 5.1
Full StackMobileTesting
509
rank 72
hot 99
SkillHub ClubShip Full Stack

literature-engineer

Multi-route literature expansion + metadata normalization for evidence-first surveys. Produces a large candidate pool (`papers/papers_raw.jsonl`, target ≥200) with stable IDs and provenance, ready for dedupe/rank + citation generation. **Trigger**: evidence collector, literature engineer, 文献扩充, 多路召回, snowballing, cited by, references, 200篇, 元信息增强, provenance. **Use when**: 需要把候选文献扩充到 ≥200 篇并补齐可追溯 meta(survey pipeline 的 Stage C1,写作前置 evidence)。 **Skip if**: 已经有高质量 `papers/papers_raw.jsonl`(≥200 且每条都有稳定标识+来源记录)。 **Network**: 可离线(靠 imports);雪崩/在线检索需要网络。 **Guardrail**: 不允许编造论文;每条记录必须带稳定标识(arXiv id / DOI / 可信 URL)和 provenance;不写 output/ prose。

C 5.1
Full Stack
335
rank 70
hot 99
SkillHub ClubShip Full Stack

create-skill

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends CoPilot's capabilities with specialized knowledge, workflows, or tool integrations.

C 5.1
Full Stack
247
rank 69
hot 98
SkillHub ClubShip Full Stack

beautiful-mermaid

Render Mermaid diagrams as SVG and PNG using the Beautiful Mermaid library. Use when the user asks to render a Mermaid diagram.

C 5.1
Full Stack
224
rank 68
hot 98
SkillHub ClubRun DevOps

farm-monitor

Provides setup and configuration guidance for Braiins Farm Monitor, a free Prometheus/Grafana stack for Bitcoin mining fleet monitoring. Includes Docker commands, config examples, and troubleshooting notes. Documentation is sourced from GitHub README.

A 7.4
DevOps
bitcoin-miningmonitoringprometheusgrafana
9
rank 74
hot 84
SkillHub ClubAnalyze Data & AI

ORCHESTRATION_DEBUGGING

Provides structured debugging workflows for AI orchestration systems, specifically targeting MCP tool failures, agent communication issues, and database problems. Includes phase-based investigation methods, log analysis templates, and concrete commands for checking backend, MCP server, and database status.

A 7.9
DevOpsBackendData / AI
debuggingincident-responsesystem-troubleshootingmcp-tools
2
rank 79
hot 79
SkillHub ClubShip Full Stack

task-add

A specialized MCP skill that automatically adds structured tasks with mandatory subtasks to markdown documents. It enforces strict formatting rules for parallel development, preventing file conflicts by ensuring tasks are independent and properly decomposed.

A 7.9
Full StackIntegration
task-managementmulti-agentworkflow-automationparallel-development
2
rank 79
hot 79
SkillHub ClubAnalyze Data & AI

llm-evaluation

A comprehensive and well-structured LLM evaluation skill covering automated metrics, human evaluation, and LLM-as-judge patterns with practical code examples.

A 7.9
Full StackData / AI
2
rank 79
hot 79
SkillHub ClubShip Full Stack

frontend-dev-guidelines

A comprehensive and well-structured frontend development guide that provides clear patterns, practical checklists, and modern React/TypeScript best practices for team consistency.

A 8.5
Full StackFrontend
0
rank 85
hot 74
SkillHub ClubShip Full Stack

generate-e2e-test

This skill converts manual workflow descriptions into Playwright end-to-end tests by first executing the workflow step-by-step using MCP browser tools, then generating test code based on actual interactions. It captures selectors, handles waiting strategies, and follows project-specific testing conventions.

A 8.3
TestingFrontendFull Stack
playwrighte2e-testingtest-automationbrowser-automation
0
rank 83
hot 74
SkillHub ClubBuild Mobile

moai-lang-kotlin

Provides Kotlin Multiplatform development patterns for shared business logic across Android, iOS, and web. Focuses on coroutines, Compose UI, and enterprise architecture with Context7 documentation integration. Targets developers building cross-platform mobile apps.

A 8.2
MobileFrontendIntegration
kotlin-multiplatformcompose-uicoroutinesandroid-development
0
rank 82
hot 74
SkillHub ClubShip Full Stack

laravel

Laravel v12 - The PHP Framework For Web Artisans

C 5.1
Full Stack
27
rank 57
hot 88
SkillHub ClubRun DevOps

cfn-agent-selector

Selects appropriate agents for CFN Loop v3 based on task type and keywords. Maps software development tasks to backend-dev and coder agents, adding specialists for security or database needs. Provides structured JSON output with reasoning.

A 7.0
Full StackBackendSecurity
agent-selectionworkflow-automationmulti-agent-systems
14
rank 70
hot 86
SkillHub ClubShip Full Stack

cli-development

This skill provides concrete guidance for building CLI applications using Python frameworks like Click, Typer, and argparse. It covers argument parsing, subcommands, interactive prompts, progress bars, and output formatting with practical code examples. The skill focuses on common CLI development patterns rather than abstract concepts.

A 7.7
Full Stack
cli-toolspython-frameworkscommand-linedeveloper-tools
4
rank 77
hot 81
SkillHub ClubRun DevOps

cloud-native-checklist

Generates structured checklists and Architecture Decision Records for assessing applications against CNCF and 12-Factor App standards. Provides concrete examples for health endpoints, graceful shutdown, and container security. Includes a shell script for quick assessment.

A 7.7
DevOpsSecurity
cloud-nativecomplianceadr12-factor
4
rank 77
hot 81
SkillHub ClubAnalyze Data & AI

image-generator

通用图片生成 Skill,支持多种 AI 模型(ModelScope、Gemini 等),可被其他 Skills 调用

C 5.1
Full StackData / AI
443
rank 72
hot 99
SkillHub ClubRun DevOps

solana-dev

End-to-end Solana development playbook (Jan 2026). Prefer Solana Foundation framework-kit (@solana/client + @solana/react-hooks) for React/Next.js UI. Prefer @solana/kit for all new client/RPC/transaction code. When legacy dependencies require web3.js, isolate it behind @solana/web3-compat (or @solana/web3.js as a true legacy fallback). Covers wallet-standard-first connection (incl. ConnectorKit), Anchor/Pinocchio programs, Codama-based client generation, LiteSVM/Mollusk/Surfpool testing, and security checklists.

C 5.1
Full StackFrontendSecurity
402
rank 71
hot 99
SkillHub ClubShip Full Stack

setup

Sets up a Mac for ButterCut. Installs all required dependencies (Homebrew, Ruby, Python, FFmpeg, WhisperX). Use when user says "install buttercut", "set up my mac", "get started", "first time setup", "install dependencies" or "check my installation".

A 7.3
Full Stack
186
rank 73
hot 97
SkillHub ClubShip Full Stack

biologist-analyst

Analyzes living systems and biological phenomena through biological lens using evolution, molecular biology, ecology, and systems biology frameworks. Provides insights on mechanisms, adaptations, interactions, and life processes. Use when: Biological systems, health issues, evolutionary questions, ecological problems, biotechnology. Evaluates: Function, structure, heredity, evolution, interactions, molecular mechanisms.

C 5.1
Full Stack
34
rank 59
hot 89
SkillHub ClubRun DevOps

azure-devops

Complete Azure DevOps automation - boards, repos, pipelines, artifacts

C 5.1
Full StackDevOps
34
rank 59
hot 89
Previous
Page 172 of 1125
Next