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.
frontend-to-backend-requirements
Document frontend data needs for backend developers. Use when frontend needs to communicate API requirements to backend, or user says 'backend requirements', 'what data do I need', 'API requirements', or is describing data needs for a UI.
ship-learn-next
Transform learning content (like YouTube transcripts, articles, tutorials) into actionable implementation plans using the Ship-Learn-Next framework. Use when user wants to turn advice, lessons, or educational content into concrete action steps, reps, or a learning quest.
wcag22-a11y-audit
WCAG 2.2 Accessibility Audit skill that systematically evaluates web pages against 8 core Success Criteria (1.1.1, 1.4.3, 1.4.11, 2.1.1, 2.1.2, 2.4.3, 2.4.7, 4.1.2) using accessibility tree inspection and visual analysis. Use this skill when you need to perform accessibility testing/auditing on a live webpage.
bedrock
AWS Bedrock foundation models for generative AI. Use when invoking foundation models, building AI applications, creating embeddings, configuring model access, or implementing RAG patterns.
performance-reporter
Generates comprehensive SEO and GEO performance reports combining rankings, traffic, backlinks, and AI visibility metrics. Creates executive summaries and detailed analyses for stakeholder reporting.
competitor-analysis
Analyzes competitor SEO and GEO strategies including their ranking keywords, content approaches, backlink profiles, and AI citation patterns. Reveals opportunities to outperform competition.
deep-reading-analyst
Comprehensive framework for deep analysis of articles, papers, and long-form content using 10+ thinking models (SCQA, 5W2H, critical thinking, inversion, mental models, first principles, systems thinking, six thinking hats). Use when users want to: (1) deeply understand complex articles/content, (2) analyze arguments and identify logical flaws, (3) extract actionable insights from reading materials, (4) create study notes or learning summaries, (5) compare multiple sources, (6) transform knowledge into practical applications, or (7) apply specific thinking frameworks. Triggered by phrases like 'analyze this article,' 'help me understand,' 'deep dive into,' 'extract insights from,' 'use [framework name],' or when users provide URLs/long-form content for analysis.
agent-builder
This skill helps developers create AI agents by providing scaffolding code and design philosophy. It offers templates for different complexity levels, from minimal to advanced agents with subagents and skills. The documentation emphasizes a simple loop approach and warns against over-engineering.
nav-install-multi-claude
Installs multi-Claude workflow orchestration scripts for Navigator plugin users. Downloads version-matched Bash scripts from GitHub, verifies prerequisites, handles installation failures, and provides rollback instructions. Useful for parallel AI task execution.
nav-init
Sets up Navigator's documentation structure in a project by creating .agent/ directories, copying templates, detecting project info, and configuring token monitoring. Prevents overwriting existing setups and provides clear next steps.
resume_handoff
This skill helps developers resume interrupted work by reading handoff documents, verifying current code state, and creating action plans. It handles ticket numbers or file paths, reads referenced documents, validates changes, and proposes next steps before implementation.
error-tracking
This skill helps track and debug production errors using CloudWatch Logs and structured logging, enabling investigation of issues, monitoring application health, and improving overall observability through automated log analysis.
citations
Automatically adds clickable admin links when referencing persons, conversations, or messages in responses. Makes internal data references actionable by turning entity mentions into direct navigation links.
subagent-driven-development
This skill automates multi-task development by dispatching fresh subagents for each independent task with mandatory code reviews between tasks. It enforces TDD practices, prevents context pollution, and integrates with existing workflow skills like writing-plans and finishing-a-development-branch.
chrome-devtools-mcp
This MCP server provides 26 tools for controlling Chrome browsers via Puppeteer. It enables automated testing, performance tracing, network inspection, and debugging through AI agents. The tool supports headless mode, device emulation, and connects to existing Chrome instances.
mjml-email-templates
Build responsive email templates using MJML markup language. Compiles to cross-client HTML that works in Outlook, Gmail, and Apple Mail. Includes template renderer, layout patterns, and variable substitution.
wechat-article-writer
专业的微信公众号文章创作助手。当用户提供网站链接、文本素材或图像,需要创作微信公众号文章时使用。支持通过搜索工具丰富内容、优化标题、调整语气为官方文案风格,帮助创作高质量的公众号推文。适用于企业宣传、品牌推广、资讯报道等官方内容创作场景。
creating-spec
A workflow orchestrator that guides developers through feature specification from initial sizing assessment to task breakdown. It intelligently routes projects between simplified and full specification paths based on complexity criteria, then coordinates external tools for requirements, design, and task planning phases.
logging
Adds structured logging to Docker-based CFN Loop tasks by capturing container stdout/stderr, exit codes, Redis coordination events, and lifecycle events. Provides query tools and JSON export for debugging and compliance. Requires manual integration into existing shell scripts.
design-preferences
This skill guides users through a structured questionnaire to define visual preferences before UI development. It creates a DESIGN.md file with chosen themes, fonts, and motion settings, integrating with project planning phases. It skips detailed questions for MVP projects and references a theme library.
extensibility-advisor
Helps developers choose the right Claude Code extension method (Skills, Commands, Subagents, etc.) based on their use case. Provides clear decision criteria and trade-off explanations to avoid confusion when extending Claude's capabilities.
subagent-generator
Generates specialized Claude Code subagents with appropriate tool restrictions, model selection, and system prompts. Creates properly formatted .md files with YAML frontmatter based on user's domain requirements. Guides users through purpose definition, tool recommendations, and prompt creation.
tmux
This skill enables Claude to remotely control tmux sessions for interactive command-line work. It provides detailed instructions for sending keystrokes, scraping pane output, and managing sessions via private sockets. Includes specific recipes for Python REPLs, gdb, and other TTY applications with synchronization helpers.
better-icons
Use when working with icons in any project. Provides CLI for searching 200+ icon libraries (Iconify) and retrieving SVGs. Commands: `better-icons search <query>` to find icons, `better-icons get <id>` to get SVG. Also available as MCP server for AI agents.