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.
Documenting Code
This skill helps developers keep project documentation synchronized with code changes. It provides specific workflows for updating feature specs, API contracts, and README files following init-project standards. Includes validation commands to check consistency and coverage across documentation files.
agentic-quality-engineering
This skill provides a framework for orchestrating 19 specialized AI agents to automate and scale quality engineering tasks. It defines coordination patterns, memory management, and PACT principles for proactive, autonomous, collaborative, and targeted testing. It's designed to integrate into CI/CD pipelines, starting with a phased rollout of agents.
search-interceptor
This skill intercepts bulk file read operations before execution and suggests using Claude Memory semantic search instead. It provides clear triggers for when to intervene, decision matrices, and practical examples to reduce token waste during code exploration.
git-workflow
This skill manages Git operations for spec-driven development workflows. It creates branches with naming conventions, generates conventional commits, and creates pull requests with spec-based templates. It integrates with specification and implementation phases, handles uncommitted changes gracefully, and provides clear user prompts for workflow decisions.
tweet-rl-tracker
A well-designed Notion-based system for tracking tweet performance using a structured reinforcement learning approach with clear workflows and actionable insights.
auth-implementation-patterns
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.
discover-database
A gateway skill that automatically loads relevant database expertise when Claude detects SQL, NoSQL, or schema design work. It provides structured access to 8 core database skills covering PostgreSQL, MongoDB, Redis, connection pooling, ORM patterns, and database selection decisions. The skill uses progressive loading to minimize token usage while offering comprehensive coverage.
session-logs
This skill provides jq-based shell commands to search and analyze Claude conversation history stored in JSONL files. It helps users find past discussions, calculate costs, and extract specific message types from session logs located in ~/.clawdbot directories.
pyopenms
Provides Python bindings for the OpenMS library, enabling mass spectrometry data processing for proteomics and metabolomics. Handles file I/O, feature detection, peptide identification, and quantitative analysis workflows. Includes detailed examples for common tasks like loading mzML files and converting data to pandas DataFrames.
PrivateInvestigator
Ethical people-finding. USE WHEN find person, locate, reconnect, people search, skip trace. SkillSearch('privateinvestigator') for docs.
ruzzy
Ruzzy is a coverage-guided Ruby fuzzer by Trail of Bits. Use for fuzzing pure Ruby code and Ruby C extensions.
code-maturity-assessor
Systematic code maturity assessment using Trail of Bits' 9-category framework. Analyzes codebase for arithmetic safety, auditing practices, access controls, complexity, decentralization, documentation, MEV risks, low-level code, and testing. Produces professional scorecard with evidence-based ratings and actionable recommendations. (project, gitignored)
constant-time-testing
Constant-time testing detects timing side channels in cryptographic code. Use when auditing crypto implementations for timing vulnerabilities.
server-actions
Provides detailed guidance on implementing Next.js Server Actions for form submissions and data mutations. Covers form state management, validation with Zod, revalidation patterns, and real-world examples like shopping carts and auto-save. Includes code snippets for common use cases.
trend-researcher
This skill automates UI/UX trend research by navigating to Dribbble, taking screenshots, and analyzing design patterns. It identifies color schemes, typography, and layout trends to inform design decisions. The workflow includes fallback options when browser tools are unavailable.
knowledge
This skill searches a company-specific knowledge base (WeKnora) using hybrid keyword and vector search with tag filtering. It helps developers find documentation, configuration guides, and troubleshooting steps for internal tools like Tesla gateway, Dayu microservices, and Miline CI/CD pipelines.
moai-foundation-claude
Provides the official reference documentation and templates for building Claude Code extensions. Covers skills, sub-agents, plugins, slash commands, hooks, memory, settings, sandboxing, headless mode, and advanced agent patterns. Essential for developers extending Claude's capabilities.
ffmpeg-keyframe-extraction
Extract key frames (I-frames) from video files using FFmpeg command line tool. Use this skill when the user needs to pull out keyframes, thumbnails, or important frames from MP4, MKV, AVI, or other video formats for analysis, previews, or processing.
cloudflare-d1
Build with D1 serverless SQLite database on Cloudflare's edge. Use when: creating databases, writing SQL migrations, querying D1 from Workers, handling relational data, or troubleshooting D1_ERROR, statement too long, migration failures, or query performance issues. Prevents 14 documented errors.
Reviewing Code
A structured code review tool that evaluates changes across security, correctness, spec alignment, performance, and maintainability using a 100-point scoring system. It supports both sequential and parallel review strategies, provides clear issue prioritization (critical/important/nice-to-have), and generates detailed reports with fix recommendations. The tool references specific documentation files for context and includes templates for findings and fixes.
native-app-performance
A specialized CLI workflow for native macOS/iOS app performance profiling without Instruments UI, providing clear scripts for recording traces, extracting samples, and identifying hotspots.
contract-testing
This skill provides consumer-driven contract testing for microservices using Pact. It defines clear workflows for consumer expectations, provider verification, and CI/CD integration to prevent breaking changes. Includes code examples for Pact contracts, breaking change detection with semver recommendations, and pipeline integration.
hooks-automation
Provides automated hooks for Claude Code operations including pre/post task execution, agent coordination, code formatting, and session persistence. Integrates with MCP tools for swarm management and maintains memory across development sessions. Includes Git commit validation and pattern learning from successful operations.
cicd-pipeline-qe-orchestrator
A comprehensive CI/CD quality orchestration skill with excellent phase-based structure, clear quality gates, and adaptive strategies for different risk levels and application types.