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
26996 results
All outcomes · All facets
Page 119 of 1125
SkillHub ClubShip Full Stack

using-logger

Provides detailed guidance on implementing structured logging in walkerOS sources and destinations. Covers when to log, when not to log, and patterns for validation errors, API calls, and authentication. Includes specific code examples and anti-patterns to avoid.

A 8.2
Full StackBackendTesting
loggingtestingcode-qualitydebugging
327
rank 82
hot 99
SkillHub ClubShip Full Stack

testing-anti-patterns

A guide that identifies and prevents common testing anti-patterns like testing mock behavior, adding test-only methods to production code, and improper mocking. Provides concrete examples, fixes, and gate functions to enforce better testing practices.

A 8.5
Testing
testing-anti-patternstddmockingunit-testing
110
rank 85
hot 94
SkillHub ClubShip Full Stack

discover-tui

A gateway skill that auto-detects TUI development work and provides access to five specialized skills for Bubble Tea and Ratatui frameworks. It uses progressive loading: auto-activates for TUI tasks, then lets users browse category index or load specific skills via bash commands.

A 7.3
Full Stack
tuibubbletearatatuiterminal
81
rank 73
hot 93
SkillHub ClubResearch & Ops

cfn-epic-creator

This skill orchestrates a sequential review process where 11 specialized personas analyze software epics. It creates structured JSON documentation with cost estimates, risk assessments, and implementation roadmaps through automated persona agents that edit the epic file directly.

A 8.2
Full Stack
epic-planningmulti-persona-reviewrequirements-analysiscost-estimation
14
rank 82
hot 86
SkillHub ClubAnalyze Data & AI

cfn-fleet-manager

Manages computational resources for multiple AI agents with tiered allocation, real-time metrics, and dynamic load balancing. Provides shell scripts for agent registration, resource assignment, and health monitoring in distributed workflows.

A 8.0
DevOpsData / AI
agent-managementresource-allocationload-balancingperformance-monitoring
14
rank 80
hot 86
SkillHub ClubShip Full Stack

selecting-agents

A decision guide for choosing the right specialized agent within a multi-agent system. It provides clear rules and examples to avoid naive keyword matching, focusing on semantic task analysis. Helps users dispatch work to agents like the ultrathink-debugger or rust-agent based on task type, complexity, and explicit user instructions.

A 8.1
Full Stack
agent-selectionworkflow-guidedecision-support
13
rank 81
hot 85
SkillHub ClubDesign Product

claude-d3js-skill_chrisvoncsefalvay

Provides practical guidance for creating custom D3.js visualizations with clear code examples for bar charts, line charts, and scatter plots. Includes responsive design patterns and framework integration approaches for React, Vue, and vanilla JavaScript environments.

A 8.2
FrontendData / AIDesigner
data-visualizationd3jsjavascript-chartssvg-graphics
10
rank 82
hot 84
SkillHub ClubShip Full Stack

Analyzing Problems Deeply

Provides a systematic 8-step framework for analyzing complex problems before implementing solutions. Includes problem decomposition, multi-perspective analysis, tradeoff comparison, and risk assessment with clear structured formats. Helps prevent premature solutions and identify hidden assumptions.

A 8.8
Full Stack
problem-solvingcritical-thinkingdecision-makinganalysis-framework
1
rank 88
hot 77
SkillHub ClubAnalyze Data & AI

financial-document-parser

Extract and analyze data from invoices, receipts, bank statements, and financial documents. Categorize expenses, track recurring charges, and generate expense reports. Use when user provides financial PDFs or images.

C 5.8
Full StackData / AI
785
rank 75
hot 99
SkillHub ClubAnalyze Data & AI

financial-document-processor

Guidance for processing financial documents (invoices, receipts, statements) with OCR and text extraction. This skill should be used when tasks involve extracting data from financial PDFs or images, generating summaries (CSV/JSON), or moving/organizing processed documents. Emphasizes data safety practices to prevent catastrophic data loss.

C 5.8
Full StackData / AI
784
rank 75
hot 99
SkillHub ClubShip Full Stack

decision-critic

A script-driven tool that forces immediate execution of a 7-step decision critique workflow without preliminary analysis. It automates structured criticism of decisions through a predefined process, preventing overthinking by mandating script invocation.

B 6.9
TestingFull Stack
decision-analysiscritical-thinkingworkflow-automation
769
rank 75
hot 99
SkillHub ClubShip Full Stack

claude-skill

Provides hands-off automation for Claude Code CLI by defaulting to acceptEdits mode and offering clear command templates for batch operations. It reduces interactive prompts for common programming tasks like bug fixes and refactoring.

