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 131 of 621
SkillHub ClubShip Full Stack

TDD Process

Strict test-driven development state machine with red-green-refactor cycles. Enforces test-first development, meaningful failures, minimum implementations, and full verification. Activates when user requests: 'use a TDD approach', 'start TDD', 'test-drive this'.

C 4.4
Full StackTesting
270
rank 69
hot 98
SkillHub ClubShip Full Stack

browser

Minimal Chrome DevTools Protocol tools for browser automation and scraping. Use when you need to start Chrome, navigate pages, execute JavaScript, take screenshots, or interactively pick DOM elements. Triggers include "browse website", "scrape page", "take screenshot", "automate browser", "extract DOM", "web scraping".

C 4.4
Full Stack
268
rank 69
hot 98
SkillHub ClubShip Full Stack

wp-performance

Use when investigating or improving WordPress performance (backend-only agent): profiling and measurement (WP-CLI profile/doctor, Server-Timing, Query Monitor via REST headers), database/query optimization, autoloaded options, object caching, cron, HTTP API calls, and safe verification.

C 4.4
Full StackBackendTesting
923
rank 76
hot 99
SkillHub ClubShip Full Stack

reverse-engineering-api

Reverse engineer web APIs by capturing browser traffic (HAR files) and generating production-ready Python API clients. Use when the user wants to create an API client for a website, automate web interactions, or understand undocumented APIs. Activate on tasks mentioning "reverse engineer", "API client", "HAR file", "capture traffic", or "automate website".

C 4.4
Full StackBackend
495
rank 72
hot 99
SkillHub ClubShip Full Stack

scenario-analyzer

ニュースヘッドラインを入力として18ヶ月シナリオを分析するスキル。 scenario-analystエージェントで主分析を実行し、 strategy-reviewerエージェントでセカンドオピニオンを取得。 1次・2次・3次影響、推奨銘柄、レビューを含む包括的レポートを日本語で生成。 使用例: /scenario-analyzer "Fed raises rates by 50bp" トリガー: ニュース分析、シナリオ分析、18ヶ月展望、中長期投資戦略

C 4.4
Full Stack
327
rank 70
hot 99
SkillHub ClubShip Full Stack

aws-skills

Collection of AWS development skills covering CDK infrastructure as code, cost optimization, and serverless/event-driven architectures with integrated MCP servers.

C 4.4
Full StackIntegration
141
rank 66
hot 96
SkillHub ClubShip Full Stack

memory-profiling

This skill identifies memory leaks, inefficient allocations, and optimization opportunities in JavaScript/TypeScript and Python applications by analyzing heap snapshots, allocation patterns, and garbage collection behavior to prevent out-of-memory errors and improve performance.

C 4.4
Full Stack
21
rank 56
hot 87
SkillHub ClubShip Full Stack

webflow-code-components

Expert guidance for developing React code components for Webflow. This skill should be used when users are building, troubleshooting, or optimizing React components for import into Webflow Designer, working with Shadow DOM styling, managing component communication, or configuring the Webflow CLI.

C 4.4
Full StackFrontend
7
rank 51
hot 83
SkillHub ClubShip Full Stack

task-processor

A structured task processor that breaks work into sub-tasks with manual confirmation gates. It enforces a test-commit protocol where changes are only committed after tests pass. Maintains a file tracking section and requires user approval between steps.

A 7.1
Full StackTesting
task-managementgit-workflowcode-reviewdevelopment-process
2
rank 71
hot 79
SkillHub ClubShip Full Stack

Hooks Automation

Automates Claude Code operations with pre/post hooks for agent assignment, code formatting, and session management. Integrates with MCP tools for swarm coordination and includes neural pattern training from successful edits. Requires specific CLI setup and configuration files.

A 7.3
Full StackIntegration
workflow-automationclaude-codemcp-integrationagent-coordination
0
rank 73
hot 74
SkillHub ClubShip Full Stack

claude-delegator

Imported from https://www.skillhub.club/skills/jarrodwatts-claude-delegator.

C 4.4
Full Stack
908
rank 76
hot 99
SkillHub ClubShip Full Stack

claude-balancer

Imported from https://www.skillhub.club/skills/snipeship-claude-balancer.

C 4.4
Full Stack
908
rank 76
hot 99
SkillHub ClubShip Full Stack

