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.
moai-worktree
A CLI tool that manages Git worktrees for isolated SPEC development. It creates separate directories for each SPEC, tracks them in a JSON registry, and integrates with MoAI's plan-run-sync workflow. Provides commands for creating, switching, syncing, and cleaning worktrees.
software-clean-code-standard
Provides a canonical clean code standard with stable CC-* rule IDs for cross-language use. Includes decision trees for applying rules, language overlays for framework-specific nuances, and waiver systems for exceptions. Comes with reusable checklists for API reviews, security, and performance, plus utility patterns for auth, logging, and error handling.
skill-creator
Provides guidance and templates for creating Claude Skills, including SKILL.md structure, resource organization, and practical scripts for initialization and packaging. Focuses on context efficiency and appropriate freedom levels for different tasks.
improve-skill
Extracts and analyzes agent session transcripts to improve or create MCP skills. Provides scripts to locate Claude Code, Pi, and Codex session files and generates structured prompts for skill refinement in fresh sessions. Focuses on identifying confusion patterns and missing documentation from actual usage.
aws-sdk-java-v2-bedrock
A comprehensive Java SDK skill for Amazon Bedrock with practical patterns for model invocation, streaming, embeddings, and Spring Boot integration, though security guidance could be enhanced.
langchain4j-rag-implementation-patterns
A comprehensive skill for implementing RAG systems with LangChain4j, providing practical code examples, configuration patterns, and best practices for Java developers building knowledge-enhanced AI applications.
shellcheck-configuration
Master ShellCheck static analysis configuration and usage for shell script quality. Use when setting up linting infrastructure, fixing code issues, or ensuring script portability.
deeptools
NGS analysis toolkit. BAM to bigWig conversion, QC (correlation, PCA, fingerprints), heatmaps/profiles (TSS, peaks), for ChIP-seq, RNA-seq, ATAC-seq visualization.
swapper-integration
Integrate new DEX aggregators, swappers, or bridge protocols (like Bebop, Portals, Jupiter, 0x, 1inch, etc.) into ShapeShift Web. Activates when user wants to add, integrate, or implement support for a new swapper. Guides through research, implementation, and testing following established patterns.
paypal-integration
Integrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments, processing online transactions, or building e-commerce checkout flows.
prometheus-configuration
Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, setting up monitoring infrastructure, or configuring alerting systems.
AgentDB Advanced Features
Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.
apple-hig-designer
This skill provides guidance for designing iOS apps following Apple's Human Interface Guidelines. It helps generate native components, validate designs for compliance, and ensure accessibility features like VoiceOver and Dynamic Type are implemented correctly. The documentation includes specific code examples for SwiftUI components, navigation patterns, and design principles.
attio-mcp-usage
Provides universal workflow patterns and best practices for using the Attio MCP server. Complements the attio-workspace-schema skill with HOW-TO guidance for MCP tools and error prevention.
mise
This skill provides detailed guidance for using mise, a polyglot runtime and task manager. It covers tool installation, version pinning, environment variable control, task automation, and configuration management. The documentation includes concrete command examples, mise.toml structures, and integration patterns for development workflows.
jira
This skill provides shell-based automation for Jira using the Atlassian MCP server. It covers common operations like searching issues, getting details, transitioning statuses, and adding comments. The documentation clearly explains the required function-call syntax and includes helper scripts for setup.
security-engineer
This skill provides a structured workflow for infrastructure security engineering, integrating tools like nmap, trivy, and Vault. It covers security analysis, implementation, and verification phases with specific checklists for hardening, DevSecOps, and incident response. It's designed to work alongside other infrastructure agents.
cloud-architect
A cloud architect skill that designs multi-cloud solutions using AWS, Azure, and GCP. It follows a structured workflow from discovery to implementation, focusing on cost reduction, security, and compliance. Integrates with tools like Terraform and kubectl for infrastructure management.
product-manager
A comprehensive product management skill with well-structured frameworks, clear workflows, and integration with common tools, though somewhat generic in implementation specifics.
flutter-expert
A Flutter development assistant that guides mobile app creation using Flutter 3+. It provides structured workflows for architecture planning, implementation, and testing. The skill includes checklists for performance, widget composition, and platform-specific features. It integrates with tools like Android Studio, Xcode, and Firebase for full-stack development.
1k-dev-commands
Development commands for OneKey monorepo. Use when running dev servers, building apps, linting, testing, or troubleshooting build issues. Triggers on yarn, dev, build, lint, test, desktop, mobile, web, extension, ios, android, compile, bundle.
positron-intake-rotation
This skill should be used when handling issue intake rotation duties for the Positron repository. It provides workflows for reviewing and organizing new issues, responding to discussions, handling support tickets, and searching for related content. Use this skill when on intake rotation duty, when helping someone with intake tasks, or when learning the intake rotation process.
pinecone
Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.
Confidence Check
A pre-implementation confidence checker that prevents wasted effort by requiring 90% confidence before coding starts. It verifies no duplicates exist, checks architecture compliance, reviews official docs, finds OSS references, and identifies root causes.