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.
unity-compile-fixer
This skill detects Unity C# compilation errors from VSCode diagnostics, analyzes error patterns against a database, and proposes fixes for user approval. It handles common Unity-specific issues like missing imports and .meta file conflicts, requiring explicit user confirmation before applying changes.
aws-solution-architect
Design AWS architectures for startups using serverless patterns and IaC templates. Use when asked to design serverless architecture, create CloudFormation templates, optimize AWS costs, set up CI/CD pipelines, or migrate to AWS. Covers Lambda, API Gateway, DynamoDB, ECS, Aurora, and cost optimization.
1k-coding-patterns
Coding patterns and best practices for OneKey development. Use when writing React components, handling promises, error handling, or following code conventions. Triggers on react, component, hooks, promise, async, await, error, pattern, convention, typescript.
media-processing
This skill provides command-line wrappers for FFmpeg and ImageMagick to handle video, audio, and image processing tasks. It includes format conversion, encoding, resizing, filtering, and batch operations with clear examples for common workflows.
devops
Provides concrete commands and patterns for deploying applications across Cloudflare Workers, Docker containers, and Google Cloud Platform. Includes platform selection guidance, quick start examples, and reference materials for each service. Focuses on practical implementation with specific CLI commands and configuration examples.
Systematic Debugging
A structured four-phase debugging framework that enforces root cause investigation before any fixes. It provides concrete steps for error analysis, evidence gathering, hypothesis testing, and implementation, with specific rules to prevent common debugging pitfalls like guesswork and premature fixes.
Linear Todo Sync
Fetches assigned Linear tasks via GraphQL API and generates dated markdown todo lists grouped by project. Includes task details like status, priority, labels, estimates, and due dates. Useful for daily standups and personal task tracking.
single-cell-clustering-and-batch-correction-with-omicverse
This skill provides step-by-step guidance for single-cell RNA-seq analysis using omicverse. It covers data preprocessing, multiple clustering methods, batch correction techniques, and quality evaluation. The instructions include dependency checks and troubleshooting tips for common errors.
bulk-rna-seq-deconvolution-with-bulk2single
This skill enables reconstruction of single-cell profiles from bulk RNA-seq data using a beta-VAE approach. It provides step-by-step instructions for data loading, fraction estimation, model training, synthetic cell generation, and benchmarking against reference scRNA-seq atlases.
spatial-transcriptomics-tutorials-with-omicverse
This skill provides guided access to spatial transcriptomics tutorials using the omicverse Python library. It walks users through preprocessing, cell deconvolution, and downstream analysis workflows for datasets like Visium and Slide-seq. The instructions include specific code examples for tasks like cell segmentation with Cellpose and spatial integration with STAligner.
refactor
This skill automates code refactoring analysis by orchestrating parallel exploration agents across code quality categories. It follows a structured 5-step workflow from discovery to actionable recommendations, with configurable scope based on project size. The tool enforces immediate script execution without preliminary analysis.
activitypub-release
This skill provides a detailed guide for managing releases of the WordPress ActivityPub plugin. It covers both major/minor and patch release workflows, including automated changelog generation via Jetpack Changelogger, version bumping, and GitHub release creation. It's a specialized tool for maintaining a specific open-source project.
app-store-changelog
This skill automates App Store release note creation by analyzing git commits since the last tag. It filters out technical commits like refactoring and build scripts, then groups user-facing changes into benefit-focused bullet points suitable for store listings.
proxy-mode-reference
A comprehensive reference guide for orchestrating multi-model AI workflows through PROXY_MODE directive, enabling seamless integration of external AI models within Claude's agent system.
documentation-extraction
This skill provides structured methods for reading and verifying project documentation. It offers specific patterns for READMEs, API docs, specs, and config files, with checklists for identifying outdated or conflicting information. It emphasizes cross-referencing docs with actual code.
wheels-test-generator
Generates TestBox BDD test specs for Wheels framework models, controllers, and integration tests. Provides concrete templates with setup/teardown patterns and common assertion patterns specific to Wheels conventions. Focuses on ColdFusion developers using the Wheels ORM framework.
aws-sdk-java-v2-s3
Provides practical code examples for Amazon S3 operations using AWS SDK for Java 2.x. Covers bucket management, object uploads/downloads, multipart transfers, presigned URLs, and client configuration with retry logic. Includes best practices for performance, security, and error handling.
aws-sdk-java-v2-core
This skill provides detailed, actionable patterns for configuring AWS SDK Java 2.x clients. It covers authentication strategies, HTTP client setup, timeout management, and performance optimization. The guide includes practical code snippets for both sync and async operations, along with security considerations and testing approaches.
langchain4j-mcp-server-patterns
Comprehensive implementation guide for building MCP servers with LangChain4j, offering clear patterns for tools, resources, and prompts with enterprise-grade Spring Boot integration.
spring-boot-cache
Provides a clear workflow for implementing the Spring Cache abstraction in Boot 3.5+ apps. Covers annotations, provider configuration, key management, testing, and operational concerns like TTL and monitoring. Includes reference examples and ties into existing docs.
spring-data-jpa
A comprehensive and well-structured Skill for implementing Spring Data JPA persistence layers with clear examples, best practices, and coverage of essential features like auditing, pagination, and transactions.
async-python-patterns
Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.
openalex-database
Provides Python tools for querying OpenAlex, a database of 240M+ scholarly works. Includes client for API calls and helper functions for common research tasks like finding papers by author, analyzing publication trends, and identifying open access publications. Emphasizes best practices like using email for rate limits and two-step entity lookups.
api-design-principles
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.