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.
specification
A comprehensive and authoritative reference tool for Conventional Commits specification, providing complete technical documentation with formal grammar and semantic versioning relationships.
test-driven-development
A comprehensive and dogmatic guide to Test-Driven Development that enforces strict discipline through clear rules, practical examples, and psychological counterarguments to common rationalizations.
architect-reviewer
A comprehensive architecture review skill with systematic evaluation frameworks covering design patterns, scalability, security, and technical debt assessment for sustainable system development.
security-auditor
A specialized security auditing tool that integrates multiple scanning utilities (Nessus, Qualys, OpenVAS, Prowler) to conduct comprehensive security assessments. It follows structured audit phases from planning to reporting, covers major compliance frameworks, and provides actionable remediation guidance.
ui-designer
This skill provides structured guidance for UI design tasks, focusing on design systems, component libraries, and accessibility compliance. It defines a clear workflow starting with context gathering, includes checklists for visual hierarchy and responsive design, and integrates with tools like Figma and Sketch. The skill emphasizes collaboration with other agents and delivers specifications for developer handoff.
marketing-ai-search-optimization
Provides actionable frameworks for modern search visibility, covering intent modeling, SERP feature optimization, and trust signals. Includes checklists, templates, and clear do/avoid guidance. Separates core fundamentals from optional AI automation.
qa-observability
This skill provides concrete patterns for integrating observability into QA workflows, covering OpenTelemetry instrumentation, SLO/SLI definitions, trace-based debugging, and cost-aware monitoring. It offers specific guidance on tools like Jaeger, Prometheus, and Grafana, with practical decision trees and anti-pattern warnings.
marketing-seo-technical
Provides structured templates and checklists for performing technical SEO audits, focusing on Core Web Vitals, crawlability, and site architecture. Includes decision trees for issue diagnosis and prioritization matrices for fixes. Covers traditional search engines like Google and Bing.
model-usage
This skill extracts per-model cost data from CodexBar's local logs, providing summaries for Codex or Claude usage. It supports current model (most recent) or full breakdown modes with text or JSON output formats. The tool helps developers track LLM spending by model.
workflow-guide
This skill explains the two-agent workflow between Cursor (PM) and Claude Code (Worker) for development collaboration. It provides clear role definitions, task management using Plans.md markers, and specific commands for handoffs. The documentation includes workflow diagrams, state transitions, and CI/CD rules with escalation procedures.
flow-nexus-neural
An ambitious tool for distributed neural network training with innovative features like divergent patterns and decentralized autonomous agents, but suffers from incomplete documentation and unclear security implementation.
skill-creator
Provides a framework and tools for creating Claude Skills, including templates, validation scripts, and packaging utilities. It guides developers through skill structure, best practices, and resource management with practical examples.
visual-regression
Automates visual regression test setup for Storybook components. Detects existing project config and frameworks, generates story files and CI workflows for Chromatic, Percy, or BackstopJS. Skips story generation if files already exist and provides setup instructions.
reviewing-pr
Use when reviewing pull requests with comprehensive code analysis, incremental or full review options, and constructive feedback - provides thorough code reviews with severity ratings
devflow-tdd-enforcer
A guardrail skill that blocks file saves when TASKS.md violates TDD order by marking implementation tasks complete before test tasks. Uses regex patterns to detect violations in real-time via PreToolUse hook and provides clear blocking messages with skip options.
dry-refactor
This skill provides structured guidance for identifying and refactoring duplicate code using DRY principles. It offers concrete techniques like function extraction, parameterization, and strategy patterns, with practical examples and clear detection methods. It wisely advises when NOT to apply DRY to avoid over-engineering.
moai-domain-backend
Provides concrete code examples for backend development tasks including REST/GraphQL APIs, PostgreSQL/MongoDB integration, and microservices patterns. Focuses on Python with FastAPI but includes Node.js and Go references. Offers specific implementations for caching, authentication, and performance monitoring.
moai-foundation-context
Manages Claude Code's 200K token context window with budget tracking, aggressive clearing strategies, and session state persistence. Provides concrete patterns for token allocation, progressive file loading, and multi-agent handoffs to prevent context overflow in long-running development sessions.
orchestration-patterns
This skill provides a structured framework for managing long-running, multi-step AI agent tasks. It enforces evidence-based delivery with mandatory QAS review gates, clear escalation paths, and checkpoint patterns for state preservation. It's designed to prevent common agent workflow failures like skipping validation or losing context.
qa-testing-mobile
Provides structured guidance for mobile app testing across iOS and Android. Covers device selection, automation framework choices, CI integration, and release readiness checks. Includes practical templates and references to platform-specific skills for deeper implementation details.
trello
Provides curl commands to interact with Trello's REST API for basic board, list, and card operations. It's essentially a documented cheat sheet rather than a full-fledged tool. Users need to manually replace IDs in URLs and manage authentication via environment variables.
agent-builder
A scaffolding tool that generates working AI agent code with templates ranging from minimal to full-featured. It provides practical philosophy on agent design with concrete code examples for immediate use.
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
build-iphone-apps
This skill provides a structured workflow for building iPhone apps entirely through CLI commands, bypassing Xcode's GUI. It enforces a strict verification loop after every code change and separates correctness testing from subjective UI evaluation. The approach treats the user as a product owner who judges outcomes rather than reviewing code.