plugins/kegg-mcp-server/skills/kegg-analysis/SKILL.md
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.
npx skillsauth add davepoon/buildwithclaude kegg-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
Analyze these genes for pathway enrichment in human: BRCA1, TP53, EGFR, KRAS, PIK3CA
Workflow:
search_genes for each gene in the target organism (e.g., hsa)get_gene_info to confirm identity and get KEGG gene IDsfind_related_entries to get pathway associations per geneget_pathway_info for top pathwaysrender_pathway_ascii for visual contextInvestigate metformin: targets, pathways, and interactions
Workflow:
search_drugs to find the KEGG drug entryget_drug_info for targets, classification, and metabolismsearch_genes for each target genefind_related_entries to get target pathwaysget_drug_interactions for DDI screeningCompare glycolysis (map00010) between human, E. coli, and yeast
Workflow:
get_pathway_info for organism-specific variants (hsa00010, eco00010, sce00010)get_pathway_genes for each organismget_gene_orthologs to identify conserved vs. species-specific enzymesget_pathway_compounds to compare metabolite poolsrender_pathway_ascii for each organismUser: "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.
batch_entry_lookup (max 50 per call)convert_identifiers to bridge UniProt, NCBI Gene, or PDB IDsfind_related_entries to discover unexpected connections between databasesdevelopment
Show drill-me learning progress — topics studied, cards due for review, weakest concepts, and what to study next. Use when the user asks what's due, how their learning is going, or for their drill-me status.
development
Teach the user a topic as an adaptive tutor — retrieval practice, spaced repetition with decay, and persistent memory in ~/.drill-me/. Use when the user wants to learn or be drilled on something, says "drill me on X", "teach me X", or wants to study a topic, a codebase, or a document.
development
Turn any codebase into evidence-grounded Markdown docs plus a machine-readable index.json. Every claim cites its source; never invents deployment steps.
tools
Assesses the current state of the startup project and recommends what to focus on next. Use when there is a need or a question from the user to understand what the next steps are or what to focus on next.