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
14881 results
Ship Full Stack · All facets
Page 18 of 621
SkillHub ClubShip Full Stack

premium-experience

This skill generates multi-page Next.js applications with pre-defined page structures, mandatory animations, and a strict quality checklist. It enforces specific page sets for different app types (SaaS, e-commerce, etc.) and includes Framer Motion animations, TypeScript safety, and a build verification process.

A 8.1
FrontendFull StackTesting
app-generationnextjsui-animationsproduction-workflow
75
rank 81
hot 93
SkillHub ClubShip Full Stack

workflow-detection

Centralizes workflow type detection for a development pipeline, replacing 50+ lines of duplicated code across 44 commands. It determines if work is for an epic or feature by checking files, git branch patterns, or saved state, and returns structured JSON with paths and identifiers.

A 8.6
Full Stack
71
rank 86
hot 93
SkillHub ClubShip Full Stack

go-best-practices

A comprehensive and well-structured guide to Go best practices focusing on type-first development, error handling, and clean architecture patterns with practical examples.

A 8.4
Full Stack
go-langbest-practicescode-qualitytype-safety
40
rank 84
hot 90
SkillHub ClubShip Full Stack

troubleshoot

Automated debugging assistant that guides users through common development issues with structured diagnosis flows. It identifies problems like build failures, dependency errors, and UI issues, then provides specific fixes or escalation paths. Integrates with LSP tools for code analysis and suggests concrete commands to run.

A 8.3
Full StackFrontend
troubleshootingdebuggingerror-handlingdeveloper-tools
280
rank 83
hot 98
SkillHub ClubShip Full Stack

code-example-generator

Generates Python code examples focused on teaching decorators through a structured pedagogical approach. Uses a spec-first workflow, show-then-explain pattern, and includes validation test cases. Designed to avoid toy examples in favor of production-relevant patterns like authentication decorators.

A 8.3
Full StackTesting
code-educationpedagogical-toolsexample-generationpython-decorators
159
rank 83
hot 96
SkillHub ClubShip Full Stack

building-chatgpt-apps

This skill provides detailed guidance for building ChatGPT Apps with interactive widgets. It covers the Apps SDK architecture, MCP server setup, and widget communication via window.openai API. Includes troubleshooting for common issues like button interactivity and ngrok configuration. Offers practical code examples and a debug checklist.

A 8.3
Full StackFrontendBackend
chatgpt-appswidget-developmentmcp-serversfrontend-integration
158
rank 83
hot 96
SkillHub ClubShip Full Stack

pkm

A command-line tool for personal knowledge management that indexes and searches documents with quality filters, tracks relationships between notes, and integrates with Claude via MCP. It supports hybrid search, freshness tracking, and editor autocomplete.

A 8.4
Full StackIntegration
knowledge-managementsearch-enginedocument-indexingclaude-integration
37
rank 84
hot 90
SkillHub ClubShip Full Stack

zh-CN

Imported from https://github.com/openclaw/openclaw.

C 6.5
Full Stack
323.8K
rank 99
hot 99
SkillHub ClubShip Full Stack

voice-call

Start voice calls via the OpenClaw voice-call plugin.

C 6.5
Full StackIntegration
323.8K
rank 99
hot 99
SkillHub ClubShip Full Stack

typescript-write

A specialized skill for TypeScript/JavaScript development following Metabase standards, offering practical value but lacking detailed instructions and examples.

B 6.4
Full Stack
typescriptjavascriptcoding-standardsmetabase
46.4K
rank 96
hot 99
SkillHub ClubShip Full Stack

memory

Two-layer memory system with grep-based recall.

C 6.5
Full Stack
34.8K
rank 94
hot 99
SkillHub ClubShip Full Stack

self-improving-agent

Curate Claude Code's auto-memory into durable project knowledge. Analyze MEMORY.md for patterns, promote proven learnings to CLAUDE.md and .claude/rules/, extract recurring solutions into reusable skills. Use when: (1) reviewing what Claude has learned about your project, (2) graduating a pattern from notes to enforced rules, (3) turning a debugging solution into a skill, (4) checking memory health and capacity.

