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.
unit-test-mapper-converter
A comprehensive and well-structured guide for unit testing MapStruct mappers and custom converters, providing clear patterns, practical examples, and thorough coverage of common mapping scenarios.
parallel-execution-optimizer
Identify and execute independent operations in parallel for 3-5x speedup. Auto-analyzes task dependencies, groups into batches, launches parallel Task() calls. Applies to /optimize (5 checks), /ship pre-flight (5 checks), /implement (task batching), /prototype (N screens). Auto-triggers when detecting multiple independent operations in a phase.
typescript-pro
A TypeScript expert skill focused on advanced type system usage, full-stack type safety, and build optimization. It provides structured workflows for type analysis, implementation, and quality assurance with specific tool integration (tsc, eslint, jest, webpack, vite).
github
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
bird
X/Twitter CLI for reading, searching, and posting via cookies or Sweetistics.
frontend
Imported from https://github.com/n8n-io/n8n.
java
Imported from https://github.com/SeleniumHQ/selenium.
ppt-generation
Use this skill when the user requests to generate, create, or make presentations (PPT/PPTX). Creates visually rich slides by generating images for each slide and composing them into a PowerPoint file.
vue
Vue.js progressive JavaScript framework. Use when building Vue components, working with reactivity (ref, reactive, computed, watch), or implementing Vue Composition API patterns.
report-generation
通用的报告生成技能,根据用户诉求生成各类数据分析报告,包括数据库查询、统计分析和 HTML 图表可视化
daily-meeting-update
Interactive daily standup/meeting update generator. Use when user says 'daily', 'standup', 'scrum update', 'status update', 'what did I do yesterday', 'prepare for meeting', 'morning update', or 'team sync'. Pulls activity from GitHub, Jira, and Claude Code session history. Conducts 4-question interview (yesterday, today, blockers, discussion topics) and generates formatted Markdown update.
fish-shell-config
This skill provides detailed guidance for configuring Fish shell, covering functions, aliases, variables, and scripting. It explains Fish-specific concepts like autoloading and universal variables, includes migration tips from bash, and offers practical examples for common tasks. The modular configuration approach and clear file structure recommendations help users organize their setup effectively.
render-template
A template rendering tool that replaces variables in text using Mustache or shell syntax. Handles nested properties, missing values, and basic filters. Useful for generating commit messages, reports, and formatted outputs across Claude Skills.
claude-code-project-memory
This skill provides a reference guide for setting up and managing CLAUDE.md files, which store project context for Claude. It explains a 4-tier memory hierarchy, offers templates for architecture and standards, and includes commands for quick memory management and session handling.
Vibe Calibration Protocol
Translate consciousness navigation into user's native language. Use when need to match user's frequency (technical/poetic/practical/mystical) without losing truth depth.
code-review
A sophisticated, systematic code review methodology leveraging LSP tools with a structured 9-phase approach that adapts to available language server capabilities across programming languages.
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
mastra
Mastra is an agent framework that orchestrates multiple tools and services to complete complex tasks. It provides structured workflows for handling multi-step processes, with built-in error handling and tool coordination. The framework focuses on reliability and clear execution paths.
moai-domain-frontend
Provides concrete code patterns for React 19, Next.js 16, and Vue 3.5 development, including server components, state management, and performance optimization techniques. Includes specific examples for component architecture, bundle optimization, and Web Vitals monitoring.
cursor-mem
This skill connects Cursor IDE with Claude-mem's MCP server to search past session records and add new observations. It enables knowledge persistence across Claude Code and Cursor sessions, allowing developers to reference previous decisions and patterns.
stripe-integration
Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.
mutation-test
This skill runs mutation testing to measure test suite effectiveness by introducing small code changes and checking if tests catch them. It supports JavaScript (Stryker), Python (mutmut), and Java (PITest) with detailed reports showing mutation scores, survived mutants, and specific fixes needed.
duplicate-example
This skill helps developers create new iPlug2 audio plugin projects by cloning existing example templates. It guides users through naming, manufacturer details, and template selection, then runs a Python script to generate the project structure. It warns about configuration pitfalls and unique ID requirements.
lint-fixer
This skill runs npm lint commands to fix code style issues automatically using Biome and oxlint, while checking for type errors with tsgo and scanning for secrets. It provides clear workflow steps but requires manual intervention for type errors.