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.
research
Research libraries, APIs, and patterns using searchGitHub and Exa tools. Finds real-world implementations and saves structured reports to docs/research/. Use when investigating technologies, debugging issues, or comparing options.
frontend-designer
This skill provides frontend developers with practical patterns for building accessible, responsive components. It includes concrete code examples for buttons, cards, and other UI elements with WCAG compliance. The skill also offers a shell script for accessibility auditing that checks HTML files for common issues like missing alt text, semantic markup, and keyboard navigation support.
parallel-dispatch
A well-designed parallel agent orchestration system that provides robust infrastructure for concurrent multi-agent workflows with clear configuration and error handling.
nl-router
A sophisticated natural language router that intelligently maps user requests to appropriate skills and workflows with clear confidence scoring and structured routing patterns.
add-neon-docs
This skill automatically adds Neon database documentation links to project AI assistant files like CLAUDE.md or AGENTS.md. It detects existing files, asks for user permission, and appends reference URLs to a dedicated section. The tool helps AI assistants access Neon-specific patterns without storing large docs locally.
plan-orchestrator
A skill that orchestrates multiple specialized agents to build full-stack applications. It plans projects in phases, enforces a 'UI first' execution order, and provides detailed progress reports. It coordinates UI, backend, and design agents based on a clear workflow.
specification-phase
Provides standard operating procedures for the /specify phase including feature classification (HAS_UI, IS_IMPROVEMENT, HAS_METRICS, HAS_DEPLOYMENT_IMPACT), research depth determination, clarification strategy (max 3, informed guesses for defaults), and roadmap integration. Use when executing /specify command, classifying features, generating structured specs, or determining research depth for planning phase. (project)
create-slash-commands
Expert guidance for creating Claude Code slash commands. Use when working with slash commands, creating custom commands, understanding command structure, or learning YAML configuration.
codex-reviewer
Provides patterns for using Codex CLI as an automated code reviewer with structured prompts, output parsing, and configuration. Focuses on review gates and quality checks with clear verdict formats and issue tracking.
claude-tail
A CLI tool for viewing Claude Code session logs with real-time following, filtering by event type/tool/time, and multiple display modes. It helps developers monitor tool usage, debug errors, and analyze session patterns through colored output and flexible filtering options.
generate-stock-reports
This skill automates company research by generating structured reports from web searches. It identifies companies by name or ticker, gathers recent news across product, management, financial, and analyst categories, and outputs markdown files with proper sourcing. The instructions clearly define trigger conditions, report structure, and handling of edge cases like ambiguous tickers.
doc-coauthoring
Guides users through a three-stage process for creating documentation: gathering context, iterative refinement, and testing with a fresh AI to catch blind spots. It handles templates, existing documents, and provides clear fallbacks when integrations aren't available.
research
A specialized Claude skill that documents existing codebases by coordinating parallel sub-agents to locate, analyze, and synthesize information. It enforces a strict 'documentarian' role, forbidding suggestions for improvement. Outputs structured research documents with metadata, file references, and historical context from a thoughts directory.
copyright-docs
This skill automates the creation of software design specification documents compliant with China Copyright Protection Center standards. It analyzes source code through parallel agents, generates Mermaid diagrams for architecture and flow, and produces complete documentation for copyright registration. The multi-phase approach separates metadata collection, analysis, consolidation, and refinement.
daily-brief
Generates personalized daily news briefings from verified sources within the last 7 days. It reads user profiles and interest files, applies source credibility tiers, cross-references facts, and outputs structured markdown with confidence assessments. Handles cases with no news or conflicting sources transparently.
parse-git-status
Parses raw git status output into structured JSON data, extracting branch info, tracking status, and categorizing files by change type (staged, modified, untracked). Useful for automating git workflow checks and pre-commit validation.
pre-dev-subtask-creation
This skill creates detailed, self-contained implementation subtasks for developers with zero codebase context. It enforces a strict TDD cycle (RED-GREEN-REFACTOR) with 2-5 minute atomic steps, complete code snippets, exact commands, and explicit verification. It's designed for large features requiring parallelizable work.
Writing Hookify Rules
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
run-nx-generator
This skill helps developers run Nx generators with a focus on internal workspace-plugin generators. It provides clear priority rules, practical examples for common tasks like version bumps, and best practices like using --dry-run. It integrates with existing MCP tools to list generators and get schema details.
onboarding
This skill guides new users through setting up a personalized COG (Claude + Obsidian + Git) system. It collects user information through conversational prompts, creates markdown profile files, and generates a welcome guide. It handles existing profiles with update options and stores all configuration as editable markdown notes within the vault structure.
distributed-tracing
This skill implements distributed tracing using Jaeger and Tempo to track requests across microservices, enabling developers to identify performance bottlenecks, debug latency issues, and visualize service dependencies for improved observability.
discover-ebpf
A gateway skill that auto-detects eBPF-related work and provides access to four specialized eBPF skills: fundamentals, networking, security monitoring, and tracing. It uses progressive loading to avoid overwhelming users with unnecessary details upfront.
faq
This skill provides a detailed FAQ for implementing Conventional Commits, covering common questions about formatting, workflow integration, tooling, and troubleshooting. It serves as a quick reference guide for developers adopting this commit message standard.
api-designer
This skill provides a structured framework for designing REST and GraphQL APIs, covering specification, documentation, and developer experience. It includes checklists for RESTful principles, GraphQL schema design, versioning, and authentication. The skill integrates with tools like openapi-generator and postman for spec generation and testing.