C 6.5
Full Stack
5.9K
rank 85
hot 99
SkillHub ClubShip Full Stack

draw-io

draw.io diagram creation, editing, and review. Use for .drawio XML editing, PNG conversion, layout adjustment, and AWS icon usage.

C 6.5
Full Stack
1.1K
rank 77
hot 99
SkillHub ClubShip Full Stack

cloudflare-python-workers

Build Python APIs on Cloudflare Workers using pywrangler CLI and WorkerEntrypoint class pattern. Includes Python Workflows for multi-step DAG automation. Prevents 11 documented errors. Use when: building Python serverless APIs, migrating Python to edge, or troubleshooting async errors, package compatibility, handler pattern mistakes, RPC communication issues.

A 7.7
Full Stack
624
rank 77
hot 99
SkillHub ClubShip Full Stack

New Rule Completeness Validator

This skill provides a detailed checklist for developers adding new game rules to the Sanmill project. It systematically lists required file modifications across C++ engine and Flutter UI layers, includes localization steps, and warns about common implementation pitfalls. The output format shows completion status with specific file checks.

A 8.3
Full StackFrontend
code-reviewgame-developmentchecklistvalidation
189
rank 83
hot 97
SkillHub ClubShip Full Stack

PDF Processing Pro

Production-ready PDF processing with forms, tables, OCR, validation, and batch operations. Use when working with complex PDF workflows in production environments, processing large volumes of PDFs, or requiring robust error handling and validation.

A 8.4
Full Stack
141
rank 84
hot 96
SkillHub ClubShip Full Stack

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

A 8.4
Full Stack
141
rank 84
hot 96
SkillHub ClubShip Full Stack

nondominium-holochain-dna-dev

Specialized skill for nondominium Holochain DNA development, focusing on zome creation, entry patterns, integrity/coordinator architecture, ValueFlows compliance, and WASM optimization. Use when creating new zomes, implementing entry types, or modifying Holochain DNA code.

A 8.4
Full Stack
141
rank 84
hot 96
SkillHub ClubShip Full Stack

cost-optimization

Optimize cloud costs through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.

A 8.4
Full Stack
141
rank 84
hot 96
SkillHub ClubShip Full Stack

flaky-detect

This skill identifies non-deterministic flaky tests by analyzing CI history, scanning code for known problematic patterns, and providing actionable reports with root cause analysis and specific fixes. It includes a quarantine workflow and integrates with other testing tools.

A 8.1
TestingFull Stack
flaky-testsci-analysistest-reliabilitydebugging
98
rank 81
hot 94
SkillHub ClubShip Full Stack

test-engineer

This skill automates Playwright test generation and execution with an auto-fix loop. It provides concrete patterns for page rendering, form validation, user flows, and responsive testing. The tool attempts to fix failing tests up to three times before reporting to a human, reducing manual debugging.

A 8.3
TestingFrontendFull Stack
playwrightautomated-testingtest-generationauto-fix
75
rank 83
hot 93
SkillHub ClubShip Full Stack

zig-best-practices

A comprehensive and well-structured guide to Zig best practices that effectively teaches type-first development, memory management, and compile-time validation patterns through clear examples and practical advice.

A 8.3
Full Stack
zigbest-practicesmemory-managementtype-safety
40
rank 83
hot 90
SkillHub ClubShip Full Stack

workthrough

A skill that automatically generates Korean-language summaries after development work. It creates markdown files with what was done, changes made, and suggestions for next steps. It integrates with VitePress for documentation.

A 7.9
Full Stack
workflow-automationdocumentationdeveloper-toolskorean
783
rank 79
hot 99
SkillHub ClubShip Full Stack

dependency-check

Checks for Chrome DevTools MCP and OpenRouter API dependencies before running frontend commands. Provides clear setup guidance and graceful degradation when dependencies are missing. Helps avoid runtime errors by verifying prerequisites early in workflows.

A 7.9
Full StackFrontendBackend
dependency-checkmcp-toolsfrontend-workflowdeveloper-tools
246
rank 79
hot 98
Previous
Page 18 of 621
Next