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

release-manager

Manages the release lifecycle for morphir-dotnet projects, handling version selection, changelog updates, GitHub Actions workflow triggering, and post-release verification. It provides specific scripts for preparation, monitoring, and validation, coordinating with a QA skill for testing.

A 7.9
DevOpsFull StackTesting
release-managementgithub-actionsdotnetchangelog
12
rank 79
hot 85
SkillHub ClubShip Full Stack

cloudflare-kv

Comprehensive and well-structured documentation for Cloudflare KV operations with excellent practical examples, clear setup instructions, and thorough coverage of edge cases and error handling.

A 8.1
Full Stack
10
rank 81
hot 84
SkillHub ClubBuild UI

web-asset-generator

Generates favicons, PWA app icons, and Open Graph social media images from logos or text. Provides HTML meta tags and offers framework-specific code integration. Uses interactive AskUserQuestion prompts to clarify requirements visually.

A 7.8
FrontendIntegration
favicon-generatorsocial-media-imagesweb-assetspwa-icons
10
rank 78
hot 84
SkillHub ClubBuild UI

frontend-react

Provides a modern React 19 development stack with TypeScript, Tailwind CSS v4, Vite, and TanStack Query. Includes setup commands, project structure, component patterns, and integration examples for state management with Zustand. Offers practical code snippets for common development tasks.

A 8.3
FrontendIntegration
reacttypescripttailwindvite
5
rank 83
hot 82
SkillHub ClubAnalyze Data & AI

describe_pr

Automates PR description generation by reading repository templates, analyzing code changes, and running verification tests. Integrates with GitHub CLI to fetch PR data and reasoning history, then updates PR descriptions directly.

A 7.8
Full StackData / AITesting
pull-requestsdocumentationgit-workflowcode-review
3.6K
rank 83
hot 99
SkillHub ClubShip Full Stack

electron-base

Build secure desktop applications with Electron 33, Vite, React, and TypeScript. Covers type-safe IPC via contextBridge, OAuth with custom protocol handlers, native module compatibility (better-sqlite3, electron-store), and electron-builder packaging. Use when building cross-platform desktop apps, implementing OAuth flows in Electron, handling main/renderer process communication, or packaging with code signing. Prevents: NODE_MODULE_VERSION mismatch, hardcoded encryption keys, context isolation bypasses, sandbox conflicts with native modules.

C 5.6
Full StackFrontend
618
rank 74
hot 99
SkillHub ClubShip Full Stack

conducting-code-review

Enforces a strict code review workflow with algorithmic template validation. Focuses on checking all severity levels from project standards, prevents reviewer rationalization, and ensures consistent structured feedback output.

A 7.9
Full Stack
code-reviewgit-workflowquality-assurancecollaboration
14
rank 79
hot 86
SkillHub ClubAnalyze Data & AI

claude-codex-collaboration

Enables Claude Code to automatically invoke Codex CLI for architectural review and code validation using Byterover as shared memory. Creates a two-agent workflow with no manual intervention - Claude stores plans, Codex reviews them, Claude implements with feedback. Good for projects needing AI peer review before implementation.

A 7.4
IntegrationFull StackData / AI
ai-collaborationcode-review-automationmemory-sharingmulti-agent-workflow
12
rank 74
hot 85
SkillHub ClubShip Full Stack

just

Just command runner for saving and running project-specific commands

A 8.2
Full Stack
9
rank 82
hot 84
SkillHub ClubRun DevOps

6_stripe-integration

Provides step-by-step guidance for implementing Stripe payment processing with working code examples for payment flows, subscriptions, webhooks, and customer management. Covers security best practices, testing procedures, and essential webhook events.

A 8.8
IntegrationBackendSecurity
payment-processingapi-integrationsubscription-billingwebhooks
4
rank 88
hot 81
SkillHub ClubShip Full Stack

retrospective

Automates retrospective analysis of coding mistakes by identifying patterns, tracking fix effectiveness, and generating action items. Includes escalation protocols for recurring issues and validates that all patterns have corresponding fixes.

A 8.4
Full Stack
mistake-analysisretrospectiveprocess-improvementquality-assurance
4
rank 84
hot 81
SkillHub ClubShip Full Stack

git-pushing

