Catalog Enrich banner
datahub-project datahub-project

Catalog Enrich

Development community

Description

--- name: catalog-enrich description: Add or update metadata in DataHub - descriptions, tags, glossary terms, ownership argument-hint: "[entity and what to update]" --- # DataHub Enrich Use the Skill tool to invoke the full `datahub-enrich` skill: ``` Skill tool: skill: "datahub-skills:datahub-enrich" ``` **User's request:** $ARGUMENTS This skill manages metadata in DataHub: 1. Understand the enrichment intent (add tag, update description, set owner, etc.) 2. Resolve target entities and

Installation

Installs to ~/.claude/skills/datahub-project-datahub-skills-catalog-enrich/SKILL.md

Terminal
mkdir -p ~/.claude/skills/datahub-project-datahub-skills-catalog-enrich && curl -fsSL https://raw.githubusercontent.com/datahub-project/datahub-skills/HEAD/commands/catalog-enrich.md -o ~/.claude/skills/datahub-project-datahub-skills-catalog-enrich/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository