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
14792 results
Ship Full Stack · Full Stack
Page 6 of 617
SkillHub ClubShip Full Stack

dispatching-parallel-agents

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

A 7.9
Full Stack
97K
rank 99
hot 99
SkillHub ClubShip Full Stack

typescript-review

A specialized code review skill for TypeScript/JavaScript that enforces Metabase coding standards with clear guidelines and integration with existing tooling for consistent quality checks.

A 7.9
Full StackIntegration
code-reviewtypescriptjavascriptlinting
46.4K
rank 96
hot 99
SkillHub ClubShip Full Stack

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

A 7.8
Full StackTesting
93.8K
rank 99
hot 99
SkillHub ClubShip Full Stack

claude-skill-bit-cli

A practical CLI reference skill for Bit component development platform that provides quick command syntax lookup, though it lacks interactive examples and detailed flag explanations.

A 7.1
Full Stack
cli-referencecomponent-developmentbit-devtool-documentation
18.4K
rank 91
hot 99
SkillHub ClubShip Full Stack

Prompting

Meta-prompting system for dynamic prompt generation using templates, standards, and patterns. USE WHEN meta-prompting, template generation, prompt optimization, or programmatic prompt composition.

A 8.1
Full Stack
10.2K
rank 88
hot 99
SkillHub ClubShip Full Stack

ask-questions-if-underspecified

Clarify requirements before implementing. Use when serious doubts araise.

A 8.2
Full Stack
3.7K
rank 83
hot 99
SkillHub ClubShip Full Stack

playwright-local

Build browser automation and web scraping with Playwright on your local machine. Prevents 10 documented errors including CI timeout hangs, extension testing failures, and Ubuntu compatibility issues. Includes stealth mode for anti-bot bypass, authenticated sessions, infinite scroll handling, screenshot/PDF generation, and v1.57 Speedboard performance analysis. Use when: automating browsers, scraping protected sites, testing with real IPs, bypassing bot detection, generating screenshots/PDFs, or troubleshooting "target closed", "page.pause() hangs CI", "permission prompts block tests", or "Ubuntu 25.10 installation" errors.

A 8.2
Full StackTesting
625
rank 82
hot 99
SkillHub ClubShip Full Stack

api-spec-analyzer

This Skill analyzes OpenAPI specs to generate TypeScript interfaces and implementation code for frontend API integration. It provides concrete examples for API services, TanStack Query hooks, and error handling patterns specific to a project. It helps developers avoid common API integration errors by referencing the actual specification.

A 8.6
Full StackFrontendBackend
api-integrationtypescriptopenapifrontend
245
rank 86
hot 98
SkillHub ClubShip Full Stack

pinia

Pinia official Vue state management library, type-safe and extensible. Use when defining stores, working with state/getters/actions, or implementing store patterns in Vue apps.

B 7.2
Full Stack
4.2K
rank 83
hot 99
SkillHub ClubShip Full Stack

context-engineering

A reference guide for managing context in LLM agent systems. It explains context components like system prompts and tool outputs, then provides concrete strategies like summarization and observation masking to reduce token usage. Includes practical examples for optimizing Claude commands and skills.

A 7.9
Full Stack
prompt-engineeringagent-developmentcontext-managementllm-optimization
662
rank 79
hot 99
SkillHub ClubShip Full Stack

wheels-view-generator

Generates CFWheels view templates with correct query handling, form helpers, and association patterns. Specifically prevents common CFML errors like query/array confusion and incorrect form helper usage. Provides production-tested examples for index, show, form, and layout views.

A 8.4
Full StackTesting
cfwheelsview-templatescode-generationcoldfusion
201
rank 84
hot 97
SkillHub ClubShip Full Stack

fix-lint

Helps fix oxlint errors and warnings in the OneKey codebase. Use when running yarn lint and encountering warnings, cleaning up code before committing, or fixing spellcheck, unused variable, or other linting warnings.

A 8.4
Full Stack
2.3K
rank 84
hot 99
SkillHub ClubShip Full Stack

coding-agent

