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.
performance-digest
This skill automatically generates marketing performance reports for different timeframes and audiences. It pulls data, calculates changes, highlights wins and issues, and provides actionable recommendations. It adapts report depth from team-level details to executive summaries.
flaky-detect
This skill identifies non-deterministic flaky tests by analyzing CI history, scanning code for known problematic patterns, and providing actionable reports with root cause analysis and specific fixes. It includes a quarantine workflow and integrates with other testing tools.
audience-synthesis
This skill aggregates data from multiple sources (analytics, CRM, social) to build detailed audience personas and segments. It outputs structured reports with demographics, psychographics, and targeting recommendations. The process is well-defined with clear data sources and persona templates.
test-engineer
This skill automates Playwright test generation and execution with an auto-fix loop. It provides concrete patterns for page rendering, form validation, user flows, and responsive testing. The tool attempts to fix failing tests up to three times before reporting to a human, reducing manual debugging.
moai-platform-supabase
This skill provides detailed guidance on using Supabase for full-stack applications, covering PostgreSQL 16, pgvector for AI embeddings, Row-Level Security for multi-tenancy, real-time subscriptions, Edge Functions, and storage. It includes practical code examples for common patterns and references to modular documentation.
moai-platform-clerk
Provides detailed implementation guidance for Clerk authentication in Next.js apps, covering setup, middleware, hooks, and integrations. Includes specific code examples for common auth patterns like route protection, custom sign-in flows, and connecting to services like Supabase and Convex.
dev-workflow-planning
This skill provides structured command patterns (/brainstorm, /write-plan, /execute-plan) to transform ad-hoc development conversations into systematic project execution. It enforces hypothesis-driven planning, incremental implementation, and progress tracking with clear checkpoints and templates for various development scenarios.
tamagui-best-practices
Comprehensive Tamagui best practices guide covering advanced patterns, performance optimization, and common pitfalls for experienced developers.
zig-best-practices
A comprehensive and well-structured guide to Zig best practices that effectively teaches type-first development, memory management, and compile-time validation patterns through clear examples and practical advice.
skill-creator
A meta-skill that provides structured guidance and templates for creating other Claude Skills. It offers clear principles for skill design, directory structure templates, and practical examples for scripts and references. Includes a Node.js script to scaffold new skill projects.
workthrough
A skill that automatically generates Korean-language summaries after development work. It creates markdown files with what was done, changes made, and suggestions for next steps. It integrates with VitePress for documentation.
agent-council
A tool that runs multiple AI agents in parallel to collect diverse perspectives on a question, then synthesizes the results. It uses a job-based system with polling capabilities and handles both one-shot and long-running queries. Requires Node.js and works in both terminal and host-agent contexts.
dev-scan
This skill aggregates developer opinions from Reddit, Hacker News, Dev.to, and Lobsters about technical topics. It extracts key themes, identifies consensus points, highlights controversies, and surfaces notable perspectives with source attribution. The parallel search approach speeds up data collection.
google-spaces-updates
Post team updates to Google Chat Spaces via webhook. Deployment notifications, bug fixes, feature announcements, questions. Reads config from .claude/settings.json, includes git context. Use when: "post to team", "notify team", after deployments, completing features, fixing bugs, asking team questions.
agent-development
Provides detailed guidelines for creating Claude Code agents, including file structure, frontmatter requirements, and system prompt design. Includes a validation script to check agent files for correct formatting and required fields.
dependency-check
Checks for Chrome DevTools MCP and OpenRouter API dependencies before running frontend commands. Provides clear setup guidance and graceful degradation when dependencies are missing. Helps avoid runtime errors by verifying prerequisites early in workflows.
spring-data-neo4j
A comprehensive and practical guide to Spring Data Neo4j integration, offering clear setup instructions, entity mapping patterns, repository implementations, and testing strategies for graph database development.
chunking-strategy
Provides a structured guide to implement document chunking for RAG systems, covering five strategies from basic fixed-size to advanced semantic methods. Includes concrete Python examples, performance metrics, and implementation steps for different document types.
format-todo-list
Converts todo items into TodoWrite-compatible format by adding activeForm fields based on content. Handles status validation and provides clear error messages for invalid inputs. Useful for orchestrators needing consistent todo formatting.
gtars
Gtars is a Rust toolkit for genomic interval analysis with Python bindings. It handles BED files, overlap detection, coverage tracks, and tokenization for ML models. The documentation provides clear examples for common workflows like peak analysis and coverage generation. It integrates with the geniml package for machine learning applications.
project-planning
This skill generates structured planning documentation for web projects, breaking work into context-safe phases with verification criteria. It creates IMPLEMENTATION_PHASES.md plus conditional docs like DATABASE_SCHEMA and API_ENDPOINTS. It includes automation commands for new projects and feature planning, with a default stack assumption for Cloudflare Workers/React projects.
dhh-ruby-style
This skill enforces DHH's Ruby on Rails coding conventions including REST purity, fat models with thin controllers, Current attributes, and Hotwire patterns. It provides specific examples for controller actions, model design, and syntax preferences to generate code that follows 37signals' clarity-over-cleverness philosophy.
fabric
This skill intelligently selects from 242+ Fabric CLI patterns for text processing tasks like threat modeling, summarization, and analysis. It maps user intent to specific patterns and provides clear execution commands with examples for different input sources.
creating-pr
This skill automates pull request creation and updates using GitHub CLI and Git commands. It provides structured workflows for branch management, commit strategies, and PR updates with specific templates for different scenarios like critical fixes and feature enhancements.