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 26 of 1125
SkillHub ClubResearch & Ops

design-wizard

An interactive wizard that guides users through a structured frontend design process from discovery to code generation. It asks targeted questions about project type, audience, and style preferences, then uses specialized tools for research, moodboarding, color selection, and typography. The final output is a single HTML file with Tailwind CSS, semantic markup, and accessibility features.

A 7.9
FrontendFull StackDesigner
ui-designcode-generationaccessibilityworkflow
2.6K
rank 81
hot 99
SkillHub ClubWrite Technical Docs

internal-comms

This skill provides structured templates for common internal communication formats like 3P updates, company newsletters, and FAQs. It guides Claude to follow specific formatting rules, gather relevant data from company tools, and maintain consistent tone. The templates are practical for weekly team updates and company-wide announcements.

A 8.1
Tech WriterData / AI
internal-communicationsbusiness-writingtemplatesproductivity
2.6K
rank 81
hot 99
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 ClubAnalyze Data & AI

codex-claude-loop

Implements a dual-AI engineering loop where Claude handles code implementation while Codex validates plans and reviews changes. Creates a self-correcting system with continuous feedback between two AI models to catch logic errors, security issues, and architectural flaws before deployment.

A 8.4
Full StackDevOpsData / AI
code-reviewai-collaborationquality-assuranceworkflow-automation
784
rank 84
hot 99
SkillHub ClubAnalyze Data & AI

test-reporting-analytics

Comprehensive test reporting and analytics skill with excellent structure, practical templates, and clear guidance for different audiences and use cases.

A 8.4
TestingData / AI
test-reportingquality-metricsanalyticsdashboards
262
rank 84
hot 98
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 ClubAnalyze Data & AI

agentdb-vector-search

Provides vector database functionality for semantic search with AgentDB integration. Includes CLI tools for database management, TypeScript API for programmatic use, and MCP server for Claude Code. Supports multiple quantization methods and distance metrics for performance optimization.

A 8.3
Data / AIBackendIntegration
vector-searchragsemantic-searchdatabase
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 ClubAnalyze Data & AI

database-testing

Provides concrete SQL and JavaScript examples for testing database schemas, data integrity, migrations, transaction isolation, and query performance. Focuses on preventing data loss and corruption with practical test patterns.

A 8.9
TestingBackendData / AI
database-testingdata-integritymigration-testingtransaction-testing
141
rank 89
hot 96
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 ClubDesign Product

design-mastery

This skill provides a context-aware design system for AI agents. It maps business types to specific design profiles, includes an anti-AI detection checklist to avoid generic outputs, and enforces consistent design tokens. It's triggered during UI creation tasks to ensure professional, non-AI-looking interfaces.

A 8.3
DesignerFrontendData / AI
design-systemui-generationbusiness-contextanti-ai-patterns
75
rank 83
hot 93
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 ClubResearch & Ops

perplexity-search

Provides access to Perplexity's AI-powered web search models through OpenRouter, enabling real-time information retrieval with source citations. Useful for finding current scientific literature, verifying facts beyond model cutoffs, and conducting domain-specific research with structured query guidance.

A 8.0
Data / AI
web-searchresearch-toolperplexityreal-time-data
15.5K
rank 90
hot 99
SkillHub ClubWrite Technical Docs

harness-writing

Techniques for writing effective fuzzing harnesses across languages. Use when creating new fuzz targets or improving existing harness code.

A 8.3
Full StackTech Writer
3.7K
rank 83
hot 99
SkillHub ClubWrite Technical Docs

documenting-rust-code

Provides specific guidance for documenting Rust code in the HASH codebase, covering doc comments, intra-doc links, error sections, and examples. Includes detailed patterns for different function types and module documentation with practical examples.

A 8.3
Tech WriterBackend
rustcode-documentationrustdocapi-docs
1.4K
rank 83
hot 99
SkillHub ClubDesign Product

landing-page-guide-v2

This skill generates complete Next.js landing pages using the DESIGNNAS 11-element framework. It provides specific aesthetic directions (minimalist, bold, retro, etc.), detailed component code, and design system guidance to avoid generic AI aesthetics. Output includes typography choices, color palettes, and production-ready React components.

A 8.1
FrontendData / AIDesigner
landing-pagenextjsui-designconversion-optimization
784
rank 81
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
SkillHub ClubDesign Product

tailwind-css

A comprehensive and well-structured reference guide for Tailwind CSS, offering practical patterns and examples for modern frontend development with excellent clarity and utility.

A 8.5
FrontendDesigner
tailwindcsscss-frameworkresponsive-designui-development
171
rank 85
hot 96
SkillHub ClubRun DevOps

nodejs-backend-patterns

Provides concrete code examples and architectural patterns for building Node.js backend services with Express and Fastify. Covers middleware setup, layered architecture, authentication with JWT, database integration, caching strategies, and API response formatting. Includes TypeScript examples and best practices for production deployment.

A 8.8
BackendDevOpsDesigner
nodejsexpressfastifyapi-design
141
rank 88
hot 96
SkillHub ClubShip Full Stack

skill-creator

Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.

B 7.1
Full Stack
323.8K
rank 99
hot 99
SkillHub ClubShip Full Stack

fix

Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.

B 7.1
Full Stack
244K
rank 99
hot 99
SkillHub ClubWrite Technical Docs

commit

Create commit messages following Sentry conventions. Use when committing code changes, writing commit messages, or formatting git history. Follows conventional commits with Sentry-specific issue references.

B 7.1
Full StackTech Writer
25.7K
rank 93
hot 99
SkillHub ClubWrite Technical Docs

pptx

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks

A 7.4
Full StackTech Writer
19.1K
rank 91
hot 99
SkillHub ClubAnalyze Data & AI

xiaohongshu-recruiter

用于在小红书上发布高质量的 AI 相关岗位招聘帖子。包含自动生成极客风格的招聘封面图和详情图,并提供自动化发布脚本。当用户需要发布招聘信息、寻找 Agent 设计师或其他 AI 领域人才时使用。

B 7.1
Full StackData / AI
19.1K
rank 91
hot 99
Previous
Page 26 of 1125
Next