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.
test-driven-development
This skill enforces strict Test-Driven Development practices by requiring failing tests before any implementation code. It provides concrete examples of red-green-refactor cycles, common rationalizations to avoid, and verification checklists. The approach is dogmatic but effective for maintaining test discipline.
bulk-wgcna-analysis-with-omicverse
This skill provides step-by-step guidance for running WGCNA co-expression network analysis using the omicverse Python package. It covers data preprocessing, network construction, module detection, and hub gene identification with specific code examples and troubleshooting tips for common issues.
tech-decision
A systematic skill for technical decision-making that orchestrates multiple agents to research, analyze, and synthesize recommendations for library choices, architecture patterns, and implementation approaches. It follows a clear four-phase workflow and produces structured reports with evidence-based conclusions.
cloudflare-agents
Build AI agents with Cloudflare Agents SDK on Workers + Durable Objects. Provides WebSockets, state persistence, scheduling, and multi-agent coordination. Prevents 23 documented errors. Use when: building WebSocket agents, RAG with Vectorize, MCP servers, or troubleshooting "Agent class must extend", "new_sqlite_classes", binding errors, WebSocket payload limits.
Subagent System
Enables creation and management of specialized Claude subagents for task delegation. Provides clear file structure, automatic/proactive delegation triggers, and permission controls. Helps keep main conversation context clean by isolating specialized tasks to separate agents.
wheels-auth-generator
Generates basic authentication components for ColdFusion Wheels framework including user model with email validation and password hashing, sessions controller for login/logout, and authentication filter. Provides working code snippets but uses SHA-512 instead of bcrypt as advertised.
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.
unit-test-config-properties
A comprehensive and well-structured guide for testing Spring Boot configuration properties with practical examples covering binding, validation, nested structures, and profile-specific configurations.
qdrant
Provides Java patterns for integrating Qdrant vector database with Spring Boot and LangChain4j. Covers client setup, collection management, vector operations, and RAG implementations. Includes Docker deployment, dependency configuration, and practical code examples for semantic search and retrieval systems.
aws-sdk-java-v2-lambda
Provides concrete Java code examples for AWS Lambda operations using SDK v2, covering invocation patterns, function management, Spring Boot integration, and error handling. Includes synchronous/asynchronous calls, typed responses, and configuration examples.
forgotten-elements-reminder
Monitors character appearances, plotline progress, and foreshadowing in long-form novels, alerting when elements haven't been mentioned for configurable chapter thresholds. Provides reminders before writing sessions and generates analysis reports to prevent dropped storylines and forgotten characters.
query-expert
This skill helps developers write and optimize database queries across SQL and NoSQL systems. It provides examples for PostgreSQL, MySQL, MongoDB, and others, covering query patterns, performance analysis, and common anti-patterns. It's useful for debugging slow queries and learning best practices.
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.
moai-platform-firebase-auth
Provides detailed, multi-platform implementation guidance for Firebase Authentication, covering Google Sign-In, social auth, phone verification, and custom claims. Includes code examples for Web, Flutter, iOS, and Android, plus Security Rules integration. Focuses on practical setup steps and common use cases.
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.
model-usage
Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
frontend
Imported from https://github.com/n8n-io/n8n.
skill-lookup
Activates when the user asks about Agent Skills, wants to find reusable AI capabilities, needs to install skills, or mentions skills for Claude. Use for discovering, retrieving, and installing skills.
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.
powerbi-modeling
Power BI semantic modeling assistant for building optimized data models. Use when working with Power BI semantic models, creating measures, designing star schemas, configuring relationships, implementing RLS, or optimizing model performance. Triggers on queries about DAX calculations, table relationships, dimension/fact table design, naming conventions, model documentation, cardinality, cross-filter direction, calculation groups, and data model best practices. Always connects to the active model first using power-bi-modeling MCP tools to understand the data structure before providing guidance.
vue-best-practices
Vue 3 and Vue.js best practices for TypeScript, vue-tsc, and Volar. This skill should be used when writing, reviewing, or refactoring Vue components to ensure correct typing patterns. Triggers on tasks involving Vue components, props extraction, wrapper components, template type checking, or Volar configuration.