Marketplace
SkillHub Club catalog feed.
Public marketplace mirror sourced from skillhub.club. This source view keeps the new outcome-first browsing model while filtering server-side to a single upstream feed.
moai-platform-neon
Provides specialized guidance for Neon serverless PostgreSQL, covering auto-scaling, database branching, PITR, and connection pooling. Includes concrete code examples for Vercel Edge Functions, Next.js App Router, and Drizzle ORM integration. Offers a complete branch manager class and migration workflows.
docs-ai-prd
This skill provides templates and guidance for creating product requirements and project context documentation optimized for AI coding assistants. It helps teams write PRDs, specs, and CLAUDE.md files that coding tools can execute effectively, reducing ambiguity in implementation work.
code-review
This skill provides a structured checklist for reviewing code across security, correctness, performance, and maintainability. It includes specific examples of vulnerabilities in Python and JavaScript, along with command-line tools for automated scanning. The output format organizes findings into critical issues, improvements, and positive notes.
labarchive-integration
This skill provides programmatic access to LabArchives electronic lab notebooks via REST API. It enables automation of notebook backups, entry creation, attachment management, and integration with research tools like Jupyter and REDCap. Includes Python scripts for common operations and detailed authentication guides.
torchdrug
PyTorch-native graph neural networks for molecules and proteins. Use when building custom GNN architectures for drug discovery, protein modeling, or knowledge graph reasoning. Best for custom model development, protein property prediction, retrosynthesis. For pre-trained models and diverse featurizers use deepchem; for benchmark datasets use pytdc.
omero-integration
This skill provides a Python-based interface to OMERO, a microscopy data management platform. It enables programmatic access to images, datasets, and metadata, supports ROI creation/analysis, batch processing, and integrates analysis results back into OMERO. It's essentially a wrapper and guide for the official omero-py library.
opentargets-database
Provides GraphQL API access to Open Targets Platform for querying target-disease associations, drug target data, tractability scores, and genetic evidence. Enables systematic therapeutic target identification with detailed evidence retrieval and known drug information.
deeptools
This skill provides a comprehensive interface to deepTools for NGS data analysis. It covers BAM to bigWig conversion, quality control metrics, sample correlation, and visualization workflows for ChIP-seq, RNA-seq, and ATAC-seq data. The documentation includes practical examples and genome size references.
property-based-testing
Provides guidance for property-based testing across multiple languages and smart contracts. Use when writing tests, reviewing code with serialization/validation/parsing patterns, designing features, or when property-based testing would provide stronger coverage than example-based tests.
fuzzing-obstacles
Techniques for patching code to overcome fuzzing obstacles. Use when checksums, global state, or other barriers block fuzzer progress.
triaging-module-requests
Automates GitHub issue triage for MultiQC module requests by calculating priority scores based on tool popularity, community engagement, and technical feasibility. Integrates with GitHub workflows to label issues, post analysis comments, and update project boards. Handles multiple operation modes including single analysis, batch processing, and dry runs.
doc-sync
Synchronizes docs across a repository. Use when user asks to sync docs.
codebase-analysis
This skill automates initial codebase exploration by running a Python script that analyzes repository structure, patterns, and context. It's designed as a foundation for deeper technical analysis rather than a standalone tool. The trigger is clear: activate when users need orientation in unfamiliar codebases.
solution-design
This skill automates solution generation for defined problems by executing a Python script that provides multiple reasoning perspectives. It's designed for users who already have identified root causes and need structured solution options without preliminary exploration.
pymatgen
Provides Python-based tools for materials science research, including crystal structure manipulation, file format conversion, phase diagram calculation, and direct access to the Materials Project database. It handles common computational chemistry workflows and integrates with VASP, Quantum ESPRESSO outputs.
executive-reporting
A highly structured and professional skill for creating executive-level reports and dashboards, featuring clear frameworks, practical templates, and robust quality gates.
generate-factory
This skill automatically generates test data factories from schemas or TypeScript interfaces, using Faker.js for realistic data. It reduces manual test setup by mapping field types to appropriate Faker methods and supports traits, overrides, and deterministic seeding for reproducible tests.
playwright-best-practices
This skill provides concrete guidance for writing Playwright tests, focusing on resilient locators, Page Object Models, and test isolation. It addresses common pitfalls like context overflow in CLI agents and offers specific configuration examples. The content is practical with clear code samples showing what to avoid and what to use.
rust
This skill provides a detailed workflow for Rust development emphasizing cargo check over build for speed. It includes decision trees for command selection, clippy strategies, and practical scripts for common tasks like dependency updates and pre-commit validation. Focuses on avoiding slow release builds during development.
fuzzing-dictionary
Fuzzing dictionaries guide fuzzers with domain-specific tokens. Use when fuzzing parsers, protocols, or format-specific code.
1k-cross-platform
Cross-platform development patterns for OneKey. Use when writing platform-specific code, handling platform differences, or understanding platform extensions. Triggers on platform, native, web, desktop, extension, mobile, ios, android, electron, react native.
codex
Well-structured skill for OpenAI Codex CLI automation with clear step-by-step instructions, session management, and comprehensive sandbox modes, but limited to specific Codex CLI users.
Railway CLI Management
This skill provides a comprehensive reference for Railway CLI commands covering deployment, service management, environment variables, logs, scaling, and database connections. It includes practical examples for common workflows like debugging failed deployments and monitoring multiple services. The documentation explains JSON output parsing with jq and addresses common issues users might encounter.
nvim-config
This skill manages Neovim configuration files using a modern Lua-based structure. It provides templates for init.lua, plugin setup with lazy.nvim, LSP configuration, keymaps, and editor options. It handles both initial setup and ongoing modifications to a symlinked config directory.