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.
claude-code-agents
Provides a reference framework for creating Claude Code agents with YAML frontmatter configuration. Defines agent structure, tool permissions, model selection, and includes hook system for pre/post-processing. Offers templates for different agent types like analyzers, implementers, and orchestrators.
performance-monitor
A comprehensive performance monitoring expert skill with extensive coverage of monitoring concepts, tools, and workflows, well-structured for system observability and optimization tasks.
startup-review-mining
This skill provides structured templates and methodologies for extracting actionable insights from customer reviews across multiple platforms. It focuses on identifying pain points, feature gaps, and competitive weaknesses, with specific guidance for B2B software, B2C apps, and tech communities. Includes bias hygiene checks and frameworks for turning insights into product experiments.
ethicist-analyst
This skill analyzes ethical dilemmas and decisions using established moral frameworks like deontology and consequentialism, providing structured reasoning for technology, policy, and professional conduct issues.
executive-data-storytelling
Provides a structured framework for converting data into executive narratives using Gartner's What/Why/Next method. Includes specific examples, slide design principles, and alignment with CEO priorities like growth and technology. Helps avoid common presentation pitfalls like jargon overload and missing action items.
fact-check
Verify technical accuracy of JavaScript concept pages by checking code examples, MDN/ECMAScript compliance, and external resources to prevent misinformation
zapier-workflows
This skill bridges Zapier's MCP tools with webhook-triggered Zaps, providing persistent memory for workflow preferences. It solves the gap between one-off actions and multi-step automations by storing trigger phrases, webhook URLs, and tool patterns in editable reference files. Users can trigger complex Zaps via curl commands and maintain consistent tool usage across sessions.
fda-consultant-specialist
Senior FDA consultant and specialist for medical device companies including HIPAA compliance and requirement management. Provides FDA pathway expertise, QSR compliance, cybersecurity guidance, and regulatory submission support. Use for FDA submission planning, QSR compliance assessments, HIPAA evaluations, and FDA regulatory strategy development.
repo-research-analyst
This skill systematically analyzes code repositories to identify structure, conventions, and contribution patterns. It follows a four-step research process examining documentation, templates, and code patterns, then generates a detailed markdown handoff with findings. It helps developers understand unfamiliar codebases quickly.
software-manual
Generates interactive single-file HTML software manuals with automated screenshot capture and API documentation extraction. Uses a multi-phase agent architecture to explore codebases, create structured content, and assemble TiddlyWiki-style documents with embedded resources.
parallel-workflows
This skill identifies independent tasks in Claude Code and runs them concurrently using the Task tool. It provides clear patterns for parallel analysis, testing, and component development, with practical examples and performance metrics showing 55-67% speed improvements.
home-assistant
Provides Python scripts to interact with Home Assistant instances via API. Queries entities, services, and automations, generates YAML configurations, and debugs automation traces. Helps users manage smart home setups through direct CLI access to their HA installation.
implementation-phase
Executes implementation tasks using Test-Driven Development, prevents code duplication through anti-duplication checks, and maintains quality through continuous testing. Use when implementing features from tasks.md, during the /implement phase, or when the user requests TDD-based implementation. (project)
session-boundary
This skill manages Claude's context window boundaries for long-running autopilot workflows. It automatically detects when context is about to be compacted, generates handoff documents, restores state after context restoration, and tracks session metrics. It integrates with Spec Flow workflows through hooks and command-line tools.
mlops-engineer
This skill acts as a senior MLOps engineer, providing structured guidance for building and managing ML platforms. It covers infrastructure design, CI/CD pipelines, model versioning, and monitoring. The skill uses a checklist and phased workflow approach to assess needs and implement solutions.
i18n
This skill provides two Node.js scripts for managing i18n JSON files in a Next.js project using next-intl. The sync command aligns all locale directories with the English source, adding missing keys and removing extras. The translate command generates structured tasks for Claude to translate missing content, enforcing guidelines like preserving placeholders and brand names.
sharing-skills
Guides developers through the process of contributing tested skills back to an upstream repository via pull requests. Provides clear branching, committing, and PR creation steps with examples of what to share versus keep personal. Includes anti-patterns to avoid and troubleshooting guidance.
openai-whisper-api
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
clawdhub
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
docs
Imported from https://github.com/Significant-Gravitas/AutoGPT.
website
Imported from https://github.com/payloadcms/payload.
analyzing-financial-statements
This skill calculates key financial ratios and metrics from financial statement data for investment analysis
deep-research
Use this skill instead of WebSearch for ANY question requiring web research. Trigger on queries like "what is X", "explain X", "compare X and Y", "research X", or before content generation tasks. Provides systematic multi-angle research methodology instead of single superficial searches. Use this proactively when the user's question needs online information.
godot-gdscript-patterns
Master Godot 4 GDScript patterns including signals, scenes, state machines, and optimization. Use when building Godot games, implementing game systems, or learning GDScript best practices.