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.
add-review-comment
Add a review comment to a GitHub pull request.
docx
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
clinpgx-database
Provides programmatic access to the ClinPGx database for pharmacogenomics data, including gene-drug interactions, CPIC guidelines, and allele functions. It enables querying clinical pharmacogenomics information for precision medicine applications and genotype-guided dosing decisions through a REST API.
diffdock
This skill wraps the DiffDock tool for predicting 3D binding poses of small molecules to proteins using diffusion models. It handles PDB files or protein sequences and SMILES strings or ligand files, outputs multiple ranked poses with confidence scores, and supports batch processing for virtual screening. It clearly states it predicts poses, not binding affinity.
cirq
This skill provides access to Google's Cirq framework for quantum circuit design, simulation, and hardware execution. It includes examples for basic circuits, parameter sweeps, noise modeling, and integration with Google Quantum AI hardware. The documentation covers installation, core capabilities, and best practices for quantum experiments.
Plugin Settings
Documents a pattern for storing plugin configuration in .claude/plugin-name.local.md files using YAML frontmatter and markdown. Provides bash examples for reading settings from hooks, commands, and agents with atomic updates and graceful error handling.
compound-docs
Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
libfuzzer
Coverage-guided fuzzer built into LLVM for C/C++ projects. Use for fuzzing C/C++ code that can be compiled with Clang.
raffle-winner-picker
This skill picks random winners from lists, CSV files, Excel spreadsheets, or Google Sheets for giveaways and contests. It uses cryptographically secure random selection, prevents duplicate winners, and provides transparent results with timestamps. Supports weighted selection and runner-up picking.
workthrough
This skill automatically creates structured documentation for development tasks like bug fixes, features, or refactors. It captures context, code changes, and verification results in markdown format, saving files with date-based names. The documentation becomes a searchable project history for developers.
claudemem-orchestration
This skill coordinates multiple Claude agents to share claudemem analysis results, avoiding redundant computation. It provides concrete patterns for parallel execution, session management, and feedback consolidation. The approach reduces claudemem indexing overhead by running it once per investigation.
vaex
This skill provides comprehensive guidance for using Vaex to handle tabular datasets too large for memory. It covers loading data from various formats, performing lazy operations, creating visualizations, and building ML pipelines. The documentation includes specific code patterns, performance comparisons, and troubleshooting advice for common scenarios.
code-review
A comprehensive code review skill with structured workflows, severity classification, and multi-language support that provides systematic analysis for security, performance, and maintainability.
conference-talk-builder
This skill guides users through creating structured conference talks using the Story Circle narrative framework and generates formatted iA Presenter markdown slides. It provides a step-by-step process from gathering information to slide refinement, with bundled reference files for the framework and presentation syntax.
sonoscli
This Skill provides CLI access to control Sonos speakers on a local network. It handles discovery, playback control, volume adjustment, grouping, and queue management. The tool includes workarounds for network issues and optional Spotify integration, making it useful for developers who prefer terminal-based audio control.
systematic-debugging
A structured four-phase debugging methodology that enforces root cause analysis before fixes. Provides concrete steps for investigating bugs, analyzing patterns, testing hypotheses, and implementing solutions. Includes specific checklists, red flags, and common scenario guides to prevent symptom-focused patches.
.claude
This skill provides expert guidance for developing a Kotlin Multiplatform Nostr client with Compose Desktop. It enforces a strict workflow for code reuse, mandates surveying existing code before writing new code, and offers specialized sub-skills for different domains like Nostr protocol and UI development.
cicd-diagnostics
Diagnoses DotCMS GitHub Actions failures (PR builds, merge queue, nightly, trunk). Analyzes failed tests, root causes, compares runs. Use for "fails in GitHub", "merge queue failure", "PR build failed", "nightly build issue".
ui-design-system
Generates design system tokens including color palettes, typography scales, spacing grids, and responsive breakpoints from a base brand color. Exports to JSON, CSS, or SCSS formats. Helps maintain visual consistency across projects with automated token generation.
algorithmic-art
This skill creates algorithmic art by first generating a conceptual philosophy document, then implementing it as an interactive p5.js sketch. It produces self-contained HTML files with seeded randomness, parameter controls, and Anthropic-branded UI. The two-step process separates creative direction from technical implementation.
rag-implementation
Provides practical guidance for building RAG systems with vector databases and semantic search. Includes code examples for document loading, chunking, embedding, retrieval, and prompt engineering. Covers multiple vector stores (Chroma, Pinecone, Weaviate) and retrieval strategies (hybrid search, multi-query, contextual compression).
integrations
A comprehensive integration skill that automates third-party service setup with clear triggers, structured file generation, and practical guidance for developers.
python-pro
This skill provides a detailed framework for Python development, enforcing type hints, async patterns, and security checks. It integrates with tools like black, mypy, and bandit to ensure code quality. The workflow includes environment assessment, implementation phases, and quality assurance steps.
agent-native-architecture
This skill provides a methodology for building applications where AI agents are central, using atomic tools and system prompts instead of hardcoded logic. It teaches how to refactor existing tools by moving business decisions from code to prompts, enabling agents to achieve outcomes through loops of primitive operations.