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.
artifact-evaluation
Interact with artifact containers via HTTP API for paper evaluation tasks. Execute commands, read files, and list directories in remote artifact environments.
advanced-video-downloader
Download and transcribe videos from YouTube, Bilibili, TikTok and 1000+ platforms. Use when user requests video download, transcription (转录/字幕提取), or converting video to text/markdown. Supports quality selection, audio extraction, playlist downloads, cookie-based authentication, and AI-powered transcription via SiliconFlow API (免费转录).
elevenlabs-tts
ElevenLabs Text-to-Speech API for high-quality speech synthesis.
Git Commit Format
Enforces HyperShift's specific conventional commit format with required footers and validation. Provides clear type definitions, breaking change rules, and a gitlint integration checklist for consistent commit messages.
This skill enables Claude to search the web using Google's search capabilities. It provides a straightforward interface for finding current information, looking up facts, and researching topics by combining WebSearch and WebFetch tools with clear instructions to include source links in responses.
transcribe-audio
Transcribes video audio using WhisperX with accurate timestamp preservation. Creates JSON transcripts with word-level timing. Designed for parallel execution in video analysis pipelines where timestamp alignment is critical.
brand-guidelines
This skill applies Anthropic's official brand colors and typography to presentation artifacts. It automatically styles headings with Poppins font and body text with Lora, using specific color palettes for text and shapes. The tool handles font fallbacks and maintains visual consistency across different systems.
ai-social-media-content
Create AI-powered social media content for TikTok, Instagram, YouTube, Twitter/X. Generate: images, videos, reels, shorts, thumbnails, captions, hashtags. Tools: FLUX, Veo, Seedance, Wan, Kokoro TTS, Claude for copywriting. Use for: content creators, social media managers, influencers, brands. Triggers: social media content, tiktok, instagram reels, youtube shorts, twitter post, content creator, ai influencer, social content, reels, shorts, viral content, thumbnail generator, caption generator, hashtag generator, ugc content
structured-plan-mode
This skill should be used when planning and tracking complex feature implementations that require systematic task decomposition. Use this skill to break down large features into manageable, well-documented tasks with clear dependencies, action items, and success criteria. The skill provides a structured template and methodology for iterative planning and tracking throughout implementation.
slb
Simultaneous Launch Button - Two-person rule for destructive commands in multi-agent workflows. Risk-tiered classification, command hash binding, 5 execution gates, client-side execution with environment inheritance. Go CLI.
multicultural-holidays
This skill manages a multicultural holiday theme system for web applications. It provides tools to add, configure, and test holiday themes with cultural accuracy. Includes locale detection, date calculations for non-Gregorian calendars, and a debug panel for testing. Focuses on respectful representation of diverse traditions.
agent-skill-bridge
Provides structured patterns and protocols for connecting Claude Skills with Agent workflows, enabling skills to invoke agents and vice versa. Defines clear handoff specifications and orchestration plans for complex multi-step automation.
go-test-fixer
Automates conversion of Go slice-based table tests to map-based format and splits large test files. Provides concrete scripts for mechanical transformations with backup creation and workflow guidance.
vulnerability-resolver
A specialized tool for managing OWASP Dependency-Check vulnerabilities in the morphir-dotnet project. It provides structured workflows for scanning, analyzing CVEs, creating suppression files, and guiding fix decisions with clear decision trees and command examples.
feature-spec-writer
Provides structured templates for converting product insights into feature specifications. Includes quick and detailed formats with real examples. Guides users through problem-first thinking and impact analysis. Helps product managers create clear engineering requirements.
funnel-analysis
Provides two SQL-based funnels for analyzing user conversion and drop-off points in messaging platforms. Includes standard 28-day and onboarding 7-day funnels with clear step definitions for engagement metrics like message counts and active days.
qlty-check
This Skill wraps the qlty CLI to provide unified code quality checks across 40+ languages. It runs linters, auto-fixes issues, calculates metrics, and finds code smells. The documentation shows clear command examples for common workflows like pre-commit checks and quality reporting.
code-simplification
This skill provides structured guidance for identifying and eliminating unnecessary code complexity. It focuses on breaking down convoluted logic, removing redundant abstractions, and improving readability while preserving functionality. The framework includes specific patterns to look for and concrete refactoring steps.
task-master-install
Installs task-master for AI-assisted project breakdown and specification-driven development. Provides clear installation steps, MCP server setup for AI agents, and troubleshooting guidance for common Node.js issues.
safety-pattern-auditor
This skill provides a structured 5-phase workflow for auditing command safety patterns. It includes baseline capture, gap analysis, regression testing, priority assessment, and reporting. The skill generates detailed audit reports with actionable recommendations and tracks security coverage over time.
designing
A structured design session skill that guides users through a 10-phase pipeline to turn ideas into implementation plans. It coordinates multiple AI agents for research and validation, manages task decomposition into 'beads', and handles parallel execution tracking. The system adapts complexity based on initial scoring.
receiving-code-review
This skill provides a structured approach to handling code review feedback, emphasizing verification over immediate implementation. It establishes clear response patterns, forbids performative agreement, and offers specific handling for unclear feedback and external reviewers. The skill promotes technical rigor and includes practical examples of good and bad responses.
revising-findings
Implements verification findings from code review reports with scope-based parallel workflow. Separates common issues (immediate) from exclusive issues (after cross-check), handles uncertain cases with user prompts, and dispatches fixes to appropriate agents.
root-cause-tracing
Provides a systematic method for tracing bugs backward through call stacks to find root causes, with concrete examples of adding instrumentation and analyzing stack traces. Includes a bisection script for identifying test pollution.