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.
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).
ui-mockup
Orchestrates WebView UI mockup creation for audio plugins through phased workflow with design iteration and implementation scaffolding. Delegates to specialized subagents, handles versioning, and integrates with existing plugin development workflows. Generates YAML specs, test HTML, and production-ready C++ boilerplate.
ios-simulator-skill
A collection of 21 Python/bash scripts for iOS simulator automation. It handles app testing, UI navigation via accessibility APIs, build automation, and device management. Outputs structured JSON for CI/CD integration and supports semantic element finding instead of pixel coordinates.
novelweave-workflow
This skill provides a structured workflow for using NovelWeave in fiction writing, covering planning, world-building, scene creation, and revision. It explains core commands like /constitution and /write with concrete examples and warns against common pitfalls like over-reliance on AI.
integrating-stripe-webhooks
Use when implementing Stripe webhook endpoints and getting 'Raw body not available' or signature verification errors - provides raw body parsing solutions and subscription period field fixes across frameworks
.claude
A zero-config preset that enforces code quality standards through automated formatting and linting using Oxlint+Oxfmt. Provides clear guidelines for modern JavaScript/TypeScript, React, async patterns, and security. Focuses on fixing common issues automatically while highlighting areas requiring manual review.
docx
This skill enables Claude to create, edit, and analyze Word documents (.docx) through XML manipulation. It provides workflows for text extraction, document creation with docx-js, editing with Python libraries, and redlining for tracked changes. Includes unpack/pack scripts and validation tools.
exploring-rust-crates
This skill generates Rust documentation for crates in the HASH workspace, helping developers understand crate APIs, module structures, and public interfaces. It provides specific cargo doc commands with flags like --no-deps and --all-features, and explains where to find generated HTML documentation.
universal-patterns
Provides a collection of universal software development patterns covering architecture, code organization, error handling, data flow, and naming conventions. Includes concrete examples and anti-patterns to avoid. Serves as a quick reference for developers working across different technology stacks.
multi-model-validation
This skill orchestrates parallel execution of multiple AI models (Grok, Gemini, GPT-5, etc.) for code validation and review. It provides 3-5x speedup through concurrent processing, enforces performance statistics collection, and includes dynamic model discovery. Version 3.1.0 adds mandatory checklist enforcement and session-based workspaces.
architecture-selection
This skill provides structured guidance for selecting and implementing system architecture patterns. It covers monoliths, microservices, event-driven, and serverless architectures with practical diagrams, trade-off tables, and decision frameworks. Includes C4 modeling, scalability strategies, technology selection criteria, and architecture decision records.
documentation-sync
A comprehensive documentation synchronization skill that provides systematic approaches to detecting stale documentation, analyzing coverage, and maintaining code-doc alignment with clear protocols and templates.
technical-writing
This skill provides structured templates and patterns for creating technical documentation like Architecture Decision Records (ADRs), system docs, API references, and operational runbooks. It emphasizes living documentation, diagrams over prose, and audience-appropriate detail to prevent documentation drift and maintain knowledge.
neurokit2
This skill provides Python-based processing for physiological signals like ECG, EEG, and EDA. It handles cleaning, feature extraction, and analysis for heart rate variability, brain activity patterns, and autonomic responses. The toolkit includes event-related analysis, multi-modal integration, and complexity metrics for research applications.