Marketplace

SkillHub Club catalog feed.

Public marketplace mirror sourced from skillhub.club. This source view keeps the new outcome-first browsing model while filtering server-side to a single upstream feed.

Start with the job to be done
26985 results
All outcomes · All facets
Page 45 of 1125
SkillHub ClubAnalyze Data & AI

vaex

This skill provides comprehensive guidance for using Vaex to handle tabular datasets too large for memory. It covers loading data from various formats, performing lazy operations, creating visualizations, and building ML pipelines. The documentation includes specific code patterns, performance comparisons, and troubleshooting advice for common scenarios.

A 8.8
Data / AI
big-datadata-analysisdataframepython
141
rank 88
hot 96
SkillHub ClubRun DevOps

code-review

A comprehensive code review skill with structured workflows, severity classification, and multi-language support that provides systematic analysis for security, performance, and maintainability.

A 8.3
Full StackSecurity
code-reviewsecurity-auditcode-qualitygit-workflow
73
rank 83
hot 93
SkillHub ClubWrite Technical Docs

conference-talk-builder

This skill guides users through creating structured conference talks using the Story Circle narrative framework and generates formatted iA Presenter markdown slides. It provides a step-by-step process from gathering information to slide refinement, with bundled reference files for the framework and presentation syntax.

A 8.3
Tech Writer
presentationstorytellingconferenceia-presenter
58
rank 83
hot 92
SkillHub ClubResearch & Ops

sonoscli

This Skill provides CLI access to control Sonos speakers on a local network. It handles discovery, playback control, volume adjustment, grouping, and queue management. The tool includes workarounds for network issues and optional Spotify integration, making it useful for developers who prefer terminal-based audio control.

A 8.0
Integration
sonoscliaudio-controlhome-automation
323.6K
rank 99
hot 99
SkillHub ClubShip Full Stack

systematic-debugging

A structured four-phase debugging methodology that enforces root cause analysis before fixes. Provides concrete steps for investigating bugs, analyzing patterns, testing hypotheses, and implementing solutions. Includes specific checklists, red flags, and common scenario guides to prevent symptom-focused patches.

S 9.1
Full StackTesting
debuggingtroubleshootingmethodologyquality-assurance
5.5K
rank 91
hot 99
SkillHub ClubBuild Mobile

.claude

This skill provides expert guidance for developing a Kotlin Multiplatform Nostr client with Compose Desktop. It enforces a strict workflow for code reuse, mandates surveying existing code before writing new code, and offers specialized sub-skills for different domains like Nostr protocol and UI development.

A 8.0
Full StackFrontendTech Writer
kotlin-multiplatformcompose-desktopnostr-clientcode-sharing
1.5K
rank 80
hot 99
SkillHub ClubRun DevOps

cicd-diagnostics

Diagnoses DotCMS GitHub Actions failures (PR builds, merge queue, nightly, trunk). Analyzes failed tests, root causes, compares runs. Use for "fails in GitHub", "merge queue failure", "PR build failed", "nightly build issue".

A 8.2
Full StackDevOpsTesting
938
rank 82
hot 99
SkillHub ClubDesign Product

ui-design-system

Generates design system tokens including color palettes, typography scales, spacing grids, and responsive breakpoints from a base brand color. Exports to JSON, CSS, or SCSS formats. Helps maintain visual consistency across projects with automated token generation.

A 8.1
DesignerFrontend
design-tokensui-systemcolor-paletteresponsive-design
153
rank 81
hot 96
SkillHub ClubDesign Product

algorithmic-art

This skill creates algorithmic art by first generating a conceptual philosophy document, then implementing it as an interactive p5.js sketch. It produces self-contained HTML files with seeded randomness, parameter controls, and Anthropic-branded UI. The two-step process separates creative direction from technical implementation.

A 8.2
DesignerFrontend
generative-artp5jscreative-codingalgorithmic-design
141
rank 82
hot 96
SkillHub ClubAnalyze Data & AI

rag-implementation

Provides practical guidance for building RAG systems with vector databases and semantic search. Includes code examples for document loading, chunking, embedding, retrieval, and prompt engineering. Covers multiple vector stores (Chroma, Pinecone, Weaviate) and retrieval strategies (hybrid search, multi-query, contextual compression).

A 8.2
Data / AIBackendTesting
retrieval-augmented-generationvector-databasesemantic-searchdocument-qa
141
rank 82
hot 96
SkillHub ClubShip Full Stack

integrations

A comprehensive integration skill that automates third-party service setup with clear triggers, structured file generation, and practical guidance for developers.

A 8.1
IntegrationFull Stack
third-party-servicesproject-setupboilerplatesaas-integration
75
rank 81
hot 93
SkillHub ClubRun DevOps

python-pro

This skill provides a detailed framework for Python development, enforcing type hints, async patterns, and security checks. It integrates with tools like black, mypy, and bandit to ensure code quality. The workflow includes environment assessment, implementation phases, and quality assurance steps.

