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 12 of 1125
SkillHub ClubShip Full Stack

Browser

Debug-first browser automation with always-on visibility. Console logs, network requests, and errors captured by default. USE WHEN browser, screenshot, debug web, verify UI, troubleshoot frontend.

A 8.4
Full StackFrontendTesting
10.2K
rank 88
hot 99
SkillHub ClubAnalyze Data & AI

cto-advisor

Technical leadership guidance for engineering teams, architecture decisions, and technology strategy. Includes tech debt analyzer, team scaling calculator, engineering metrics frameworks, technology evaluation tools, and ADR templates. Use when assessing technical debt, scaling engineering teams, evaluating technologies, making architecture decisions, establishing engineering metrics, or when user mentions CTO, tech debt, technical debt, team scaling, architecture decisions, technology evaluation, engineering metrics, DORA metrics, or technology strategy.

A 7.8
Full StackData / AI
5.9K
rank 85
hot 99
SkillHub ClubGrow & Distribute

interface-design

This skill is for interface design — dashboards, admin panels, apps, tools, and interactive products. NOT for marketing design (landing pages, marketing sites, campaigns).

B 7.5
Full StackDesigner
4.1K
rank 83
hot 99
SkillHub ClubWrite Technical Docs

prompt-engineering

Provides structured prompt engineering patterns like few-shot learning and chain-of-thought, with practical examples for writing better LLM instructions. Focuses on improving reliability and controllability of AI outputs through systematic techniques.

A 8.3
Full StackData / AITech Writer
prompt-engineeringllm-optimizationdeveloper-toolsworkflow
662
rank 83
hot 99
SkillHub ClubShip Full Stack

Skills Guide

Provides specifications and guidelines for creating Claude Skills. Covers SKILL.md structure, frontmatter requirements, organization patterns, and practical tips for effective skill development. Serves as a reference for developers building reusable capabilities.

A 8.4
Full Stack
skill-creationdocumentationbest-practicesworkflow
499
rank 84
hot 99
SkillHub ClubResearch & Ops

skill-creator

Provides a structured guide for creating Claude Skills, including templates, validation scripts, and best practices for organizing scripts, references, and assets. Offers concrete examples and a step-by-step process from planning to packaging.

A 8.2
Full Stack
skill-developmentclaude-skillsworkflow-guidedocumentation
396
rank 82
hot 99
SkillHub ClubShip Full Stack

wheels-anti-pattern-detector

Automatically detects and fixes common CFWheels framework errors during code generation. Scans for 8 critical anti-patterns including string boolean values in migrations, missing primary keys, property access issues, and CSRF vulnerabilities. Provides auto-fixes with clear before/after comparisons and integrates with all Wheels generators.

A 8.9
Full Stack
cfwheelscode-validationanti-patternstatic-analysis
201
rank 89
hot 97
SkillHub ClubResearch & Ops

scientific-writing

This skill helps researchers write scientific papers by providing structured guidance on IMRAD format, citation styles (APA/AMA/Vancouver), figure/table creation, and journal-specific writing conventions. It includes detailed templates for different publication venues and reporting guidelines like CONSORT/STROBE/PRISMA.

A 8.4
Tech WriterBackend
academic-writingresearch-papercitation-formattingjournal-submission
141
rank 84
hot 96
SkillHub ClubRun DevOps

git-commit-message

This skill analyzes staged git changes to generate commit messages following Conventional Commits specification. It uses a three-tier format system that matches message detail to commit importance, from detailed documentation for critical features to concise messages for minor updates. The tool includes validation rules to block generic messages and provides security guidance for sensitive commits.

S 9.0
DevOpsFull StackSecurity
git-workflowcommit-messagescode-qualityautomation
42
rank 90
hot 90
SkillHub ClubWrite Technical Docs

Confidence Check

Pre-implementation confidence assessment (≥90% required). Use before starting any implementation to verify readiness with duplicate check, architecture compliance, official docs verification, OSS references, and root cause identification.

A 8.8
Full StackTech WriterTesting
21.7K
rank 92
hot 99
SkillHub ClubShip Full Stack

json-canvas

This skill enables Claude to create and edit JSON Canvas files (.canvas) used in Obsidian. It provides detailed specifications for node types (text, file, link, group), edges, and layout guidelines. Includes validation rules and practical examples for mind maps and flowcharts.

A 8.3
Full Stack
obsidiancanvas-editormind-mappingjson-schema
14.9K
rank 90
hot 99
SkillHub ClubWrite Technical Docs

template

A well-structured template for creating Claude Skills with clear guidance on content organization, practical considerations, and integration patterns for context engineering.