Automates the git commit and push workflow with conventional commit message generation. Stages changes, creates formatted commit messages with Claude attribution, and pushes to remote. Handles both explicit user messages and auto-generated descriptions based on git diff analysis.

A 8.7
Full Stack
git-workflowautomationcommit-messagescli-tools
2
rank 87
hot 79
SkillHub ClubWrite Technical Docs

nia-docs

This skill enables semantic and regex searches across documentation for 3000+ packages from npm, PyPI, Crates, and Go. It helps developers find usage examples, understand APIs quicker, and discover patterns without leaving the terminal.

A 8.0
Tech Writer
code-searchpackage-documentationdeveloper-tools
3.6K
rank 83
hot 99
SkillHub ClubWrite Technical Docs

zig-docs

Provides CLI commands to fetch Zig standard library source code with doc comments and language reference documentation using curl and pandoc. Focuses on raw GitHub sources to avoid JavaScript-rendered content issues on official docs.

B 6.9
Tech WriterBackend
zigapi-docscli-toolsprogramming-reference
38
rank 69
hot 90
SkillHub ClubWrite Technical Docs

writing-plans

Use when you have a spec or requirements for a multi-step task, before touching code

A 8.1
Full StackTech Writer
30
rank 81
hot 89
SkillHub ClubResearch & Ops

cfn-planning

Consolidates three planning tools into one package for breaking down epics into sprints, coordinating multi-person workflows, and managing project scope boundaries. Provides clear migration paths from previous standalone tools.

A 8.3
Full Stack
project-planningepic-decompositionscope-managementworkflow-coordination
14
rank 83
hot 86
SkillHub ClubDesign Product

morphir-architect

Provides expert guidance on Morphir application architecture, focusing on AST design, functional patterns, IR transformations, and code generation. It references specific knowledge bases and offers concrete examples for F# and C# implementations within the morphir-dotnet ecosystem.

A 7.7
Full StackDesigner
compiler-designfunctional-programmingast-transformationcode-generation
12
rank 77
hot 85
SkillHub ClubBuild Backend

typescript-mcp

Provides TypeScript templates for building MCP servers on Cloudflare Workers, including tool registration, resource exposure, authentication patterns, and error prevention for common SDK issues like memory leaks and CORS.

A 8.2
BackendIntegration
typescriptmcp-servercloudflare-workersapi-integration
10
rank 82
hot 84
SkillHub ClubAnalyze Data & AI

claude-agent-sdk

Provides programmatic access to Claude Code CLI for building autonomous agents. Enables tool orchestration, subagent delegation, and custom MCP server integration. Includes detailed examples for session management, permission controls, and error handling.

A 8.2
Data / AIBackendIntegration
claude-sdkagent-orchestrationmcp-integrationtypescript
10
rank 82
hot 84
SkillHub ClubBuild Backend

backend-dev-guidelines

Provides concrete implementation patterns for Go backend development using Chi router, PostgreSQL with sqlc, and Clean Architecture. Includes specific checklists for new features and services, layered architecture diagrams, and 8 key rules with code examples showing correct vs. incorrect approaches.

A 8.8
Backend
go-developmentclean-architectureapi-guidelinessqlc
0
rank 88
hot 74
SkillHub ClubShip Full Stack

notion

Notion API for creating and managing pages, databases, and blocks.

C 5.6
Full StackBackend
323.7K
rank 99
hot 99
SkillHub ClubShip Full Stack

openhue

Control Philips Hue lights/scenes via the OpenHue CLI.

C 5.6
Full Stack
323.7K
rank 99
hot 99
SkillHub ClubShip Full Stack

strategic-compact

建议在逻辑间隔处手动压缩上下文,以在任务阶段中保留上下文,而非任意的自动压缩。

C 5.6
Full Stack
86.3K
rank 99
hot 99
SkillHub ClubWrite Technical Docs

write-unit-tests

Writing unit and integration tests for the tldraw SDK. Use when creating new tests, adding test coverage, or fixing failing tests in packages/editor or packages/tldraw. Covers Vitest patterns, TestEditor usage, and test file organization.

C 5.6
Full StackTech WriterTesting
45.9K
rank 96
hot 99
Previous
Page 131 of 1125
Next