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.
executing-plans
This skill manages multi-step implementation plans by breaking them into batches with mandatory code reviews between each batch. It selects appropriate agents based on semantic task analysis, enforces plan adherence with BLOCKED status handling, and integrates with related skills for code review and branch completion.
validating-review-feedback
A workflow skill that validates code review feedback against an implementation plan to prevent scope creep. It parses review files, categorizes blocking issues as in-scope, out-of-scope, or unclear, asks users for decisions on misalignments, and annotates the review file with tags ([FIX]/[WONTFIX]/[DEFERRED]) to guide fixing agents. It also updates the plan with deferred items.
playwright-tester
Provides Playwright-based browser automation with both CLI screenshots and JavaScript execution. Includes server auto-detection, helper utilities for reliable interactions, and examples for responsive testing, form flows, and link checking. Targets frontend debugging and E2E validation workflows.
thx-boris
Provides concrete patterns for using Claude Code effectively, including CLAUDE.md structure, subagent creation, hook automation, permission management, and parallel workflow strategies. Based on practices from Claude Code's creator.
mcp-builder
Build MCP (Model Context Protocol) servers that give Claude new capabilities. Use when user wants to create an MCP server, add tools to Claude, or integrate external services.
recall-reasoning
This skill searches past Claude reasoning sessions and artifact handoffs to find what worked or failed previously. It helps developers avoid repeating mistakes and reuse successful approaches by querying indexed post-mortems and build reasoning files.
zai-cli
A CLI tool that bundles multiple Z.AI capabilities including image/video analysis with GLM-4.6V, real-time web search with filtering, web page extraction to markdown, and GitHub code exploration. It provides a unified interface for developers needing visual content analysis, research, or code investigation tasks.
log-summary-date-ranges
Guidance for analyzing log files and generating summary reports with counts aggregated across multiple date ranges and severity levels. This skill applies when tasks involve parsing log files by date, counting occurrences by severity (ERROR, WARNING, INFO), and outputting structured CSV summaries across time periods like "today", "last 7 days", or "last 30 days".
FFmpeg Media Info
Analyze media file properties - duration, resolution, bitrate, codecs, and stream information
seo-content-writer
Creates high-quality, SEO-optimized content that ranks in search engines. Applies on-page SEO best practices, keyword optimization, and content structure for maximum visibility and engagement.
frontend-component
This skill automatically generates React or Vue components with TypeScript, tests, and styles when triggered by phrases like 'create component'. It validates naming, creates props interfaces, and outputs a complete component folder with barrel exports. It supports different component types and styling approaches.
nav-start
Loads Navigator project documentation and context at session start. Checks project initialization, restores saved context markers, displays OpenTelemetry session statistics, and integrates with project management tools. Provides structured workflow for resuming development work.
nav-skill-creator
This skill analyzes a codebase to identify repetitive patterns and automatically generates new Navigator skills to automate those workflows. It provides a structured process from analysis to testing, including creating SKILL.md files, Python helper functions, templates, and examples based on project conventions.
langgraph-docs
Use this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.
student-success-scorecard
Provides a framework for tracking student engagement metrics across cohorts, including enrollment rates, assignment submissions, and completion percentages. Includes templates for dashboards and risk heatmaps. Focuses on connecting leading indicators to final outcomes.
china-stock-analysis
A股价值投资分析工具,提供股票筛选、个股深度分析、行业对比和估值计算功能。基于价值投资理论,使用akshare获取公开财务数据,适合低频交易的普通投资者。
consultant
This skill provides three modes for consulting different AI models: single expert consultation, parallel multi-agent research, and structured debate. It helps users get diverse perspectives from models like Gemini, Codex, and Claude, with clear triggers for each mode and timeout controls.
slack-gif-creator
A comprehensive and well-documented toolkit for creating Slack-optimized GIFs with excellent validators and diverse animation primitives, though implementation details are abstracted.
incident-response
Provides structured incident response workflows for production outages, including timeline tracking, RCA documentation, and runbook updates. Integrates with debugging and monitoring skills for comprehensive SRE practices.
rune-tasks
Provides structured task management through a CLI tool with hierarchical organization, status tracking, and batch operations. Integrates with git workflows and supports phases for project grouping. Focuses on atomic updates and clear task hierarchies.
subagent-driven-development
This skill automates multi-task development by dispatching fresh subagents for each independent task, with mandatory code review checkpoints between tasks. It enforces TDD, prevents context pollution, and integrates with existing plan-writing and branch-completion skills.
r2-glacier-migration
This skill provides a script and operational guide for migrating large datasets (42.6 TB) from Cloudflare R2 to AWS Glacier Deep Archive to achieve significant cost savings. It includes checkpointing for resumable transfers, batch processing for billions of objects, and clear commands for monitoring via SSH and screen sessions.
claude-code
A documentation and guidance skill for the Claude Code terminal tool. It helps developers set up, configure, and use Claude Code's features like slash commands, agent skills, MCP servers, and enterprise deployments. Includes reference guides for troubleshooting, cost optimization, and team collaboration workflows.
user-file-ops
This skill provides basic text file summarization by counting lines, words, and bytes while capturing a short preview. It works with user-provided files in work/inputs/ or files generated by other skills in out/. The implementation is a simple bash script.