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

add-uint-support

Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.

A 8.4
Full Stack
98.4K
rank 99
hot 99
SkillHub ClubShip Full Stack

vercel-composition-patterns

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture.

B 7.2
Full StackFrontend
23.3K
rank 92
hot 99
SkillHub ClubShip Full Stack

cargo-fuzz

cargo-fuzz is the de facto fuzzing tool for Rust projects using Cargo. Use for fuzzing Rust code with libFuzzer backend.

A 8.4
Full StackBackend
3.7K
rank 84
hot 99
SkillHub ClubShip Full Stack

threejs-materials

Three.js materials - PBR, basic, phong, shader materials, material properties. Use when styling meshes, working with textures, creating custom shaders, or optimizing material performance.

B 7.2
Full Stack
1.8K
rank 79
hot 99
SkillHub ClubShip Full Stack

add-malli-schemas

This skill provides specific guidance for adding Malli schemas to Metabase API endpoints. It includes concrete examples, common patterns, and step-by-step instructions for route params, query params, request bodies, and response schemas. The skill references actual code files and established patterns within the Metabase codebase.

A 8.2
Full StackBackend
clojureapi-validationmallimetabase
46.4K
rank 96
hot 99
SkillHub ClubShip Full Stack

sherlock-review

Provides a structured methodology for verifying code claims through systematic evidence collection and deductive reasoning. Includes investigation templates, checklists, and example scenarios for validating bug fixes, performance improvements, and edge case handling.

A 8.4
Testing
code-reviewinvestigationevidence-basedquality-assurance
262
rank 84
hot 98
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

context-driven-testing

This skill teaches context-driven testing principles, helping testers adapt their approach based on project specifics rather than blindly following 'best practices'. It provides concrete heuristics like SFDIPOT and RST tours, with examples for different project contexts (startup vs enterprise). The skill includes agent coordination patterns for implementing context-aware testing strategies.

A 8.4
Testing
context-drivenexploratory-testingtesting-methodologiesrisk-assessment
262
rank 84
hot 98
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

condition-based-waiting

Provides a concrete pattern for replacing arbitrary timeouts in tests with condition polling. Fixes flaky tests by waiting for actual state changes instead of guessing timing. Includes clear before/after examples, decision flow, and common mistake patterns.

S 9.0
Testing
flaky-teststest-patternsasync-testingci-cd
141
rank 90
hot 96
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

api-integration

A comprehensive guide for integrating OpenAPI specifications with React apps using MCP, featuring excellent type safety, query layer patterns, and practical implementation details.

A 8.3
FrontendBackendIntegration
api-integrationopenapitypescriptreact
246
rank 83
hot 98
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

risk-based-testing

A well-structured, practical skill for implementing risk-based testing methodology with clear workflows, scoring systems, and agent integration for dynamic risk assessment.

A 8.4
TestingIntegration
test-prioritizationrisk-assessmentquality-assurancetest-automation
262
rank 84
hot 98
Previous
Page 6 of 621
Next