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.

Start with the job to be done
3655 results
Analyze Data & AI · All facets
Page 11 of 153
SkillHub ClubAnalyze Data & AI

prpm-development

This skill provides detailed internal documentation for PRPM, a package manager for AI prompts and agents. It covers architecture, format conversion between Cursor, Claude, and Continue, package types, and development workflows. It includes concrete code examples, testing patterns, and deployment procedures for contributors.

A 8.6
Full StackDevOpsData / AI
98
rank 86
hot 94
SkillHub ClubAnalyze Data & AI

snowflake-connections

This skill provides detailed guidance for configuring Snowflake connections across CLI tools, Streamlit apps, and Snowpark applications. It covers multiple authentication methods (SSO, key pair, username/password, OAuth), environment management, and CI/CD integration with specific file examples and security best practices.

A 8.8
DevOpsData / AISecurity
snowflakeauthenticationci-cdconfiguration-management
31
rank 88
hot 89
SkillHub ClubAnalyze Data & AI

ai-collaborate-teaching

Provides a structured framework for designing AI-integrated learning experiences using the Three Roles model. Offers concrete templates, balance guidelines, and verification mechanisms to ensure students learn foundational skills while effectively collaborating with AI tools.

A 8.2
Data / AITesting
ai-educationteaching-frameworkcollaborative-learningpedagogy
159
rank 82
hot 96
SkillHub ClubAnalyze Data & AI

verification-before-completion

Enforces a discipline where AI agents must run verification commands and show evidence before claiming task completion. Provides concrete examples for different contexts like testing, building, and linting, with specific command templates and success criteria.

A 8.6
Full StackDevOpsData / AI
workflow-enforcementquality-gateagent-disciplineverification
97
rank 86
hot 94
SkillHub ClubAnalyze Data & AI

matchms

Provides Python code for mass spectrometry data workflows using matchms library. Handles file import/export, spectrum filtering, similarity calculations, and compound identification. Includes 10 practical workflows for metabolomics analysis with clear examples.

A 8.5
Data / AI
mass-spectrometrydata-processingmetabolomicspython-library
141
rank 85
hot 96
SkillHub ClubAnalyze Data & AI

risk-manager

This skill provides structured frameworks for enterprise risk identification, quantification, and mitigation across financial, operational, and cybersecurity domains. It integrates multiple analytical tools including Python, R, and SQL for modeling, with checklists for compliance verification and risk reporting automation.

A 8.2
SecurityData / AITesting
risk-managementcompliancefinancial-modelingregulatory
43
rank 82
hot 90
SkillHub ClubAnalyze Data & AI

ai-rag

Provides concrete patterns for building RAG and search systems, covering chunking, hybrid retrieval, reranking, and evaluation. Includes decision trees, implementation checklists, and links to templates for production deployment. Focuses on separating retrieval quality from answer quality and treating staleness as a correctness issue.

A 8.6
Data / AIDevOps
ragsearch-engineeringretrievalvector-search
42
rank 86
hot 90
SkillHub ClubAnalyze Data & AI

bsl-model-builder

This skill helps build semantic data models using the Boring Semantic Layer (BSL). It defines dimensions and measures on Ibis tables, supports joins, and allows configuration via YAML. It's designed for creating reusable data models for analytics.

A 8.1
Data / AI
semantic-layerdata-modelingibisyaml-config
417
rank 81
hot 99
SkillHub ClubAnalyze Data & AI

ai-multimodal

Provides unified access to Google Gemini's multimodal API for processing audio, images, videos, and documents, plus image generation. Includes practical scripts for batch processing, media optimization, and document conversion. Clear guidance on model selection, token costs, and rate limits.

A 8.4
Data / AIBackend
multimodal-aimedia-processinggemini-apidocument-analysis
141
rank 84
hot 96
SkillHub ClubAnalyze Data & AI

torch-geometric

Provides a comprehensive guide for using PyTorch Geometric for graph neural network tasks. Covers installation, data structures, model building, training workflows, and includes benchmark scripts for comparing GNN architectures on standard datasets.

A 8.4
Data / AI
graph-neural-networkspytorchdeep-learningscientific-computing
141
rank 84
hot 96
SkillHub ClubAnalyze Data & AI

Backend Models Standards

Define database models with clear naming, appropriate data types, constraints, relationships, and validation at multiple layers. Use this skill when creating or modifying database model files, ORM classes, schema definitions, or data model relationships. Apply when working with model files (e.g., models.py, models/, ActiveRecord classes, Prisma schema, Sequelize models), defining table structures, setting up foreign keys and relationships, configuring cascade behaviors, implementing model validations, adding timestamps, or working with database constraints (NOT NULL, UNIQUE, foreign keys). Use for any task involving data integrity enforcement, relationship definitions, or model-level data validation.

