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.
seo-meta
Generate complete SEO meta tags for every page. Covers title patterns, meta descriptions, Open Graph, Twitter Cards, and JSON-LD structured data (LocalBusiness, Service, FAQ, BreadcrumbList). Use when: building pages, adding social sharing, implementing structured data, optimizing for search engines.
claudemem-search
Provides semantic code search and AST-based structural analysis for codebases. Features include symbol location, call graph analysis, PageRank ranking, and version-aware command fallbacks. Outputs machine-readable format for agent integration.
browser-debugging
A comprehensive browser debugging skill that provides systematic UI testing, visual analysis, and debugging workflows using Chrome Extension MCP tools with optional external vision models for enhanced validation.
wheels-debugging
Provides specific solutions for common CFWheels framework errors like 'No matching function found' and 'Missing argument name'. Includes debugging tools like enabling debug output and using browser MCP tools for UI testing. Focuses on practical fixes with clear code examples.
test-driven-development
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
playwright-testing
An exceptionally practical and opinionated guide for writing reliable Playwright tests, emphasizing complete coverage, deterministic waits, and strategic mocking with clear anti-patterns and actionable solutions.
sag
A CLI wrapper for ElevenLabs TTS that adds macOS-style 'say' command UX with voice tagging, audio normalization, and playback features. It simplifies voice generation for developers who need programmatic TTS access with local audio output.
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
denario
Denario automates scientific research workflows from data analysis to LaTeX paper generation using a multi-agent system. It guides users through idea generation, methodology development, computational experiments, and publication formatting with examples for time-series and ML projects.
dspy-ruby
Provides detailed guidance for DSPy.rb, a Ruby framework for building type-safe LLM applications. Covers signatures, modules, multiple predictors, provider configuration, testing, and deployment patterns with concrete code examples. Focuses on programming LLMs rather than manual prompting.
honesty
This skill sets a behavioral expectation for Claude to provide direct, unfiltered feedback during code reviews and technical discussions. It explicitly requests blunt honesty when users are wrong, preventing overly polite or non-critical responses. The skill functions as a meta-instruction rather than a tool.
implementation-planner
Generates structured implementation plans by analyzing codebases and GitHub issues. It spawns parallel research agents to gather context, follows language-specific guidelines, and produces four templated documents: research notes, context files, task checklists, and final plans. Useful for feature development and refactoring.
n8n-expression-testing
This skill validates n8n expression syntax, tests with sample data, and identifies common errors like undefined property access and type mismatches. It provides safe coding patterns, security checks for dangerous functions, and performance tips for array operations. The quick reference card and error/fix examples help developers write reliable expressions.
sveltekit-structure
Provides quick reference documentation for SvelteKit file structure and routing patterns. Covers core concepts like page/layout files, route parameters, error boundaries, and SSR hydration. Includes practical examples and separates detailed explanations into referenced files.
e2e-testing-patterns
Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.
every-style-editor
A specialized Claude skill for line-by-line editing against Every's specific style guide. It provides structured feedback on grammar, punctuation, capitalization, and word usage with clear error locations and rule references. Useful for maintaining consistent editorial standards across written content.
software-ui-ux-design
Provides structured UI/UX design guidance with checklists, decision trees, and platform-specific constraints. Covers accessibility (WCAG 2.2), performance metrics (Core Web Vitals), and design system interoperability. Includes practical templates for flows, states, and design system deltas.
nano-pdf
This skill uses nano-pdf to edit PDF pages via natural language commands. It adds a CLI wrapper that lets Claude modify PDFs by specifying page numbers and edit instructions. The skill is specifically designed for quick text adjustments in existing PDF documents.
latex-posters
Provides detailed guidance for creating LaTeX research posters using beamerposter, tikzposter, or baposter. Includes layout design, figure integration, content adaptation strategies, and quality checklists. Mandates integration with scientific-schematics for AI-generated diagrams.
pubchem-database
Query PubChem via PUG-REST API/PubChemPy (110M+ compounds). Search by name/CID/SMILES, retrieve properties, similarity/substructure searches, bioactivity, for cheminformatics.
ai-multimodal
Provides unified access to Google Gemini's multimodal capabilities for processing audio, images, videos, and documents, plus image generation. Handles files up to 9.5 hours audio, 6 hours video, 1000-page PDFs. Includes detailed model selection guides, code examples, and troubleshooting for common API issues.
cloudflare-queues
Build async message queues with Cloudflare Queues for background processing. Use when: handling async tasks, batch processing, implementing retries, configuring dead letter queues, managing consumer concurrency, or troubleshooting queue timeout, batch retry, message loss, or throughput exceeded. Prevents 13 documented errors including multi-dev limitations, remote binding conflicts, and DLQ issues.
hook-development
Provides detailed guidance for implementing Claude Code plugin hooks with clear examples of prompt-based and command hooks. Includes practical testing scripts and covers all major hook events like PreToolUse, PostToolUse, and Stop. The documentation distinguishes between plugin and settings formats, helping avoid configuration errors.
PDF manipulation toolkit. Extract text/tables, create PDFs, merge/split, fill forms, for programmatic document processing and analysis.