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.
compatibility-testing
Provides concrete guidance for cross-browser and cross-platform compatibility testing with specific browser matrices, screen breakpoints, and code examples for Playwright and BrowserStack integration. Focuses on testing actual user environments rather than developer setups.
ultrathink-detective
A specialized Claude skill that enforces AST-based code analysis using claudemem v0.3.0, prohibiting grep/find/glob. Provides structured workflows for architecture mapping, dependency tracing, and impact analysis through six distinct analysis dimensions with clear command patterns.
react-patterns
Provides concrete patterns for React 19 features including React Compiler optimization, Server Actions, and new hooks. Offers clear guidance on when to use Actions vs TanStack Query mutations, with practical code examples for form handling, optimistic updates, and component composition.
architect-detective
This skill uses claudemem's AST analysis with PageRank to map codebase architecture, identify core abstractions, trace dependencies, and detect dead code. It provides structured workflows for understanding system boundaries, design patterns, and dependency flows without using grep/find/glob.
api-contract-design
Provides concrete patterns for designing REST and GraphQL APIs, including resource modeling, HTTP semantics, error formats, pagination, and versioning strategies. Includes specific examples for OpenAPI specifications and authentication flows. Focuses on contract-first design and consistency across endpoints.
documentation-structure
A comprehensive and practical guide for structuring technical documentation with clear patterns, hierarchy examples, and actionable checklists for content organization.
software-backend
This skill provides concrete patterns and decision trees for building backend APIs across multiple languages (Node.js, Python, Go, Rust). It includes specific tool recommendations, version numbers, and links to shared utilities for auth, error handling, and logging. The content is organized as a quick reference with clear when-to-use guidance.
ffuf
Provides expert guidance for using ffuf web fuzzer during penetration testing, covering authenticated fuzzing with raw requests, auto-calibration, result analysis, and troubleshooting. Includes practical examples for directory discovery, subdomain enumeration, parameter fuzzing, and POST data testing with filtering strategies.
claude-cli
Provides comprehensive control over Claude's CLI for interactive sessions, script automation, and MCP server management. Offers fine-grained tool permissions, session persistence, JSON output for parsing, and project-specific MCP configuration.
AnnualReports
Aggregates annual security reports from 570+ cybersecurity sources, providing structured access to threat intelligence, vendor reports, and industry analysis. Includes workflows for updating sources, analyzing trends, and fetching specific reports across 20+ categories like ransomware, cloud security, and AI threats.
coverage-analysis
Coverage analysis measures code exercised during fuzzing. Use when assessing harness effectiveness or identifying fuzzing blockers.
dwarf-expert
Provides expertise for analyzing DWARF debug files and understanding the DWARF debug format/standard (v3-v5). Triggers when understanding DWARF information, interacting with DWARF files, answering DWARF-related questions, or working with code that parses DWARF data.
cairo-vulnerability-scanner
Scans Cairo/StarkNet smart contracts for 6 critical vulnerabilities including felt252 arithmetic overflow, L1-L2 messaging issues, address conversion problems, and signature replay. Use when auditing StarkNet projects. (project, gitignored)
design-wizard
An interactive wizard that guides users through a structured frontend design process from discovery to code generation. It asks targeted questions about project type, audience, and style preferences, then uses specialized tools for research, moodboarding, color selection, and typography. The final output is a single HTML file with Tailwind CSS, semantic markup, and accessibility features.
internal-comms
This skill provides structured templates for common internal communication formats like 3P updates, company newsletters, and FAQs. It guides Claude to follow specific formatting rules, gather relevant data from company tools, and maintain consistent tone. The templates are practical for weekly team updates and company-wide announcements.
work-summary
This skill analyzes git repositories to generate work summaries for performance reviews. It extracts commit history, code changes, and contribution patterns over a user-defined time range, producing structured reports in markdown, text, or JSON formats. It helps developers quantify their work output.
codex-claude-loop
Implements a dual-AI engineering loop where Claude handles code implementation while Codex validates plans and reviews changes. Creates a self-correcting system with continuous feedback between two AI models to catch logic errors, security issues, and architectural flaws before deployment.
test-reporting-analytics
Comprehensive test reporting and analytics skill with excellent structure, practical templates, and clear guidance for different audiences and use cases.
refactoring-patterns
Provides concrete refactoring patterns and safety rules for improving code structure. Includes specific examples like Extract Method and Replace Loop with Pipeline, plus anti-patterns to avoid. Emphasizes test-first approach and small, incremental changes.
agentdb-vector-search
Provides vector database functionality for semantic search with AgentDB integration. Includes CLI tools for database management, TypeScript API for programmatic use, and MCP server for Claude Code. Supports multiple quantization methods and distance metrics for performance optimization.
wheels-migration-generator
Generates database-agnostic migration code for CFWheels applications with transaction handling, error recovery, and cross-database compatibility. Provides concrete examples for creating tables, altering schemas, managing indexes, and handling foreign keys while preventing database-specific SQL anti-patterns.
database-testing
Provides concrete SQL and JavaScript examples for testing database schemas, data integrity, migrations, transaction isolation, and query performance. Focuses on preventing data loss and corruption with practical test patterns.
condition-based-waiting
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
design-mastery
This skill provides a context-aware design system for AI agents. It maps business types to specific design profiles, includes an anti-AI detection checklist to avoid generic outputs, and enforces consistent design tokens. It's triggered during UI creation tasks to ensure professional, non-AI-looking interfaces.