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.
openai-agents
Build AI applications with OpenAI Agents SDK - text agents, voice agents, multi-agent handoffs, tools with Zod schemas, guardrails, and streaming. Prevents 11 documented errors. Use when: building agents with tools, voice agents with WebRTC, multi-agent workflows, or troubleshooting MaxTurnsExceededError, tool call failures, reasoning defaults, JSON output leaks.
reasoningbank-intelligence
This skill implements a ReasoningBank system for AI agents to learn from task outcomes, recognize patterns, and optimize strategies. It provides methods for recording experiences, recommending approaches, and enabling continuous improvement through meta-learning and transfer learning capabilities.
deep-analysis
A comprehensive code investigation skill that provides structured workflows for deep codebase analysis using semantic search and detective agents, with clear prerequisites and phased execution.
new-track
This skill guides users through creating structured development tracks with specifications and hierarchical plans. It enforces a spec-before-plan workflow, reads project context files, and integrates with a TodoWrite system for progress tracking. The interactive Q&A approach ensures requirements are captured before planning begins.
tester-detective
This skill uses AST callers analysis via claudemem to identify test coverage gaps, find which tests call specific functions, and detect untested code. It provides concrete commands for test discovery and prioritizes high-PageRank untested functions as critical issues.
session-isolation
A well-structured pattern for isolating workflow artifacts using session-based directories, preventing file collisions in multi-agent Claude workflows with clear backward compatibility.
openrouter-trending-models
This skill fetches weekly trending programming models from OpenRouter rankings, providing model IDs, context windows, pricing, and usage stats. It helps developers select appropriate AI models for code review tasks and cost optimization. The script outputs structured JSON with metadata and summary statistics.
cross-plugin-detective
A well-structured integration guide that standardizes detective skill usage across plugins, enforcing indexed memory patterns and providing clear role-to-skill mappings for consistent code investigation workflows.
claudish-usage
A skill for AI agents to delegate Claude Code execution to external models via Claudish CLI, enforcing sub-agent patterns to prevent context pollution. It provides decision trees, agent selection guides, and file-based workflows for using models like Grok, GPT-5, and Gemini through OpenRouter.
exploratory-testing
Provides structured templates and heuristics for exploratory testing, including SFDPOT and FEW HICCUPPS frameworks. Helps testers create focused charters, discover edge cases, and document findings systematically. Useful for manual testing sessions where automated tests may miss issues.
implementation-planning
A skill that generates structured implementation plans following TDD principles. It breaks down features into phases with Prime, Test, Implement, Validate cycles, links tasks to PRD/SDD specifications, and identifies parallel work opportunities. Focuses on activities and dependencies without time estimates.
video-subtitle-cutter
A powerful AI-powered video editing tool that automates the removal of filler words and pauses from videos using speech transcription and intelligent analysis.
youtube-studio
Automates YouTube Studio tasks like video uploads and thumbnail management through Chrome MCP. Provides step-by-step workflows for uploading videos, compressing thumbnails under 2MB, and managing channel content. Includes troubleshooting tips for common Chrome MCP issues.
wheels-refactoring
This skill provides concrete refactoring patterns for Wheels (ColdFusion) applications, focusing on fixing N+1 queries, implementing eager loading, adding parameter verification, and extracting methods. It shows before/after code examples for common performance and security issues.
elixir-architect
This skill generates structured documentation and project templates for Elixir applications following Dave Thomas's multi-app approach. It creates comprehensive directory layouts, Architecture Decision Records, and guardrails for AI collaboration workflows. The output includes concrete code examples for patterns like Ecto.Multi, Oban jobs, and state machine validation.
conversation-log
A well-structured skill for creating precise technical conversation logs with clear guidelines for developers and engineers, emphasizing factual accuracy and systematic documentation.
hmdb-database
Provides access to the Human Metabolome Database with 220K+ metabolite entries. Enables searching by name, ID, or structure to retrieve chemical properties, biomarker data, NMR/MS spectra, and pathway information for metabolomics research and metabolite identification tasks.
biorxiv-database
This skill provides Python tools to search and retrieve preprints from the bioRxiv database. It supports keyword, author, and date-range searches, returns structured JSON metadata, and enables PDF downloads. It's useful for literature reviews and tracking recent publications in life sciences.
github-wayback-recovery
Recover deleted GitHub content using the Wayback Machine and Archive.org APIs. Use when repositories, files, issues, PRs, or wiki pages have been deleted from GitHub but may persist in web archives. Covers CDX API queries, URL patterns, and systematic recovery workflows.
project-planning
Generate structured planning docs for web projects with context-safe phases, verification criteria, and exit conditions. Creates IMPLEMENTATION_PHASES.md plus conditional docs. Use when: starting new projects, adding major features, or breaking large work into manageable phases.
activitypub-federation
This skill provides detailed documentation for implementing and understanding the ActivityPub protocol within WordPress. It covers core concepts like actors, activities, and objects, explains server-to-server federation mechanics, and offers concrete PHP implementation patterns for transformers, handlers, and third-party plugin integrations.
github-code-review
This skill orchestrates AI agents to review GitHub pull requests. It uses specialized reviewers for security, performance, and style checks, integrates with GitHub CLI, and posts findings as PR comments. The documentation includes troubleshooting guides and example workflows.
remembering
Provides persistent memory storage and task handoff between Claude.ai and Claude Code environments via Turso SQLite backend. Implements config KV store, tagged memory recall, background writes, and versioned handoff completion tracking.
test-coverage
This skill analyzes test coverage reports, identifies gaps in code testing, and provides actionable recommendations for improvement. It supports multiple coverage formats, prioritizes untested critical paths, and tracks coverage trends over time to help teams maintain code quality.