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.
tdd-london-chicago
This skill guides developers through London (mock-based) and Chicago (state-based) TDD approaches with clear decision rules. It provides concrete examples, common pitfalls, and agent coordination patterns for test generation and refactoring. The quick reference card helps teams choose the right testing style based on code type.
pair-programming
This skill provides structured AI pair programming with driver/navigator roles, real-time code verification, and integrated testing workflows. It supports TDD, debugging, and refactoring sessions with automatic quality scoring and session persistence for collaborative development.
performance-analysis
Detects performance bottlenecks in Claude Flow swarms across communication, processing, memory, and network layers. Provides actionable recommendations and auto-fix options. Generates detailed reports in multiple formats for analysis and comparison.
n8n-trigger-testing-strategies
Provides concrete testing strategies for n8n workflow triggers including webhook payload validation, HTTP method testing, authentication checks, and cron schedule verification. Includes TypeScript code examples for common testing scenarios.
got-controller
A Claude Skill that manages research as a graph, coordinating multiple agents to explore topics in parallel. It defines five core operations (Generate, Aggregate, Refine, Score, KeepBestN) and provides three execution patterns for different research scenarios. The skill tracks graph state and integrates with existing research tools.
pytdc
Provides standardized access to curated drug discovery datasets (ADME, toxicity, DTI) with scaffold splits and evaluation metrics. Simplifies benchmarking ML models for therapeutic tasks by handling data loading, splitting, and evaluation consistently.
startup-idea-validation
This skill provides a structured 9-dimension framework for validating startup ideas before development. It includes scoring for problem severity, market size, and unit economics, with clear GO/NO-GO thresholds. It offers templates for experiment planning and detailed guidance on evidence collection, helping founders avoid building based on assumptions.
test-writer
Generate comprehensive Vitest tests for code examples in JavaScript concept documentation pages, following project conventions and referencing source lines
example-skill
Provides a reference template for creating Claude Code plugin skills. It clearly defines the file structure, frontmatter requirements, and activation triggers. The skill serves as a practical starting point for developers building new skills.
creating-agent-skills
Expert guidance for creating, writing, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure and best practices.
senior-frontend
Comprehensive frontend development skill for building modern, performant web applications using ReactJS, NextJS, TypeScript, Tailwind CSS. Includes component scaffolding, performance optimization, bundle analysis, and UI best practices. Use when developing frontend features, optimizing performance, implementing UI/UX designs, managing state, or reviewing frontend code.
ai-sdk-ui
Build React chat interfaces with Vercel AI SDK v6. Covers useChat/useCompletion/useObject hooks, message parts structure, tool approval workflows, and 18 UI error solutions. Prevents documented issues with React Strict Mode, concurrent requests, stale closures, and tool approval edge cases. Use when: implementing AI chat UIs, migrating v5→v6, troubleshooting "useChat failed to parse stream", "stale body values", "React maximum update depth", "Cannot read properties of undefined (reading 'state')", or tool approval workflow errors.
activitypub-integrations
Provides concrete patterns for integrating WordPress plugins with ActivityPub federation. Includes specific code examples for adding post type support, custom transformers, and modifying activities. Shows actual integration loader implementation with conditional plugin detection.
n8n-workflow-testing-fundamentals
Provides structured testing methods for n8n workflows, including validation, execution testing, and error handling. Offers code examples for common testing scenarios and coordination patterns for multi-agent testing.
svelte-runes
Provides clear, structured guidance for Svelte 5's runes system with practical examples and migration advice. Includes decision matrices, common mistakes, and attachment patterns. Focuses on preventing reactivity errors and syntax mixing.
unit-test-service-layer
This skill provides detailed patterns for writing unit tests for Spring service layer classes using JUnit 5 and Mockito. It covers mocking dependencies, verifying interactions, testing exceptions, and complex workflows with practical code examples. The documentation includes setup instructions, common patterns, and troubleshooting tips for Java developers.
spring-boot-dependency-injection
This skill provides concrete guidance for implementing constructor-first dependency injection in Spring Boot projects. It covers mandatory and optional dependencies, bean resolution, and validation testing with specific code examples. The workflow helps developers create testable, maintainable services while avoiding common anti-patterns like field injection.
mobile-developer
This skill provides detailed mobile development guidance for React Native and Flutter projects. It includes specific performance targets (cold start <2s, app size <50MB), platform-specific checklists, and integration with MCP tools like adb and xcode for debugging and deployment.
git
Provides detailed guidance for Git and GitHub workflows, including commit message best practices, branch management, and gh CLI usage. It emphasizes avoiding AI attribution in commits and includes safety rules for destructive operations. Covers common patterns and troubleshooting scenarios.
go
Provides concrete commands and workflows for Go development, with strong emphasis on gotestsum for testing. Includes specific examples for test execution, coverage analysis, debugging, and CI integration. Covers module management, building, formatting, and common development tasks.
clawdhub
A CLI tool for managing Claude Skills from clawdhub.com. It allows searching, installing, updating, and publishing skills directly from the command line. Useful for developers who need to fetch new skills dynamically or maintain their skill collection.
changelog-generator
Automates changelog creation by analyzing git commit history and converting technical commits into user-friendly release notes. Groups changes into categories like features and bug fixes, saving manual documentation time for development teams.
1k-state-management
Jotai state management patterns for OneKey. Use when working with atoms, global state, feature state, or context atoms. Triggers on jotai, atom, state, globalAtom, contextAtom, store, persistence, settings.
google-gemini-file-search
Build document Q&A with Gemini File Search - fully managed RAG with automatic chunking, embeddings, and citations. Upload 100+ file formats, query with natural language. Use when: document Q&A, searchable knowledge bases, semantic search. Troubleshoot: document immutability, storage quota (3x), chunking config, metadata limits (20 max), polling timeouts, displayName dropped (Blob uploads), grounding lost (JSON mode), tool conflicts (googleSearch + fileSearch).