A 8.2
Full StackTech WriterIntegration
skill-developmenttemplatedocumentationbest-practices
14K
rank 90
hot 99
SkillHub ClubWrite Technical Docs

architecture-design

A comprehensive solution design skill that provides structured guidance for creating and validating technical architecture documents with systematic validation processes and clear decision-making workflows.

A 8.1
Tech WriterDesigner
architecturetechnical-documentationdesign-reviewsystem-design
226
rank 81
hot 98
SkillHub ClubResearch & Ops

scientific-visualization

This skill provides Python scripts and templates for creating publication-ready scientific figures. It includes journal-specific style presets, colorblind-safe palettes, and export functions for PDF/EPS/TIFF formats. The documentation covers multi-panel layouts, error bars, significance markers, and workflows for Nature/Science submissions.

A 8.8
Full StackData / AI
data-visualizationscientific-publishingpythonmatplotlib
141
rank 88
hot 96
SkillHub ClubResearch & Ops

discord

This skill provides comprehensive Discord server management through Claude, enabling message handling, reactions, polls, sticker/emoji uploads, channel management, and moderation. It features granular action gating for security and includes practical examples for common workflows like status updates and release polls.

A 8.4
Tech WriterBackendSecurity
discord-botcommunity-managementautomationmoderation
323.8K
rank 99
hot 99
SkillHub ClubRun DevOps

differential-review

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and prevents security regressions.

A 8.7
Full StackSecurityTesting
3.7K
rank 87
hot 99
SkillHub ClubShip Full Stack

file-organizer

A CLI-based file organizer that analyzes folder structures, finds duplicates, suggests logical organization patterns, and automates cleanup tasks. It provides step-by-step guidance with clear approval steps before making changes, reducing manual sorting effort.

A 8.2
Full Stack
file-managementautomationduplicate-finderorganization
2.6K
rank 82
hot 99
SkillHub ClubRun DevOps

security-testing

Provides a structured approach to security testing based on OWASP Top 10, with ready-to-use test code for access control, injection, and crypto failures. Includes CI/CD integration examples and coordination for multiple security-focused agents.

A 8.4
SecurityDevOpsTesting
security-testingowaspvulnerability-scanningci-cd
262
rank 84
hot 98
SkillHub ClubAnalyze Data & AI

error-handling-patterns

Provides concrete error handling patterns for Python and TypeScript/JavaScript, covering custom exceptions, retry logic, graceful degradation, and error collectors. Includes practical code examples for common scenarios like API calls and data validation.

A 8.9
BackendData / AI
error-handlingcode-qualityresiliencebest-practices
141
rank 89
hot 96
SkillHub ClubAnalyze Data & AI

langchain-architecture

Provides practical guidance for building LLM applications with LangChain, covering agents, chains, memory, and document processing. Includes working code examples for common patterns like RAG and multi-step workflows, plus testing and optimization tips.

A 8.9
Data / AITesting
langchainllm-agentsdocument-processingmemory-management
141
rank 89
hot 96
SkillHub ClubWrite Technical Docs

Email Composer

This skill helps users draft professional emails by providing structured templates for common scenarios like requests, follow-ups, technical updates, and customer support. It includes tone guidelines, subject line best practices, and etiquette tips. The skill works by asking users for purpose, recipient relationship, key points, and desired tone, then generates appropriate email drafts.

A 8.7
Tech Writer
email-writingbusiness-communicationproductivityprofessional-writing
141
rank 87
hot 96
SkillHub ClubWrite Technical Docs

react-email

React Email provides React components for building HTML emails that work across email clients. It offers core structure components, content elements, and specialized features like Tailwind support. The skill includes examples for welcome emails, newsletters, and team invitations with proper TypeScript typing and inline styling.

A 8.3
FrontendFull StackTech Writer
email-templatesreact-componentshtml-emailstransactional-emails
18.2K
rank 91
hot 99
SkillHub ClubResearch & Ops

scientific-critical-thinking

A systematic framework for evaluating scientific claims and research quality. It provides structured checklists for methodology critique, bias identification, logical fallacy detection, and evidence grading using established frameworks like GRADE and Cochrane. The skill helps users assess experimental design validity and identify flaws in scientific reasoning.

A 8.3
Full StackData / AIDesigner
critical-thinkingscientific-evaluationresearch-methodologybias-detection
15.5K
rank 90
hot 99
SkillHub ClubResearch & Ops

product-strategist

Strategic product leadership toolkit for Head of Product including OKR cascade generation, market analysis, vision setting, and team scaling. Use for strategic planning, goal alignment, competitive analysis, and organizational design.

A 8.1
Full StackDesigner
5.8K
rank 85
hot 99
Previous
Page 12 of 1125
Next