Marketplace
Find the right skill for the job.
Browse the full catalog through outcome-first channels, technical facets, rating filters, and server-side pagination built for a large public marketplace.
premium-experience
This skill generates multi-page Next.js applications with pre-defined page structures, mandatory animations, and a strict quality checklist. It enforces specific page sets for different app types (SaaS, e-commerce, etc.) and includes Framer Motion animations, TypeScript safety, and a build verification process.
workflow-detection
Centralizes workflow type detection for a development pipeline, replacing 50+ lines of duplicated code across 44 commands. It determines if work is for an epic or feature by checking files, git branch patterns, or saved state, and returns structured JSON with paths and identifiers.
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.
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.
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.
typescript-write
A specialized skill for TypeScript/JavaScript development following Metabase standards, offering practical value but lacking detailed instructions and examples.
memory
Two-layer memory system with grep-based recall.
self-improving-agent
Curate Claude Code's auto-memory into durable project knowledge. Analyze MEMORY.md for patterns, promote proven learnings to CLAUDE.md and .claude/rules/, extract recurring solutions into reusable skills. Use when: (1) reviewing what Claude has learned about your project, (2) graduating a pattern from notes to enforced rules, (3) turning a debugging solution into a skill, (4) checking memory health and capacity.
draw-io
draw.io diagram creation, editing, and review. Use for .drawio XML editing, PNG conversion, layout adjustment, and AWS icon usage.
cloudflare-python-workers
Build Python APIs on Cloudflare Workers using pywrangler CLI and WorkerEntrypoint class pattern. Includes Python Workflows for multi-step DAG automation. Prevents 11 documented errors. Use when: building Python serverless APIs, migrating Python to edge, or troubleshooting async errors, package compatibility, handler pattern mistakes, RPC communication issues.
New Rule Completeness Validator
This skill provides a detailed checklist for developers adding new game rules to the Sanmill project. It systematically lists required file modifications across C++ engine and Flutter UI layers, includes localization steps, and warns about common implementation pitfalls. The output format shows completion status with specific file checks.
PDF Processing Pro
Production-ready PDF processing with forms, tables, OCR, validation, and batch operations. Use when working with complex PDF workflows in production environments, processing large volumes of PDFs, or requiring robust error handling and validation.
monorepo-management
Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.
nondominium-holochain-dna-dev
Specialized skill for nondominium Holochain DNA development, focusing on zome creation, entry patterns, integrity/coordinator architecture, ValueFlows compliance, and WASM optimization. Use when creating new zomes, implementing entry types, or modifying Holochain DNA code.
cost-optimization
Optimize cloud costs through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.
flaky-detect
This skill identifies non-deterministic flaky tests by analyzing CI history, scanning code for known problematic patterns, and providing actionable reports with root cause analysis and specific fixes. It includes a quarantine workflow and integrates with other testing tools.
test-engineer
This skill automates Playwright test generation and execution with an auto-fix loop. It provides concrete patterns for page rendering, form validation, user flows, and responsive testing. The tool attempts to fix failing tests up to three times before reporting to a human, reducing manual debugging.
zig-best-practices
A comprehensive and well-structured guide to Zig best practices that effectively teaches type-first development, memory management, and compile-time validation patterns through clear examples and practical advice.
workthrough
A skill that automatically generates Korean-language summaries after development work. It creates markdown files with what was done, changes made, and suggestions for next steps. It integrates with VitePress for documentation.
dependency-check
Checks for Chrome DevTools MCP and OpenRouter API dependencies before running frontend commands. Provides clear setup guidance and graceful degradation when dependencies are missing. Helps avoid runtime errors by verifying prerequisites early in workflows.