Agent Skillsdavepoon/buildwithclaude › kegg-analysis

kegg-analysis

GitHub

基于 KEGG MCP 工具执行多步生物信息学分析,涵盖基因通路富集、药物靶点调查、跨物种代谢对比及化合物网络探索,将原始数据转化为结构化生物学洞察。

plugins/kegg-mcp-server/skills/kegg-analysis/SKILL.md davepoon/buildwithclaude

Trigger Scenarios

对基因列表进行通路富集分析 调查药物的作用机制和靶点 比较不同物种的代谢通路 追踪化合物-反应网络

Install

npx skills add davepoon/buildwithclaude --skill kegg-analysis -g -y
More Options

Non-standard path

npx skills add https://github.com/davepoon/buildwithclaude/tree/main/plugins/kegg-mcp-server/skills/kegg-analysis -g -y

Use without installing

npx skills use davepoon/buildwithclaude@kegg-analysis

指定 Agent (Claude Code)

npx skills add davepoon/buildwithclaude --skill kegg-analysis -a claude-code -g -y

安装 repo 全部 skill

npx skills add davepoon/buildwithclaude --all -g -y

预览 repo 内 skill

npx skills add davepoon/buildwithclaude --list

SKILL.md

Frontmatter
{
    "name": "kegg-analysis",
    "category": "data-ai",
    "description": "Multi-step KEGG bioinformatics workflows — pathway enrichment from gene lists, drug-target investigation, cross-species metabolic comparison, and compound-reaction network exploration. Guides Claude through the full analytical pipeline using KEGG MCP tools."
}

KEGG Bioinformatics Analysis

This skill orchestrates multi-step biological analyses using the KEGG MCP server tools. It transforms raw gene lists, drug names, or pathway IDs into structured biological insights.

When to Use This Skill

  • Performing pathway enrichment analysis on a gene list
  • Investigating a drug's mechanism of action, targets, and interactions
  • Comparing metabolic pathways across species
  • Tracing compound-reaction networks
  • Mapping genes to functional modules and ortholog groups

What This Skill Does

  1. Identifies the analysis type from the user's input (enrichment, drug, comparison, network)
  2. Resolves identifiers — maps gene symbols, drug names, or pathway IDs to KEGG entries
  3. Retrieves cross-linked data — follows relationships across KEGG databases
  4. Aggregates and ranks results — counts pathway hits, scores conservation, groups by function
  5. Synthesizes biological context — explains significance, not just IDs

How to Use

Pathway Enrichment

Analyze these genes for pathway enrichment in human: BRCA1, TP53, EGFR, KRAS, PIK3CA

Workflow:

  1. search_genes for each gene in the target organism (e.g., hsa)
  2. get_gene_info to confirm identity and get KEGG gene IDs
  3. find_related_entries to get pathway associations per gene
  4. Aggregate: count how many input genes map to each pathway
  5. get_pathway_info for top pathways
  6. render_pathway_ascii for visual context
  7. Report ranked pathways with p-value proxy (gene count / pathway size)

Drug Target Investigation

Investigate metformin: targets, pathways, and interactions

Workflow:

  1. search_drugs to find the KEGG drug entry
  2. get_drug_info for targets, classification, and metabolism
  3. search_genes for each target gene
  4. find_related_entries to get target pathways
  5. get_drug_interactions for DDI screening
  6. Synthesize mechanism-of-action summary

Cross-Species Comparison

Compare glycolysis (map00010) between human, E. coli, and yeast

Workflow:

  1. get_pathway_info for organism-specific variants (hsa00010, eco00010, sce00010)
  2. get_pathway_genes for each organism
  3. get_gene_orthologs to identify conserved vs. species-specific enzymes
  4. get_pathway_compounds to compare metabolite pools
  5. render_pathway_ascii for each organism
  6. Report conservation matrix and unique adaptations

Example

User: "What pathways are enriched in this gene set: SOD1, SOD2, CAT, GPX1, PRDX1?"

Output:

Pathway Enrichment Results (Homo sapiens)

Top Pathways:
1. hsa04146 Peroxisome (4/5 genes) — organelle for fatty acid oxidation and ROS detox
2. hsa04216 Ferroptosis (3/5 genes) — iron-dependent cell death regulated by GPX
3. hsa05022 Pathways of neurodegeneration (3/5 genes) — oxidative damage in ALS, AD, PD
4. hsa00480 Glutathione metabolism (2/5 genes) — GSH-dependent antioxidant system