A 8.2
Full Stack
headless-automationcli-workflowcode-automation
177
rank 82
hot 97
SkillHub ClubWrite Technical Docs

writing-go-tests

Provides concrete Go testing guidelines with specific rules for test organization, table-driven testing, concurrency, and benchmarking. References a detailed companion file for examples and rationale. Focuses on practical patterns used in production systems like Kubernetes and Docker.

A 8.5
TestingDevOpsTech Writer
gounit-testingbest-practicescode-quality
110
rank 85
hot 94
SkillHub ClubShip Full Stack

dotnet-test

This skill should be used when running .NET tests selectively with a build-first, test-targeted workflow. Use it for running tests with xUnit focus.

A 8.4
Full StackTesting
104
rank 84
hot 94
SkillHub ClubResearch & Ops

discover-infrastructure

A gateway skill that automatically activates for infrastructure tasks and provides access to six related sub-skills. It uses a progressive loading pattern where users first see the gateway, then can browse a category index, and finally load specific skills as needed.

A 7.5
DevOps
infrastructureskill-discoverygateway-pattern
81
rank 75
hot 93
SkillHub ClubWrite Technical Docs

template

This skill generates structured document scaffolds for RFCs, ADRs, and blog posts using predefined templates. It supports custom template creation and management, provides clear workflow guidance, and integrates with editing tools for refinement.

A 7.6
Tech WriterFull Stack
document-scaffoldingtemplate-managementrfc-generatoradr-generator
31
rank 76
hot 89
SkillHub ClubRun DevOps

safety-pattern-developer

Guides developers through a structured TDD process for adding security patterns to block dangerous shell commands. Provides a 6-phase workflow from threat identification to commit, with concrete examples for regex patterns and test cases. Focuses on preventing catastrophic commands like disk wipes and recursive deletions.

A 8.6
SecurityFull StackTesting
security-testingtdd-workflowregex-patternsdevsecops
28
rank 86
hot 89
SkillHub ClubBuild Mobile

android-architecture

Expert guidance on setting up and maintaining a modern Android application architecture using Clean Architecture and Hilt. Use this when asked about project structure, module setup, or dependency injection.

C 5.8
Full StackMobile
509
rank 72
hot 99
SkillHub ClubRun DevOps

code-review

This skill performs automated code reviews to identify security vulnerabilities, performance issues, and code quality problems, helping developers catch issues before pull requests and maintain high standards.

A 7.8
Full StackSecurity
20
rank 78
hot 87
SkillHub ClubBuild Backend

api-testing

This skill helps write API tests for Hono-based services using Vitest. It provides examples for testing endpoints, middleware, database integration, and error handling. The documentation includes concrete code samples for GET/POST requests, authentication tests, and test setup with database seeding.

A 7.8
TestingBackendIntegration
api-testingvitesthonointegration-tests
20
rank 78
hot 87
SkillHub ClubBuild Backend

logo-management

Manages car logo assets with brand name normalization, Redis caching, and Vercel Blob storage integration. Provides scraping utilities for external sources and handles logo URL resolution with fallback mechanisms.

A 7.5
BackendDesignerIntegration
asset-managementcdn-integrationbrand-normalizationredis-caching
20
rank 75
hot 87
SkillHub ClubShip Full Stack

webgl-expert

Provides practical WebGL API guidance with ready-to-use code examples for shader compilation, buffer management, texture loading, and rendering loops. Covers both WebGL 1.0 and 2.0 differences, includes performance optimization tips and matrix mathematics references.

A 8.3
FrontendBackend
webgl3d-graphicsshaderscanvas
16
rank 83
hot 86
SkillHub ClubShip Full Stack

qa-tester

A specialized QA testing skill for the morphir-dotnet project. It provides concrete playbooks for PR verification, regression testing, feature validation, and build system checks. Includes specific commands for running unit tests, E2E tests, and coverage analysis within the project's Nuke build system.

A 7.9
Testing
qa-testingregression-testingdotnettest-automation
12
rank 79
hot 85
SkillHub ClubRun DevOps

aws-logs-query

This skill provides practical AWS CloudWatch log query commands and guidance for Codel's staging/production environments. It clearly differentiates between real-time tailing and historical CloudWatch Insights searches with concrete examples for debugging errors, investigating Evolution provider issues, and monitoring application behavior.

A 8.2
DevOps
awscloudwatchlogsdebugging
11
rank 82
hot 85
Previous
Page 119 of 1125
Next