A 8.4
Full StackBackendData / AI
141
rank 84
hot 96
SkillHub ClubAnalyze Data & AI

compliance-architecture

Enterprise-grade compliance architecture for SOC 2, HIPAA, GDPR, PCI-DSS. Provides compliance checklists, security controls, audit guidance, and regulatory requirements for serverless and cloud architectures. Activates for compliance, HIPAA, SOC2, SOC 2, GDPR, PCI-DSS, PCI DSS, regulatory, healthcare data, payment card, data protection, audit, security standards, regulated industry, BAA, business associate agreement, DPIA, data protection impact assessment.

A 8.2
Full StackData / AISecurity
141
rank 82
hot 96
SkillHub ClubAnalyze Data & AI

project-astrology-vedic

This skill provides detailed Vedic astrology analysis with sidereal zodiac calculations, Dasha systems, and Nakshatra interpretations. It includes comprehensive reference tables for planets, signs, and lunar mansions, plus clear guidelines for when to use it versus other astrology skills. The documentation differentiates Vedic from Western astrology and explains key concepts like Ayanamsa systems.

A 8.3
Data / AI
vedic-astrologyjyotishsidereal-zodiacnakshatra
42
rank 83
hot 90
SkillHub ClubAnalyze Data & AI

openai-assistants

Build stateful chatbots with OpenAI Assistants API v2 - Code Interpreter, File Search (10k files), Function Calling. Prevents 10 documented errors including vector store upload bugs, temperature parameter conflicts, memory leaks. Deprecated (sunset August 2026); use openai-responses for new projects. Use when: maintaining legacy chatbots, implementing RAG with vector stores, or troubleshooting thread errors, vector store delays, uploadAndPoll issues.

A 8.0
Full StackBackendData / AI
624
rank 80
hot 99
SkillHub ClubAnalyze Data & AI

prompt-optimizer

A prompt optimization tool that analyzes and rewrites user prompts for better AI responses. It categorizes prompts (system, task-specific, creative, technical, agentic) and applies a structured framework with progressive disclosure and token efficiency. The tool offers three optimization levels (quick polish, balanced enhancement, deep transformation) based on input quality.

A 7.9
Data / AIFull Stack
prompt-engineeringai-optimizationworkflow-tool
75
rank 79
hot 93
SkillHub ClubAnalyze Data & AI

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.

A 8.0
Data / AI
bioinformaticsgene-expressionnetwork-analysispython
873
rank 80
hot 99
SkillHub ClubAnalyze Data & AI

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.

A 7.9
Full StackData / AIIntegration
624
rank 79
hot 99
SkillHub ClubAnalyze Data & AI

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.

A 8.0
BackendDevOpsData / AI
vector-databasejava-springrag-implementationsemantic-search
171
rank 80
hot 96
SkillHub ClubAnalyze Data & AI

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.

A 8.4
Data / AIBackend
sqldatabasequery-optimizationperformance
98
rank 84
hot 94
SkillHub ClubAnalyze Data & AI

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.

C 6.6
Full StackData / AI
323.4K
rank 99
hot 99
SkillHub ClubAnalyze Data & AI

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.

C 6.6
Full StackData / AI
153.3K
rank 99
hot 99
SkillHub ClubAnalyze Data & AI

Line Execution Checker

Check if specific lines were executed using gcov data

A 7.8
Full StackData / AITesting
coveragegcovtesting
1.5K
rank 78
hot 99
SkillHub ClubAnalyze Data & AI

debug-protocol

Provides a structured 5-step debugging protocol (Reproduce, Isolate, Identify, Fix, Verify) with mandatory logging to prevent guess-and-retry loops. Enforces a 3-5-rewrite rule and includes specific checklists for CSS/JS issues and multi-AI handoff procedures.

A 8.3
Full StackData / AITesting
debuggingsystematic-workflowai-assistantproblem-solving
75
rank 83
hot 93
SkillHub ClubAnalyze Data & AI

agent-evals

Provides a systematic approach to evaluating AI agents using binary criteria instead of subjective scales. Focuses on error analysis, trace examination, and creating component-level tests. Includes practical templates for graders and workflows to identify failure patterns in agent reasoning.

A 8.2
Data / AITesting
agent-evaluationtesting-frameworkerror-analysisllm-judge
159
rank 82
hot 96
Previous
Page 11 of 153
Next