用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SpillwaveSolutions/data-engineering-knowledge-capture --skill dekc-capture-table命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Grade reverse-engineering quality with automated rubric scores and adversarial judge protocol. Use after walks, before claiming RE complete.
Use the DEKC second brain to plan landing new stream or batch data into bronze (and beyond) with sources, jobs, contracts, and lineage.
Capture data lakes, data marts, data catalogs, domains, products, streams, storage locations, and data quality rules into the DEKC second brain.
正在显示 SKILL.md
| name | dekc-capture-table |
| description | Capture a table with columns, layer, schema into DEKC/OKF. |
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_capture.py" --repo . --bundle knowledge table \
--name <name> --layer bronze|silver|gold --schema <schema> \
--description "…" --columns-json '[{"name":"c","type":"string"}]'
Rules:
verified: false. Pass --verified or supply --sql / --columns-json.--source is a hint. sourced_from is a lineage edge — it is only written when --sql or --evidence is present. Otherwise the link is related_to.--kind auto (default) treats warehouse gold vw* / x_vw* / CREATE VIEW as View, not Table. Force with --kind table.--schema merges contains onto the Schema node (last table no longer wins).--slug / --fabric-id disambiguate Power BI names that slugify together (Operations | … vs two spaces).Report is not a DEKC Dashboard. Default SQL-endpoint models are not curated gold.