Skills

Открытый реестр Skills для ИИ-агентов — структурированные промпты и рабочие процессы с рекомендуемыми моделями, примерами и совместимыми инструментами.

Добавить Skill

Skills

34

Категории

9

Совместимые инструменты

6

Участники

1

Показано 22–34 из 34

Network Graph AnalysisСредний

Analyzes complex networks and graphs using NetworkX, igraph, and PyTorch Geometric. Supports social network analysis, biological interaction networks, knowledge graphs, and citation networks. Performs community detection, centrality analysis, link prediction, graph neural networks, and network visualization with force-directed layouts.

3 модели
Time Series ForecastingСредний

Builds and evaluates time series forecasting models using statistical and ML approaches. Supports ARIMA, Prophet, LSTM, Transformer-based models, and foundation models like TimesFM. Handles seasonality detection, trend decomposition, anomaly detection, multi-step forecasting, and backtesting with proper train/test splits for financial, IoT, and scientific time series data.

3 модели
ML Experiment TrackerСредний

Sets up and manages machine learning experiment tracking, hyperparameter optimization, and model registry workflows. Integrates with MLflow, Weights & Biases, and Optuna for systematic experimentation. Handles metric logging, artifact storage, model versioning, reproducibility, and automated hyperparameter search with early stopping.

3 модели
Geospatial AnalysisСредний

Performs geospatial data analysis, mapping, and spatial statistics using GeoPandas, Shapely, Rasterio, and Folium. Supports vector and raster operations, coordinate transformations, spatial joins, buffer analysis, satellite imagery processing, choropleth mapping, and route optimization for GIS and remote sensing workflows.

3 модели
Molecular AnalysisПродвинутый

Performs cheminformatics and molecular property analysis using RDKit, PubChem, and ChEMBL. Supports SMILES/InChI parsing, molecular descriptor calculation, drug-likeness filtering (Lipinski, Veber), ADMET prediction, substructure search, and structure-activity relationship (SAR) analysis for drug discovery workflows.

3 модели
Scientific VisualizationСредний

Creates publication-quality scientific figures and plots using matplotlib, seaborn, and plotly. Supports common scientific plot types including heatmaps, volcano plots, survival curves, network graphs, phylogenetic trees, and multi-panel figures with proper statistical annotations, color-blind safe palettes, and journal formatting.

3 модели
Bioinformatics PipelineПродвинутый

Builds and executes bioinformatics analysis pipelines for genomics, transcriptomics, and proteomics data. Supports single-cell RNA-seq analysis with Scanpy, differential expression with PyDESeq2, sequence alignment, variant calling, gene ontology enrichment, and pathway analysis using KEGG and Reactome databases.

3 модели
A/B Test SetupСредний

Designs and implements A/B testing experiments including hypothesis formulation, sample size calculation, variant configuration, metric definition, and statistical analysis planning. Covers both frontend feature flags and backend experiment frameworks.

3 модели
Knowledge Graph BuilderПродвинутый

Builds and queries typed knowledge graphs for structured agent memory and composable skills. Creates entities (people, projects, tasks, events, documents), links related objects, enforces constraints, and plans multi-step actions as graph transformations. Enables persistent, queryable memory across agent sessions.

4 модели
Database Query OptimizerПродвинутый

Analyzes SQL queries and database schemas to identify performance bottlenecks and suggest optimizations. Recommends index strategies, query rewrites, denormalization opportunities, and partitioning schemes. Explains EXPLAIN plans and provides before/after comparisons with expected performance improvements.

4 модели
Data AnalysisСредний

Analyzes datasets to extract insights, identify patterns, and generate visualizations. Supports exploratory data analysis (EDA), statistical testing, trend detection, and report generation. Works with CSV, JSON, and database outputs.

3 модели
Database Schema DesignПродвинутый

Designs normalized database schemas from business requirements. Covers entity relationships, indexing strategies, migration planning, and performance considerations. Supports PostgreSQL, MySQL, MongoDB, and other databases with dialect-specific optimizations.

3 модели
SQL GenerationСредний

Generates optimized SQL queries from natural language descriptions. Supports multiple dialects (PostgreSQL, MySQL, SQLite, SQL Server), handles complex joins, subqueries, window functions, and CTEs. Includes query explanation and performance optimization hints.

4 модели

Skills и MCP-серверы

в чём разница?

Skillsописывают, что делать

Skill объединяет инструкции, пример промпта и рекомендуемые модели, чтобы агент стабильно выполнял задачу. Skills добавляют знания, а не новые подключения.

MCP-серверыописывают, как подключиться

MCP-сервер расширяет возможности агента, подключая его к реальным системам: базам данных, API и файлам. MCP добавляет подключения и действия, а не инструкции к задаче.

Простое правило: выбирайте Skill, когда модели нужно хорошо выполнить задачу, и MCP-сервер, когда ей нужен доступ к инструменту или системе. Их можно сочетать: Skill может использовать инструменты MCP-сервера.

Создали полезный Skill?

Добавьте SKILL.md в открытый реестр, который поддерживает сообщество.

Добавить на GitHub