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.
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.
tdd-london-chicago
This skill guides developers through London (mock-based) and Chicago (state-based) TDD approaches with clear decision rules. It provides concrete examples, common pitfalls, and agent coordination patterns for test generation and refactoring. The quick reference card helps teams choose the right testing style based on code type.
pair-programming
This skill provides structured AI pair programming with driver/navigator roles, real-time code verification, and integrated testing workflows. It supports TDD, debugging, and refactoring sessions with automatic quality scoring and session persistence for collaborative development.
performance-analysis
Detects performance bottlenecks in Claude Flow swarms across communication, processing, memory, and network layers. Provides actionable recommendations and auto-fix options. Generates detailed reports in multiple formats for analysis and comparison.
n8n-trigger-testing-strategies
Provides concrete testing strategies for n8n workflow triggers including webhook payload validation, HTTP method testing, authentication checks, and cron schedule verification. Includes TypeScript code examples for common testing scenarios.
got-controller
A Claude Skill that manages research as a graph, coordinating multiple agents to explore topics in parallel. It defines five core operations (Generate, Aggregate, Refine, Score, KeepBestN) and provides three execution patterns for different research scenarios. The skill tracks graph state and integrates with existing research tools.
pytdc
Provides standardized access to curated drug discovery datasets (ADME, toxicity, DTI) with scaffold splits and evaluation metrics. Simplifies benchmarking ML models for therapeutic tasks by handling data loading, splitting, and evaluation consistently.
startup-idea-validation
This skill provides a structured 9-dimension framework for validating startup ideas before development. It includes scoring for problem severity, market size, and unit economics, with clear GO/NO-GO thresholds. It offers templates for experiment planning and detailed guidance on evidence collection, helping founders avoid building based on assumptions.
test-writer
Generate comprehensive Vitest tests for code examples in JavaScript concept documentation pages, following project conventions and referencing source lines
example-skill
Provides a reference template for creating Claude Code plugin skills. It clearly defines the file structure, frontmatter requirements, and activation triggers. The skill serves as a practical starting point for developers building new skills.
creating-agent-skills
Expert guidance for creating, writing, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure and best practices.
senior-frontend
Comprehensive frontend development skill for building modern, performant web applications using ReactJS, NextJS, TypeScript, Tailwind CSS. Includes component scaffolding, performance optimization, bundle analysis, and UI best practices. Use when developing frontend features, optimizing performance, implementing UI/UX designs, managing state, or reviewing frontend code.
ai-sdk-ui
Build React chat interfaces with Vercel AI SDK v6. Covers useChat/useCompletion/useObject hooks, message parts structure, tool approval workflows, and 18 UI error solutions. Prevents documented issues with React Strict Mode, concurrent requests, stale closures, and tool approval edge cases. Use when: implementing AI chat UIs, migrating v5→v6, troubleshooting "useChat failed to parse stream", "stale body values", "React maximum update depth", "Cannot read properties of undefined (reading 'state')", or tool approval workflow errors.
activitypub-integrations
Provides concrete patterns for integrating WordPress plugins with ActivityPub federation. Includes specific code examples for adding post type support, custom transformers, and modifying activities. Shows actual integration loader implementation with conditional plugin detection.