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.
trace
A highly structured and practical root cause analysis framework for production incidents, providing clear methodology, actionable outputs, and prevention strategies.
counsel
Simulates documented expert perspectives for code guidance and style discussions. Provides confidence scores, cites prior work, and handles multiple experts through panels. Includes calibration, blocklist management, and strict guardrails against inventing positions.
voting-status
Create and post ASCII art voting status diagrams to GitHub issues and Discord. Use when asked to update voting, show voting results, or announce voting status.
validate-agent
A validation agent that checks technical plans against current best practices by extracting tech choices, researching via web search, and assessing them against 2024-2025 standards. It produces structured validation reports with clear statuses and recommendations.
hook-developer
Provides detailed specifications for Claude Code hooks, including input/output schemas, exit code behaviors, and practical examples. Covers all hook types with clear blocking rules and testing patterns for developers building custom integrations.
claude-docs-consultant
This skill fetches specific Claude Code documentation from docs.claude.com on-demand instead of loading everything. It provides a workflow for identifying needed docs, fetching them selectively, and applying the information to tasks like hook creation, skill debugging, or subagent usage. The approach saves tokens by avoiding unnecessary documentation loading.
issue-manage
Provides interactive menu-driven issue management through Claude, integrating with a custom CLI tool for CRUD operations. Offers filtering, bulk updates, queue management, and issue history tracking. Works with JSONL files for data persistence and supports multi-queue workflows.
testing-patterns
Provides concrete testing patterns for Jest and Playwright with RLS-aware test setup. Includes directory structure, configuration examples, and evidence templates for Linear. Focuses on practical implementation details like test isolation and context helpers.
deployment-sop
Provides structured deployment workflows with pre/post-deployment checklists, smoke test patterns, and rollback procedures. Links to authoritative SOP documents rather than duplicating content. Includes concrete commands for validation and evidence templates for tracking.
qa-testing-ios
Provides concrete commands and strategies for iOS testing automation using Xcode tools. Covers simulator management, test execution, flake reduction, and CI integration with specific bash commands and practical guidelines.
Emitters
Provides four PHP emitter implementations for sending events to Snowplow collectors. SyncEmitter for immediate sending, CurlEmitter for async batch processing, SocketEmitter for persistent connections, and FileEmitter for deferred processing. Includes buffer management, error handling with retry logic, and debug modes.
dbt-core
This skill provides automated scripts and templates for setting up dbt-core with Snowflake locally. It includes environment diagnostics, installation options, configuration samples, and troubleshooting guides. The workflow guides AI agents through user-choice-driven setup processes.
maestro-core
A central routing hub for the Maestro skill ecosystem that directs user triggers to specific skills, defines execution hierarchy, and manages fallback policies. It prevents skill conflicts by establishing clear ownership and provides explicit loading instructions for dependent skills.
conductor
A workflow automation skill for executing development tracks using TDD and parallel routing. It integrates with a beads-based issue tracker for persistent context, auto-detects file scopes to spawn parallel workers, and provides clear phase transitions from design to implementation to handoff.
cfn-loop-output-processing
TypeScript module that parses agent output in Claude Flow Novice framework. Extracts confidence scores from multiple patterns, categorizes feedback by severity, and calculates consensus from validator results. Replaces scattered bash scripts with unified type-safe processing.
tmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
obsidian
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
himalaya
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
backend-patterns
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
kpi-dashboard-design
Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use when building business dashboards, selecting metrics, or designing data visualization layouts.
mobile-android-design
Master Material Design 3 and Jetpack Compose patterns for building native Android apps. Use when designing Android interfaces, implementing Compose UI, or following Google's Material Design guidelines.
last30days
Research a topic from the last 30 days on Reddit + X + Web, become an expert, and write copy-paste-ready prompts for the user's target tool.
file-organizer
Intelligently organizes files and folders by understanding context, finding duplicates, and suggesting better organizational structures. Use when user wants to clean up directories, organize downloads, remove duplicates, or restructure projects.
langgraph
Expert in LangGraph - the production-grade framework for building stateful, multi-actor AI applications. Covers graph construction, state management, cycles and branches, persistence with checkpointers, human-in-the-loop patterns, and the ReAct agent pattern. Used in production at LinkedIn, Uber, and 400+ companies. This is LangChain's recommended approach for building agents. Use when: langgraph, langchain agent, stateful agent, agent graph, react agent.