Merge Ingredients Skill

Merge duplicate ingredient records by CHEBI ID and name in MediaIngredientMech.

1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/CultureBotAI/MediaIngredientMech --skill merge-ingredients-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Merge Ingredients Skill
Source: https://github.com/CultureBotAI/MediaIngredientMech/tree/main/.claude/skills/merge-ingredients
Command: npx skills add https://github.com/CultureBotAI/MediaIngredientMech --skill merge-ingredients-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of redundant ingredient records within the MediaIngredientMech system, ensuring data integrity and consistency.

Core Features & Use Cases

  • Automated Deduplication: Identifies and merges duplicate ingredient entries based on CHEBI IDs and name similarity.
  • Data Consolidation: Consolidates synonyms, occurrence statistics, and curation history for merged records.
  • Use Case: When multiple records for "Magnesium sulfate" with the same CHEBI ID are found, this Skill merges them into a single, authoritative record, preserving all associated information and updating occurrence counts.

Quick Start

Run the deduplication script to identify and merge duplicate ingredient records.

Frequently Asked Questions about Merge Ingredients Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deduplicate ingredient records using CHEBI IDs?

Deduplicate ingredient records by running the automated script, which matches entries based on CHEBI IDs and name similarity. It consolidates duplicates into a single authoritative record while preserving synonyms, occurrence statistics, and curation history.

What does ingredient merging do for data integrity in a curation workflow?

Ingredient merging ensures data integrity by identifying redundant entries in the MediaIngredientMech system and consolidating them. It preserves associated information and updates occurrence counts, maintaining consistent and authoritative records across the curation workflow.

Can I use this deduplication skill for solutions, buffers, and stocks?

Yes, the deduplication skill handles name-based matching for solutions, buffers, and stocks. It integrates with existing curation workflows and provides validation checks to ensure accurate merging of these specific ingredient categories.

What is the best way to consolidate duplicate ingredient synonyms and occurrence statistics?

The best way to consolidate duplicate ingredient synonyms and occurrence statistics is using automated CHEBI ID-based merging. This approach consolidates all associated information into one record, ensuring no curation history is lost during the deduplication process.

Why does ingredient merging require ontology mapping and validation checks?

Ingredient merging requires ontology mapping and validation checks to accurately match CHEBI IDs and prevent incorrect data consolidation. These checks ensure that name-based matching does not merge distinct chemical compounds, safeguarding overall data integrity.