A 8.7
Full StackSecurityTesting
pythoncode-qualitytype-safetyasync
42
rank 87
hot 90
SkillHub ClubDesign Product

agent-native-architecture

This skill provides a methodology for building applications where AI agents are central, using atomic tools and system prompts instead of hardcoded logic. It teaches how to refactor existing tools by moving business decisions from code to prompts, enabling agents to achieve outcomes through loops of primitive operations.

A 7.9
Full StackData / AIDesigner
agent-architecturemcp-toolsrefactoring-guidesystem-design
10.6K
rank 88
hot 99
SkillHub ClubWrite Technical Docs

PAIUpgrade

A dual-mode skill that analyzes any content for system improvement opportunities and monitors Anthropic ecosystem updates. It extracts actionable recommendations across 10 dimensions and tracks official sources for new features.

A 7.9
Full StackTech Writer
system-upgrademonitoringcontent-analysisanthropic
10.2K
rank 88
hot 99
SkillHub ClubGrow & Distribute

developer-growth-analysis

Analyzes local Claude Code chat history to identify coding patterns and improvement areas, then curates HackerNews articles and delivers personalized growth reports to Slack. Provides evidence-based feedback on technologies used, problem types, and recurring challenges from actual work.

A 7.9
Full StackData / AIIntegration
developer-analyticsskill-growthcode-reviewlearning-resources
2.6K
rank 81
hot 99
SkillHub ClubShip Full Stack

clarify

A structured tool for transforming vague user requests into precise specifications through iterative questioning. It provides a clear protocol with before/after comparison, saves clarified requirements to files, and handles common ambiguity categories like scope, behavior, and constraints.

A 8.3
Full Stack
requirements-gatheringclarification-workflowuser-interactionspecification
676
rank 83
hot 99
SkillHub ClubWrite Technical Docs

bunjs-apidog

This skill provides detailed guidance for creating OpenAPI specifications and integrating them with Apidog for Bun.js TypeScript backends. It covers spec structure, field naming conventions (camelCase), schema design, and includes a shell script for automated API spec import. It addresses common error scenarios and best practices.

A 7.7
Tech WriterBackendDesigner
openapiapi-documentationapidogbackend
246
rank 77
hot 98
SkillHub ClubShip Full Stack

multi-agent-coordination

Provides concrete patterns for coordinating multiple Claude agents in workflows, focusing on parallel vs sequential execution. Explains the 4-message pattern for true parallelism and file-based delegation to avoid context pollution. Includes agent selection logic and anti-pattern warnings.

A 7.6
Full Stack
agent-orchestrationparallel-processingworkflow-patternstask-delegation
246
rank 76
hot 98
SkillHub ClubRun DevOps

nix-manager

A specialized Claude Skill for managing Nix packages and flakes using Determinate Systems patterns. It provides concrete commands for installing/updating packages, modifying flake.nix files, troubleshooting common Nix issues, and migrating from other package managers like Homebrew. The skill references a specific dotfiles repository structure.

A 8.3
DevOps
nixpackage-managementflakedotfiles
189
rank 83
hot 97
SkillHub ClubRun DevOps

aws-sdk-java-v2-kms

A comprehensive and well-structured skill for AWS KMS implementation using Java SDK 2.x, covering key management, encryption patterns, and Spring Boot integration with clear examples.

A 8.5
DevOpsSecurityIntegration
aws-kmsjava-sdkencryptionsecurity-patterns
171
rank 85
hot 96
SkillHub ClubWrite Technical Docs

format-markdown-table

This skill converts structured data into properly formatted markdown tables with configurable column alignment. It handles edge cases like empty rows, mismatched columns, and invalid alignment options. The tool is useful for creating readable tables in reports, documentation, and data summaries.

A 8.2
Tech WriterData / AI
markdowntable-formattingdocumentation-toolsreport-generation
153
rank 82
hot 96
SkillHub ClubAnalyze Data & AI

aeon

This skill provides a scikit-learn compatible Python toolkit for time series machine learning tasks. It covers classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search with practical code examples and dataset integration.

A 8.4
Data / AIIntegration
time-seriesmachine-learningscikit-learnforecasting
141
rank 84
hot 96
SkillHub ClubShip Full Stack

sales-comp-plan-designer

Generates sales compensation plans with base/variable splits, accelerators, and quota methods. Provides structured markdown output with recommendations and templates for sales leaders designing incentive programs.

A 8.1
Full Stack
salescompensationbusiness-toolstemplates
141
rank 81
hot 96
SkillHub ClubBuild Mobile

tauri

Provides structured documentation and code examples for Tauri framework development. Covers desktop and mobile app creation, IPC patterns, debugging setups, and platform-specific configurations. Serves as a quick reference for common tasks like code signing and plugin development.

A 7.9
Full StackMobileIntegration
desktop-apprustcross-platformwebview
141
rank 79
hot 96
Previous
Page 45 of 1125
Next