tool-x-article-publisher

Publish Markdown to X (Twitter) Articles as a draft (never auto-publish). Use when the user asks to publish/post an article to X Articles, convert Markdown to X Articles rich text, or mentions "X article", "publish to X", "post to Twitter articles". Converts Markdown → HTML, pastes rich text, and inserts images deterministically.

C 4.4
Full Stack
322
rank 70
hot 99
SkillHub ClubShip Full Stack

review-merge-readiness

Request/execute structured code review: use after completing important tasks, at end of each execution batch, or before merge. Based on git diff range, compare against plan and requirements, output issue list by Critical/Important/Minor severity, and provide clear verdict on merge readiness. Trigger words: request code review, PR review, merge readiness, production readiness.

C 4.4
Full Stack
322
rank 70
hot 99
SkillHub ClubShip Full Stack

skill-evolution

Global evolution system for ship-faster skills. Uses hooks to capture context, failures, and session summaries, then generates patch suggestions (no auto edits) via skill-improver. Use when you want the skills to self-improve safely and continuously.

C 4.4
Full Stack
322
rank 70
hot 99
SkillHub ClubShip Full Stack

review-clean-code

Analyze code quality based on "Clean Code" principles. Identify naming, function size, duplication, over-engineering, and magic number issues with severity ratings and refactoring suggestions. Use when the user requests code quality checks, refactoring advice, Clean Code analysis, code smell detection, or mentions terms like code review, code quality, refactoring check.

C 4.4
Full Stack
322
rank 70
hot 99
SkillHub ClubShip Full Stack

workflow-template-seeder

Seed a new runnable template under templates/NNN-slug/ from a short spec by chaining existing skills (intake → ship-faster stages) while keeping it clean and shareable (no secrets, minimal scope). Use when creating a new template quickly.

C 4.4
Full Stack
319
rank 70
hot 99
SkillHub ClubShip Full Stack

using-message-queues

Async communication patterns using message brokers and task queues. Use when building event-driven systems, background job processing, or service decoupling. Covers Kafka (event streaming), RabbitMQ (complex routing), NATS (cloud-native), Redis Streams, Celery (Python), BullMQ (TypeScript), Temporal (workflows), and event sourcing patterns.

C 4.4
Full Stack
318
rank 70
hot 99
SkillHub ClubShip Full Stack

implementing-realtime-sync

Real-time communication patterns for live updates, collaboration, and presence. Use when building chat applications, collaborative tools, live dashboards, or streaming interfaces (LLM responses, metrics). Covers SSE (server-sent events for one-way streams), WebSocket (bidirectional communication), WebRTC (peer-to-peer video/audio), CRDTs (Yjs, Automerge for conflict-free collaboration), presence patterns, offline sync, and scaling strategies. Supports Python, Rust, Go, and TypeScript.

C 4.4
Full StackBackend
318
rank 70
hot 99
SkillHub ClubShip Full Stack

skill-builder

Creates, refines, and validates Claude Code skills following amplihack philosophy and official best practices. Automatically activates when building, creating, generating, or designing new skills.

C 4.4
Full Stack
34
rank 59
hot 89
SkillHub ClubShip Full Stack

default-workflow

Development workflow for features, bugs, refactoring. Auto-activates for multi-file implementations.

C 4.4
Full Stack
34
rank 59
hot 89
SkillHub ClubShip Full Stack

quality-audit-workflow

Comprehensive codebase quality audit with parallel agent orchestration, GitHub issue creation, automated PR generation per issue, and PM-prioritized recommendations. Use for code review, refactoring audits, technical debt analysis, module quality assessment, or codebase health checks.

C 4.4
Full Stack
34
rank 59
hot 89
SkillHub ClubShip Full Stack

bundle-analysis

This skill analyzes and optimizes JavaScript bundle sizes for Next.js and web applications, identifying large dependencies and duplicates to improve load times and meet performance goals.

C 4.4
Full StackFrontend
20
rank 56
hot 87
SkillHub ClubShip Full Stack

cache-components

This skill implements Next.js 16 Cache Components to optimize page performance by adding 'use cache' directives, configuring cacheLife profiles, setting up Suspense boundaries, and using domain-level cache tags for efficient invalidation.

C 4.4
Full StackFrontend
20
rank 56
hot 87
Previous
Page 131 of 621
Next