This Skill provides programmatic control over coding agents (Codex, Claude Code, OpenCode, Pi) through bash commands with PTY support. It enables background process management, parallel task execution, and integrates with git workflows for code reviews and issue fixing. The documentation emphasizes critical requirements like PTY mode and git repo initialization.

A 7.6
Full Stack
codex-cliterminal-automationgit-workflowbackground-process
323.5K
rank 99
hot 99
SkillHub ClubShip Full Stack

claude-api

This skill provides detailed guidance for using the Claude Messages API with structured outputs, covering JSON schema validation, prompt caching, streaming, and tool use. It documents 12 common errors with specific solutions and keeps up with API changes like model deprecations and new beta features.

A 8.4
Full StackBackendIntegration
api-integrationerror-handlingtypescriptanthropic-claude
626
rank 84
hot 99
SkillHub ClubShip Full Stack

uv-package-manager

Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv.

A 8.8
Full Stack
141
rank 88
hot 96
SkillHub ClubShip Full Stack

ultrathink-detective

A specialized Claude skill that enforces AST-based code analysis using claudemem v0.3.0, prohibiting grep/find/glob. Provides structured workflows for architecture mapping, dependency tracing, and impact analysis through six distinct analysis dimensions with clear command patterns.

A 8.4
Full Stack
code-analysisast-toolingcodebase-auditdebugging
246
rank 84
hot 98
SkillHub ClubShip Full Stack

api-contract-design

Provides concrete patterns for designing REST and GraphQL APIs, including resource modeling, HTTP semantics, error formats, pagination, and versioning strategies. Includes specific examples for OpenAPI specifications and authentication flows. Focuses on contract-first design and consistency across endpoints.

A 8.6
Full StackBackendDesigner
api-designrest-apigraphqlopenapi
226
rank 86
hot 98
SkillHub ClubShip Full Stack

claude-cli

Provides comprehensive control over Claude's CLI for interactive sessions, script automation, and MCP server management. Offers fine-grained tool permissions, session persistence, JSON output for parsing, and project-specific MCP configuration.

A 8.9
Full StackBackendIntegration
cli-toolautomationmcp-managementsession-control
37
rank 89
hot 90
SkillHub ClubShip Full Stack

work-summary

This skill analyzes git repositories to generate work summaries for performance reviews. It extracts commit history, code changes, and contribution patterns over a user-defined time range, producing structured reports in markdown, text, or JSON formats. It helps developers quantify their work output.

A 8.1
Full Stack
git-analysisperformance-reviewcode-metricswork-report
1.1K
rank 81
hot 99
SkillHub ClubShip Full Stack

refactoring-patterns

Provides concrete refactoring patterns and safety rules for improving code structure. Includes specific examples like Extract Method and Replace Loop with Pipeline, plus anti-patterns to avoid. Emphasizes test-first approach and small, incremental changes.

A 8.3
Full StackTesting
refactoringcode-qualitytechnical-debtmaintainability
262
rank 83
hot 98
SkillHub ClubShip Full Stack

wheels-migration-generator

Generates database-agnostic migration code for CFWheels applications with transaction handling, error recovery, and cross-database compatibility. Provides concrete examples for creating tables, altering schemas, managing indexes, and handling foreign keys while preventing database-specific SQL anti-patterns.

A 8.3
Full StackBackend
database-migrationscfml-developmentwheels-frameworkschema-management
201
rank 83
hot 97
SkillHub ClubShip Full Stack

condition-based-waiting

Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses

A 8.9
Full StackTesting
141
rank 89
hot 96
SkillHub ClubShip Full Stack

implementing-jsc-classes-zig

Creates JavaScript classes using Bun's Zig bindings generator (.classes.ts). Use when implementing new JS APIs in Zig with JSC integration.

A 8.0
Full StackIntegration
88.2K
rank 99
hot 99
SkillHub ClubShip Full Stack

domain-driven-design

Provides tactical and strategic Domain-Driven Design patterns including entities, value objects, aggregates, and bounded contexts. Includes concrete examples, decision tables, and visual diagrams for modeling business domains with clear boundaries and consistency strategies.

A 8.3
Full StackBackendDesigner
software-architecturedomain-modelingdesign-patternsbackend-design
226
rank 83
hot 98
Previous
Page 6 of 617
Next