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.
tech-stack-evaluator
Comprehensive technology stack evaluation and comparison tool with TCO analysis, security assessment, and intelligent recommendations for engineering teams
create-agent-skills
This skill teaches developers how to create Claude Skills using a structured router pattern. It provides clear guidance on organizing SKILL.md files, separating workflows from references, and using XML tags instead of markdown headings. The skill emphasizes progressive disclosure to keep prompts manageable.
ops-capacity-planning
A comprehensive, structured workflow for infrastructure capacity planning with clear phases, templates, and practical guidance for cloud operations teams.
discover-containers
A gateway skill that auto-activates for Docker and container-related tasks, providing access to 5 specialized container skills. It uses progressive loading: first the gateway, then a category index, then individual skills as needed. Works by detecting containers work in Claude Code.
epic-sprints
This skill breaks down epic workflows into parallelizable sprints with dependency analysis. It generates sprint plans with execution layers, locks API contracts for parallel work, and creates task assignments. The tool focuses on optimizing workflow by identifying which sprints can run simultaneously while respecting dependencies.
staging-validation-phase
Guides manual staging validation before production deployment through smoke tests, critical user flow testing, data migration verification, and rollback capability checks. Use when validating staging deployments, running pre-production tests, or preparing for production promotion in staging-prod deployment model. (project)
migration-patterns
Enforces security-first database migrations by requiring RLS policies in the same file as table creation. Provides clear forbidden/correct patterns, mandatory approval workflows, and production deployment safeguards. Focuses on preventing common security oversights in Prisma-based PostgreSQL projects.
agent-coordination
Provides structured guidance for assigning tasks to specialized agents, managing blockers, and coordinating multi-agent workflows. Includes clear escalation protocols, pre-implementation gates, and evidence attachment templates for Linear tickets.
mcp-developer
A comprehensive MCP development expert skill providing structured guidance for building Model Context Protocol servers and clients with strong emphasis on production readiness and security.
provisioning-with-comtrya
A comprehensive and safety-focused guide for using Comtrya in multi-OS provisioning scenarios, emphasizing validation, dry-run testing, and structured rollout to prevent system breakage.
workflow-orchestrator
A comprehensive workflow orchestration expert with extensive coverage of process patterns, state management, and error handling, designed for complex business process automation with strong practical value.
test-automator
A comprehensive test automation expert skill covering framework design, tool integration, CI/CD, and multiple testing domains with structured workflows and clear success metrics.
database-optimizer
A comprehensive database optimization skill with extensive coverage of performance tuning techniques across multiple database systems, featuring structured workflows and practical tool integration.
knowledge-synthesizer
A specialized agent for extracting insights from multi-agent interactions. It analyzes workflows, identifies patterns, and builds a knowledge graph to suggest improvements. It integrates with vector and graph databases to store and retrieve learnings.
using-git-worktrees
A skill for creating isolated git worktrees with systematic directory selection and safety checks. Automatically detects project type, runs setup commands, verifies tests pass, and ensures worktree directories are properly gitignored to prevent accidental commits.
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 WebAuthn, passkeys, and third-party services like Supabase and Convex. Focuses on practical deployment steps and common use cases.
github-workflow-automation
An ambitious GitHub workflow automation concept with AI swarm coordination, offering comprehensive templates but lacking implementation details and dependency clarity.
baidu-search
百度 AI 搜索。支持网页搜索、百度百科、秒懂百科、AI 智能生成四种模式。自动包含当前日期上下文。当用户要求搜索信息、查询百科、获取最新资讯、搜索新闻、查找资料时使用。
context-degradation
This skill helps diagnose and fix context degradation in AI agents. It identifies patterns like lost-in-middle effects and context poisoning, provides monitoring tools, and suggests recovery strategies for long-running conversations.
model-registry-maintainer
Guide for maintaining the MassGen model and backend registry. This skill should be used when adding new models, updating model information (release dates, pricing, context windows), or ensuring the registry stays current with provider releases. Covers both the capabilities registry and the pricing/token manager.
using-git-worktrees
A well-structured skill for creating isolated Git worktrees with smart directory selection, safety verification, and automated project setup for parallel feature development.
dispatching-parallel-agents
This skill provides a pattern for dispatching multiple AI agents to investigate independent test failures concurrently. It includes clear trigger conditions, decision flow, and prompt templates for creating focused agent tasks. The approach reduces investigation time when dealing with unrelated bugs across different files or subsystems.
mcp
This Skill provides documentation and guidance for Splitrail's MCP server implementation, which exposes usage statistics and analytics tools to AI assistants. It clearly explains available tools like get_daily_stats and get_model_usage, shows how to run the server, and provides concrete steps for extending the system with new tools and resources.
defense-in-depth
Provides a systematic approach to data validation across four layers: entry points, business logic, environment guards, and debug instrumentation. Includes concrete TypeScript examples and a real bug case study showing how multiple validation points prevent data corruption issues.