Biological Context:
All 5 genes encode antioxidant enzymes. The enrichment in Peroxisome
and Ferroptosis pathways reflects their central role in reactive oxygen
species (ROS) detoxification. The neurodegeneration hit is consistent
with oxidative stress as a driver of SOD1-linked ALS.

Tips

  • Provide organism context (human, mouse, E. coli) for faster resolution
  • Use standard gene symbols — KEGG resolves HGNC symbols for human
  • For large gene lists (>20), batch with batch_entry_lookup (max 50 per call)
  • Cross-reference with convert_identifiers to bridge UniProt, NCBI Gene, or PDB IDs
  • Use find_related_entries to discover unexpected connections between databases

Version History

  • 502fc01 Current 2026-07-05 15:15

Same Skill Collection

plugins/agent-triforce/skills/code-health/SKILL.md
plugins/agent-triforce/skills/feature-spec/SKILL.md
plugins/agent-triforce/skills/implement-feature/SKILL.md
plugins/agent-triforce/skills/release-check/SKILL.md
plugins/agent-triforce/skills/review-findings/SKILL.md
plugins/agent-triforce/skills/security-audit/SKILL.md
plugins/agents-uc-taskmanager/skills/init/SKILL.md
plugins/agents-uc-taskmanager/skills/work-pipeline/SKILL.md
plugins/agents-uc-taskmanager/skills/work-status/SKILL.md
plugins/aigent-os/skills/close/SKILL.md
plugins/aigent-os/skills/open/SKILL.md
plugins/all-skills/skills/activecampaign-automation/SKILL.md
plugins/all-skills/skills/agent-analytics/SKILL.md
plugins/all-skills/skills/agent-memory-discipline/SKILL.md
plugins/all-skills/skills/airtable-automation/SKILL.md
plugins/all-skills/skills/amplitude-automation/SKILL.md
plugins/all-skills/skills/anti-ui-slop/SKILL.md
plugins/all-skills/skills/artifacts-builder/SKILL.md
plugins/all-skills/skills/asana-automation/SKILL.md
plugins/all-skills/skills/aurakit/SKILL.md
plugins/all-skills/skills/bamboohr-automation/SKILL.md
plugins/all-skills/skills/basecamp-automation/SKILL.md
plugins/all-skills/skills/bitbucket-automation/SKILL.md
plugins/all-skills/skills/box-automation/SKILL.md
plugins/all-skills/skills/brand-guidelines/SKILL.md
plugins/all-skills/skills/brevo-automation/SKILL.md
plugins/all-skills/skills/cal-com-automation/SKILL.md
plugins/all-skills/skills/calendly-automation/SKILL.md
plugins/all-skills/skills/canva-automation/SKILL.md
plugins/all-skills/skills/canvas-design/SKILL.md
plugins/all-skills/skills/changelog-generator/SKILL.md
plugins/all-skills/skills/circleci-automation/SKILL.md
plugins/all-skills/skills/clawring/SKILL.md
plugins/all-skills/skills/clickup-automation/SKILL.md
plugins/all-skills/skills/close-automation/SKILL.md
plugins/all-skills/skills/coda-automation/SKILL.md
plugins/all-skills/skills/coding-agent-pm/SKILL.md
plugins/all-skills/skills/coinpaprika-api/SKILL.md
plugins/all-skills/skills/competitive-ads-extractor/SKILL.md
plugins/all-skills/skills/confluence-automation/SKILL.md
plugins/all-skills/skills/content-research-writer/SKILL.md
plugins/all-skills/skills/convertkit-automation/SKILL.md
plugins/all-skills/skills/datadog-automation/SKILL.md
plugins/all-skills/skills/developer-growth-analysis/SKILL.md
plugins/all-skills/skills/dexpaprika-api/SKILL.md
plugins/all-skills/skills/discord-automation/SKILL.md
plugins/all-skills/skills/dispatch/SKILL.md
plugins/all-skills/skills/docusign-automation/SKILL.md
plugins/all-skills/skills/docx/SKILL.md
plugins/all-skills/skills/domain-name-brainstormer/SKILL.md

Metadata

Files
0
Version
50c89fc
Hash
bef2add9
Indexed
2026-07-05 15:15

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-14 12:51
浙ICP备14020137号-1 $お客様$