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.
codebase-analysis
A highly structured skill for systematic codebase analysis that implements an iterative discovery-documentation-review cycle with parallel agent delegation and clear documentation standards.
video-frames
A simple wrapper around ffmpeg to extract single frames from videos at specified timestamps. It provides basic command-line examples for getting first frames or frames at specific times, with format recommendations for different use cases.
esm
Comprehensive toolkit for protein language models including ESM3 (generative multimodal protein design across sequence, structure, and function) and ESM C (efficient protein embeddings and representations). Use this skill when working with protein sequences, structures, or function prediction; designing novel proteins; generating protein embeddings; performing inverse folding; or conducting protein engineering tasks. Supports both local model usage and cloud-based Forge API for scalable inference.
gget
A bioinformatics tool that provides unified access to 20+ genomic databases through CLI and Python interfaces. It handles gene lookups, sequence retrieval, BLAST searches, protein structure fetching, and expression data analysis with consistent parameter patterns.
fluidsim
Framework for computational fluid dynamics simulations using Python. Use when running fluid dynamics simulations including Navier-Stokes equations (2D/3D), shallow water equations, stratified flows, or when analyzing turbulence, vortex dynamics, or geophysical flows. Provides pseudospectral methods with FFT, HPC support, and comprehensive output analysis.
uniprot-database
Provides direct REST API access to UniProt for protein searches, FASTA retrieval, and ID mapping. Includes Python client with search, get, map, and stream functions. Well-documented with query syntax examples and field specifications. Useful for bioinformatics workflows requiring programmatic access to protein data.
ui-design-system
UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.
interpreting-culture-index
Use when interpreting Culture Index surveys, CI profiles, behavioral assessments, or personality data. Supports individual interpretation, team composition (gas/brake/glue), burnout detection, profile comparison, hiring profiles, manager coaching, interview transcript analysis for trait prediction, candidate debrief, onboarding planning, and conflict mediation. Handles PDF vision or JSON input.
artifacts-builder
Provides shell scripts to scaffold a React+TypeScript+Vite project with Tailwind CSS and 40+ shadcn/ui components, then bundle it into a single HTML file for Claude artifacts. Includes Node version detection, path alias configuration, and design guidelines to avoid common AI-generated UI patterns.
testing-hashql
Provides detailed guidance for testing HashQL compiler code using compiletest UI tests, unit tests, and insta snapshots. Covers test structure, annotation syntax, debugging failures, and updating expected outputs with --bless. Includes concrete examples for different testing scenarios and clear command references.
thought-based-reasoning
This skill provides a structured guide to Chain-of-Thought prompting and its variants for improving LLM reasoning. It includes decision matrices, prompt templates, and research-backed patterns for techniques like Zero-shot CoT, Self-Consistency, Tree of Thoughts, and ReAct. The documentation helps users select appropriate methods for different reasoning tasks.
Gathering Requirements
This skill provides a structured methodology for clarifying user requirements before implementation. It guides through request classification, system investigation, targeted questioning, assumption resolution, and specification creation. The workflow helps prevent misunderstandings by systematically uncovering edge cases, performance expectations, and integration points.
Writing Documentation for LLMs
Provides concrete guidelines for writing documentation optimized for LLM consumption. Focuses on token efficiency, progressive disclosure, and specific patterns like 'What + When' descriptions. Includes anti-patterns and practical examples for API docs and code documentation.
reasoningbank-agentdb
This skill integrates ReasoningBank adaptive learning with AgentDB's high-performance vector database for building self-improving AI agents. It provides trajectory tracking, verdict judgment, memory distillation, and pattern recognition with 150x faster retrieval speeds. Includes CLI tools, TypeScript API, and backward compatibility with legacy systems.
citation-validator
Validates citations in research reports by checking presence, completeness, accuracy, and source quality. Provides structured reports with quality ratings and identifies unsupported claims. Useful for academic papers, technical reports, and content requiring factual verification.
plugin-workflow
A sophisticated orchestration skill for JUCE plugin development that coordinates multiple specialized subagents through a structured 3-stage workflow with automatic validation and checkpoint management.
ai-image-generation
Generate AI images with FLUX, Gemini, Grok, Seedream, Reve and 50+ models via inference.sh CLI. Models: FLUX Dev LoRA, FLUX.2 Klein LoRA, Gemini 3 Pro Image, Grok Imagine, Seedream 4.5, Reve, ImagineArt. Capabilities: text-to-image, image-to-image, inpainting, LoRA, image editing, upscaling, text rendering. Use for: AI art, product mockups, concept art, social media graphics, marketing visuals, illustrations. Triggers: flux, image generation, ai image, text to image, stable diffusion, generate image, ai art, midjourney alternative, dall-e alternative, text2img, t2i, image generator, ai picture, create image with ai, generative ai, ai illustration, grok image, gemini image
skill-creator
A meta-skill that provides templates and scripts for creating other Claude skills. It includes a structured SKILL.md template, validation utilities, and packaging tools to standardize skill development. The skill creator helps developers follow best practices for skill architecture and resource organization.
dhh-rails-style
This skill should be used when writing Ruby and Rails code in DHH's distinctive 37signals style. It applies when writing Ruby code, Rails applications, creating models, controllers, or any Ruby file. Triggers on Ruby/Rails code generation, refactoring requests, code review, or when the user mentions DHH, 37signals, Basecamp, HEY, or Campfire style. Embodies REST purity, fat models, thin controllers, Current attributes, Hotwire patterns, and the "clarity over cleverness" philosophy.
implementing-figma-designs
Implements Figma designs 1:1 using OneKey component library. Use when implementing UI from Figma, converting designs to code, or building pages/components from design specs. Triggers on figma, design, UI, 还原设计稿, 切图, 页面, 组件, implementation, Button, Input, Badge, Icon, Stack, XStack, YStack, Dialog, Toast, Alert, Form, Select, Switch, Checkbox, Radio, Tabs, Popover, ActionList, Progress, Skeleton, Image, Avatar, Banner, Carousel, Table, Accordion, ScrollView, ListView, SectionList, Page, Divider, Empty, QRCode, Markdown, Spinner.
skill-creator
Provides templates and scripts for creating Claude Skills with Python and uv. Includes init_skill.py for project scaffolding and package_skill.py for distribution. Enforces consistent structure with SKILL.md frontmatter and bundled resources.
revert
Provides structured git revert operations at task, phase, or track levels with mandatory confirmation steps. Integrates with TodoWrite for workflow tracking and maintains project consistency through validation checks. Targets development teams using Conductor for project management.
transcription
Provides detailed instructions for using OpenAI Whisper to transcribe audio/video files into multiple formats including SRT, VTT, and JSON. Covers model selection, audio extraction, timing synchronization, and includes batch processing scripts. Focuses on practical implementation with performance optimization tips.
bunjs
This skill provides concrete patterns for building TypeScript backends with Bun, Hono, and Prisma. It includes project structure, setup scripts, testing examples, and configuration for real development workflows. The documentation covers file operations, WebSocket setup, and quality checks with Biome.