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.
moai-platform-vercel
This skill provides detailed guidance for deploying Next.js applications on Vercel, covering Edge Functions, ISR caching, storage solutions, and GitHub Actions workflows. It includes concrete code examples for common patterns like rate limiting, image optimization, and database pagination. The modular structure helps users find specific configuration topics efficiently.
go-best-practices
A comprehensive and well-structured guide to Go best practices focusing on type-first development, error handling, and clean architecture patterns with practical examples.
troubleshoot
Automated debugging assistant that guides users through common development issues with structured diagnosis flows. It identifies problems like build failures, dependency errors, and UI issues, then provides specific fixes or escalation paths. Integrates with LSP tools for code analysis and suggests concrete commands to run.
impl
A Claude Skill focused on implementing features and writing code with built-in quality guardrails. It emphasizes purpose-driven implementation over stub code, integrates LSP tools for code navigation, and includes TDD recommendations. The skill prevents common anti-patterns like hardcoding test values and provides self-check questions before implementation.
langchain4j-vector-stores-configuration
A comprehensive LangChain4J vector store configuration guide offering practical Java code examples for RAG applications, production optimizations, and multiple database integrations.
building-with-kafka-strimzi
Provides concrete guidance for deploying Apache Kafka on Kubernetes using Strimzi operator, including KRaft mode configuration, Python client examples with confluent-kafka, and transactional patterns. Covers practical scenarios like FastAPI integration and delivery guarantees.
canonical-format-checker
This skill prevents format drift in educational content by checking if lessons about platform patterns (skills, agents, ADRs) match their canonical source formats. It provides specific lookup tables, comparison checklists, and drift reports with concrete fixes. Integrates with planning and implementation workflows.
code-example-generator
Generates Python code examples focused on teaching decorators through a structured pedagogical approach. Uses a spec-first workflow, show-then-explain pattern, and includes validation test cases. Designed to avoid toy examples in favor of production-relevant patterns like authentication decorators.
building-chatgpt-apps
This skill provides detailed guidance for building ChatGPT Apps with interactive widgets. It covers the Apps SDK architecture, MCP server setup, and widget communication via window.openai API. Includes troubleshooting for common issues like button interactivity and ngrok configuration. Offers practical code examples and a debug checklist.
payment-integration
This skill provides structured guidance for integrating multiple payment gateways (Stripe, PayPal, Square, Razorpay, Braintree) with a strong focus on PCI compliance, fraud prevention, and multi-currency support. It outlines implementation phases, security requirements, and error handling patterns for building reliable payment systems.
flow-tdd
Enforces strict TDD discipline within the flow-dev workflow. It mandates writing failing tests before any production code, provides clear protocols for the TDD cycle, and integrates error logging with attention refresh protocols to prevent regression. The skill includes rationalization prevention tables and concrete examples.
discover-research
A gateway skill that automatically loads specific research methodology skills based on task context. It provides a decision tree and keyword mapping to activate relevant research tools for quantitative, qualitative, or mixed-methods projects, reducing manual skill loading.
unity-scene-optimizer
Analyzes Unity scenes for performance bottlenecks across rendering, physics, and memory. Provides concrete platform-specific targets for draw calls, triangles, and texture memory. Clearly defines when to use it versus other tools in the toolkit.
domain-memory
A disk-based state management system for stateless AI agents that enforces a strict boot-up ritual. Agents read/write to domain-memory.yaml files, ensuring progress persists across sessions. Includes CLI tools for managing feature status, preventing infinite loops via 'tried' tracking, and supporting hierarchical epic workflows.
xlsx
This skill wraps the xlsx CLI tool to manipulate Excel files without Python or Node.js. It provides SQL-like filtering, cell editing, CSV conversion, and basic analysis. The documentation includes concrete examples for viewing data, searching patterns, updating cells, and common workflows like data extraction.
pkm
A command-line tool for personal knowledge management that indexes and searches documents with quality filters, tracks relationships between notes, and integrates with Claude via MCP. It supports hybrid search, freshness tracking, and editor autocomplete.
zh-CN
Imported from https://github.com/openclaw/openclaw.
voice-call
Start voice calls via the OpenClaw voice-call plugin.
vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
typescript-write
A specialized skill for TypeScript/JavaScript development following Metabase standards, offering practical value but lacking detailed instructions and examples.
web-design-guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
memory
Two-layer memory system with grep-based recall.
roier-seo
Technical SEO auditor and fixer. Runs Lighthouse/PageSpeed audits on websites or local dev servers, analyzes SEO/performance/accessibility scores, and automatically implements fixes for meta tags, structured data, Core Web Vitals, and accessibility issues.
ml-paper-writing
Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.