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.
doc-sync
Keeps IdeaVim documentation in sync with code changes. Use this skill when you need to verify documentation accuracy after code changes, or when checking if documentation (in doc/, README.md, CONTRIBUTING.md) matches the current codebase. The skill can work bidirectionally - from docs to code verification, or from code changes to documentation updates.
file-organizer
Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.
system-createcli
Generate production-quality TypeScript CLIs with full documentation, error handling, and best practices. Creates deterministic, type-safe command-line tools following PAI's CLI-First Architecture. USE WHEN user says "create a CLI", "build a command-line tool", "make a CLI for X", or requests CLI generation. (user)
AgentDB Vector Search
Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.
ml-pipeline-workflow
Build end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. Use when creating ML pipelines, implementing MLOps practices, or automating model training and deployment workflows.
Pair Programming
AI-assisted pair programming with multiple modes (driver/navigator/switch), real-time verification, quality monitoring, and comprehensive testing. Supports TDD, debugging, refactoring, and learning sessions. Features automatic role switching, continuous code review, security scanning, and performance optimization with truth-score verification.
scikit-survival
This skill provides comprehensive guidance for survival analysis using scikit-survival in Python. It covers Cox models, ensemble methods, SVMs, and competing risks analysis with practical code examples. The documentation includes model selection flowcharts, data preparation steps, and performance evaluation metrics for time-to-event data.
terraform-module-library
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.
billing-automation
Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recurring payment systems.
using-tmux-for-interactive-commands
This skill enables programmatic control of interactive CLI tools like vim, git rebase, and REPLs using tmux detached sessions. It provides concrete patterns for sending keystrokes, capturing output, and managing sessions, solving the common problem of automating terminal applications that require real-time input.
increment-work-router
An intelligent work continuation system that automatically detects implementation intent and routes users to existing active work increments or creates new ones, bridging the gap between planning and execution for seamless workflow transitions.
discover-cloud
A gateway skill that automatically activates during cloud-related development tasks and provides access to 13 specialized AWS and GCP skills. It uses keyword triggers like 'cloud', 'AWS', 'serverless' to load relevant documentation. The skill organizes cloud knowledge into logical categories and enables progressive loading from gateway to specific skill details.
moai-lang-rust
Provides Rust 1.92+ development guidance focusing on Axum, Tokio, and SQLx for building memory-safe web services. Includes concrete code patterns for REST APIs, database operations, and async concurrency. Covers testing, deployment, and modern Rust features like async traits.
kotlin-specialist
A specialized Kotlin development assistant focused on modern Kotlin features, coroutines, and multiplatform projects. It provides structured workflows for project analysis, implementation, and quality checks using tools like detekt and ktlint. The skill emphasizes idiomatic code, functional patterns, and cross-platform code sharing.
expo-modules
This skill provides detailed guidance for building high-quality Expo native modules for iOS and Android. It covers API design patterns, view implementation, marshalling techniques, shared objects, and ecosystem integration with concrete code examples and best practices.
single-cell-multi-omics-integration
This skill provides a structured cheat sheet for integrating single-cell multi-omics data using five different computational methods. It outlines specific steps for MOFA, GLUE, SIMBA, TOSICA, and StaVIA workflows with clear data preparation, training, and inspection phases. The instructions reference actual notebook files and include dependency notes for each method.
systematic-debugging
A structured four-phase debugging framework that enforces root cause investigation before fixes. It provides concrete steps for error analysis, pattern comparison, hypothesis testing, and implementation with clear time limits and failure thresholds to prevent wasted effort.
theme-factory
This skill provides 10 pre-designed themes with color palettes and font pairings for styling presentation slides and other artifacts. It includes a visual showcase PDF, clear application steps, and the ability to generate custom themes when needed. The themes cover various aesthetics from professional to creative.
creating-skills
Use when creating new Claude Code skills or improving existing ones - ensures skills are discoverable, scannable, and effective through proper structure, CSO optimization, and real examples
vitest-runner
A well-structured Vitest test runner skill with excellent grounding protocols, comprehensive workflow steps, and robust error recovery mechanisms for JavaScript/TypeScript testing automation.
ai-prompt-engineering
Provides concrete prompt patterns and templates for building production AI systems with Claude. Focuses on structured outputs, RAG workflows, agent tool calling, and hidden reasoning. Includes decision trees, checklists, and versioned templates for immediate implementation.
.claude
This Skill adds memory functionality to Claude by tracking conversation history and providing context from previous interactions. It helps Claude remember past discussions and reference earlier topics, reducing repetition in long conversations.
2agent
Sets up a two-agent workflow between Cursor (PM) and Claude Code (implementer) by generating command files, memory structures, and version tracking. Handles initial setup, updates, and Cursor integration with backup and merge capabilities.
building-chat-interfaces
This skill provides patterns for integrating OpenAI's ChatKit with custom backends, focusing on authentication, context injection, and database persistence. It includes code examples for Python servers, React frontends, and Next.js proxy setups to handle JWT auth and user context.