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.
discover-cloud
A gateway skill that automatically activates during cloud-related development tasks and provides access to 13 specialized AWS and GCP skills. It uses keyword triggers like 'cloud', 'AWS', 'serverless' to load relevant documentation. The skill organizes cloud knowledge into logical categories and enables progressive loading from gateway to specific skill details.
moai-lang-rust
Provides Rust 1.92+ development guidance focusing on Axum, Tokio, and SQLx for building memory-safe web services. Includes concrete code patterns for REST APIs, database operations, and async concurrency. Covers testing, deployment, and modern Rust features like async traits.
kotlin-specialist
A specialized Kotlin development assistant focused on modern Kotlin features, coroutines, and multiplatform projects. It provides structured workflows for project analysis, implementation, and quality checks using tools like detekt and ktlint. The skill emphasizes idiomatic code, functional patterns, and cross-platform code sharing.
expo-modules
This skill provides detailed guidance for building high-quality Expo native modules for iOS and Android. It covers API design patterns, view implementation, marshalling techniques, shared objects, and ecosystem integration with concrete code examples and best practices.
single-cell-multi-omics-integration
This skill provides a structured cheat sheet for integrating single-cell multi-omics data using five different computational methods. It outlines specific steps for MOFA, GLUE, SIMBA, TOSICA, and StaVIA workflows with clear data preparation, training, and inspection phases. The instructions reference actual notebook files and include dependency notes for each method.
systematic-debugging
A structured four-phase debugging framework that enforces root cause investigation before fixes. It provides concrete steps for error analysis, pattern comparison, hypothesis testing, and implementation with clear time limits and failure thresholds to prevent wasted effort.
theme-factory
This skill provides 10 pre-designed themes with color palettes and font pairings for styling presentation slides and other artifacts. It includes a visual showcase PDF, clear application steps, and the ability to generate custom themes when needed. The themes cover various aesthetics from professional to creative.
creating-skills
Use when creating new Claude Code skills or improving existing ones - ensures skills are discoverable, scannable, and effective through proper structure, CSO optimization, and real examples
vitest-runner
A well-structured Vitest test runner skill with excellent grounding protocols, comprehensive workflow steps, and robust error recovery mechanisms for JavaScript/TypeScript testing automation.
ai-prompt-engineering
Provides concrete prompt patterns and templates for building production AI systems with Claude. Focuses on structured outputs, RAG workflows, agent tool calling, and hidden reasoning. Includes decision trees, checklists, and versioned templates for immediate implementation.
.claude
This Skill adds memory functionality to Claude by tracking conversation history and providing context from previous interactions. It helps Claude remember past discussions and reference earlier topics, reducing repetition in long conversations.
2agent
Sets up a two-agent workflow between Cursor (PM) and Claude Code (implementer) by generating command files, memory structures, and version tracking. Handles initial setup, updates, and Cursor integration with backup and merge capabilities.
building-chat-interfaces
This skill provides patterns for integrating OpenAI's ChatKit with custom backends, focusing on authentication, context injection, and database persistence. It includes code examples for Python servers, React frontends, and Next.js proxy setups to handle JWT auth and user context.
ai-llm-engineering
Operational skill hub for LLM system architecture, evaluation, deployment, and optimization (modern production standards). Links to specialized skills for prompts, RAG, agents, and safety. Integrates recent advances: PEFT/LoRA fine-tuning, hybrid RAG handoff (see dedicated skill), vLLM 24x throughput, multi-layered security (90%+ bypass for single-layer), automated drift detection (18-second response), and CI/CD-aligned evaluation.
critical-thinking-logical-reasoning
Provides structured guidelines for analyzing written content like articles and reports. Breaks down arguments, identifies logical issues, and suggests probing questions. Outputs clear summaries and actionable critiques following a consistent template.
git-worktrees
This skill provides shell scripts and a Claude command template to manage Git worktrees for parallel development in Claude Code. It enables running multiple Claude instances on different branches simultaneously, avoiding file conflicts. The scripts handle worktree creation, listing, and cleanup, while the command offers quick setup instructions.
anthropic-prompt-engineer
This skill helps developers create and refine prompts for Claude AI models using Anthropic's documented techniques. It provides structured guidance on prompt formatting, includes examples, and addresses common pitfalls. The skill is essentially a knowledge base and helper for writing better instructions to AI models.
markdown-session-format
Defines a standardized Markdown template for recording Claude Code sessions with timestamp naming, structured sections for prompts/tools/results, verification annotations, and nb-compatible hashtag conventions. Ensures consistent logging format across teams.
moai-formats-data
A Python library focused on data format optimization, featuring a custom TOON encoding for 40-60% token reduction in LLM contexts, fast JSON/YAML processing via orjson, and schema-based data validation. Includes practical examples for common data handling tasks and warnings for anti-patterns.
canton-network-repos
A highly specialized and detailed skill providing comprehensive knowledge about the Canton Network open-source ecosystem, repository relationships, and build processes with excellent documentation.
ui-styling
Provides detailed guidance for building UIs with shadcn/ui components and Tailwind CSS, plus a unique canvas-based visual design system. Includes setup instructions, component usage patterns, accessibility considerations, and a structured design philosophy for creating polished visual compositions.
session-init
Automates session startup by checking Git status, reading task plans, and displaying context from project files. Helps developers quickly understand current work status and pending tasks before starting coding work.
infographic-template-updater
Automates updates to template documentation and UI prompts when new infographic templates are added. Keeps multiple files synchronized including SKILL.md, gallery mappings, and playground prompts. Includes sanity checks with ripgrep to verify changes.
setup-knip
This skill installs and configures Knip for dead code detection in JavaScript/TypeScript projects. It checks for existing installations, detects project type (standard, Next.js, monorepo), creates appropriate configuration files, adds npm scripts, and validates setup. It includes critical safety warnings about dynamic import limitations.