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.
venue-templates
Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
web-to-markdown
Converts web pages to Markdown with three modes: standard, AI-optimized for context use, and dual mode for both. Handles dynamic content via Playwright fallback and includes structured prompts for consistent output. Useful for archiving articles, documentation, and research materials.
test-design-techniques
A skill for applying fundamental test design techniques including boundary value analysis, equivalence partitioning, decision tables, and combinatorial testing. Helps generate optimal test suites with maximum coverage and minimum redundancy by leveraging agent automation for test case generation.
n8n-security-testing
A comprehensive security testing tool for n8n workflows that effectively addresses credential exposure, encryption verification, and authentication testing with practical code examples.
api-testing-patterns
This skill provides concrete patterns for testing REST and GraphQL APIs, focusing on contract validation, authentication, input handling, and concurrency. It includes practical code examples for common scenarios like idempotency and race conditions, and coordinates multiple testing agents for validation, generation, and security scanning.
tooling-setup
Provides complete configuration for React 19 projects using Vite, TypeScript, Biome, and Vitest. Includes specific code examples for build setup, strict type checking, linting/formatting, and testing infrastructure with practical package installation commands and IDE settings.
synthesizer
A sophisticated research synthesis tool that provides comprehensive methodology for integrating findings from multiple agents, resolving contradictions, and generating structured reports with clear quality metrics.
Telos
Life OS and project analysis. USE WHEN TELOS, life goals, projects, dependencies, books, movies. SkillSearch('telos') for docs.
songsee
This skill wraps the songsee CLI tool to generate spectrograms and multi-panel audio visualizations from audio files. It supports various visualization types, time slicing, and output formats. The tool handles WAV/MP3 natively and uses ffmpeg for other formats when available.
uspto-database
Provides access to USPTO patent and trademark APIs for searching patents by keywords/inventors, retrieving examination history, tracking assignments, analyzing citations, and accessing trademark data. Includes Python scripts for common operations and covers 12 different USPTO APIs with rate limit guidance.
ec2
AWS EC2 virtual machine management for instances, AMIs, and networking. Use when launching instances, configuring security groups, managing key pairs, troubleshooting connectivity, or automating instance lifecycle.
subagent-driven-development
A sophisticated skill for orchestrating AI subagents to execute development plans with quality gates, enabling parallel or sequential task execution with systematic code review between stages.
better-auth
Self-hosted auth for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, RBAC, and 15+ plugins. Requires Drizzle ORM or Kysely for D1 (no direct adapter). Self-hosted alternative to Clerk/Auth.js. Use when: self-hosting auth on D1, building OAuth provider, multi-tenant SaaS, or troubleshooting D1 adapter errors, session caching, rate limits, Expo crashes, additionalFields bugs.
ios-debugger-agent
This skill provides step-by-step instructions for using XcodeBuildMCP tools to build, run, and debug iOS apps on simulators. It covers simulator discovery, session setup, UI interaction, log capture, and troubleshooting common issues like build failures and UI element detection.
software-localisation
Provides a detailed decision tree and library comparison for implementing i18n/l10n in React, Vue, Angular, and Node.js projects. Covers key concepts like ICU message format, translation key patterns, and CI/CD workflows. Includes up-to-date version references and practical guidance for common tasks.
clojure-review
Automates Clojure code reviews by checking compliance with Metabase's specific coding standards. It flags style violations, naming issues, and organizational problems while avoiding unnecessary praise comments. Includes detailed checklists and pattern matching for common issues.
networkx
This skill provides access to the NetworkX Python library for creating, analyzing, and visualizing network graphs. It includes examples for building graphs, running algorithms like shortest paths and centrality measures, generating synthetic networks, and creating visualizations with matplotlib and interactive libraries.
pptx-posters
Creates HTML/CSS research posters specifically for users who need PowerPoint-compatible formats. Provides detailed font size requirements and content limits to ensure readability from distance. Includes complete HTML template with responsive design and clear visual hierarchy.
skill-development
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
changelog
Maintains IdeaVim changelog (CHANGES.md) and build.gradle.kts changeNotes. Use when updating changelog, documenting releases, or reviewing commits/PRs for changelog entries.
OSINT
A structured OSINT framework for authorized investigations with clear workflows for people, company, and entity research. Includes ethical guardrails, multi-agent parallel execution, and detailed reporting templates. Focuses on public data collection with strict authorization requirements.
spec-to-code-compliance
Verifies code implements exactly what documentation specifies for blockchain audits. Use when comparing code against whitepapers, finding gaps between specs and implementation, or performing compliance checks for protocol implementations.
mcp-integration
Provides detailed guidance for integrating Model Context Protocol servers into Claude Code plugins. Covers configuration methods, server types, tool naming, and usage patterns. Includes practical examples for stdio, SSE, HTTP, and WebSocket connections with environment variable handling.
Testing Code
This skill provides structured guidance for writing automated tests across multiple layers (unit, integration, component, E2E). It includes concrete examples for different test types, edge case coverage, and parallel execution strategies. The workflow helps developers systematically map requirements to test cases.