提炼分析师经验与仓库语境,生成或完善企业专属数据分析技能
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "data-context-extractor" 技能: 1. 下载 https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/data/skills/data-context-extractor/SKILL.md 2. 保存为 ~/.claude/skills/data-context-extractor/SKILL.md 3. 装好后重载技能,告诉我可以用了
帮我为我们的数据仓库创建一个数据分析技能。你先识别仓库类型,探索关键表结构,再通过提问整理指标定义、实体关系和常见过滤规则。
生成一个初始数据技能框架,包含关键表、实体定义、常用指标和查询注意事项的参考内容。
现有数据技能需要补充订阅收入相关信息。请基于已有技能继续提问,补充 ARR、MRR、退款口径、相关表和过滤规则。
更新现有参考文件,新增该业务域的指标定义、表关系与分析约束。
请帮我更新数据技能,重点补充新分析师常犯错误,例如时区问题、测试数据过滤、历史表与当前表的区别。
产出针对数据卫生和常见陷阱的补充说明,便于后续分析时统一口径。
数据分析师在刚开始让 AI 理解公司数据时,可以用它识别仓库类型、探索表结构,并通过问答沉淀实体、指标和过滤规则。
当已有技能缺少某个业务域、指标定义或术语说明时,可以加载现有内容并定向补充参考文件。
适合把分析师口头经验整理成可复用的资料,例如主键规则、实体关系、标准排除条件和常见查询误区。
文档介绍了 Data Context Extractor 这一本体技能如何从分析师处提取企业专属数据知识,并生成定制化的数据分析技能。README 重点说明了两种模式:从零创建技能的 Bootstrap Mode,以及为现有技能补充领域参考的 Iteration Mode。内容还展示了数据库发现流程、应询问的核心问题,以及生成后的技能目录结构示例。
A meta-skill that extracts company-specific data knowledge from analysts and generates tailored data analysis skills.
This skill has two modes:
Use when: User wants to create a new data context skill for their warehouse.
Step 1: Identify the database type
Ask: "What data warehouse are you using?"
Common options:
Use ~~data warehouse tools (query and schema) to connect. If unclear, check available MCP tools in the current session.
Step 2: Explore the schema
Use ~~data warehouse schema tools to:
Sample exploration queries by dialect:
-- BigQuery: List datasets
SELECT schema_name FROM INFORMATION_SCHEMA.SCHEMATA
-- BigQuery: List tables in a dataset
SELECT table_name FROM `project.dataset.INFORMATION_SCHEMA.TABLES`
-- Snowflake: List schemas
SHOW SCHEMAS IN DATABASE my_database
-- Snowflake: List tables
SHOW TABLES IN SCHEMA my_schema
After schema discovery, ask these questions conversationally (not all at once):
Entity Disambiguation (Critical)
"When people here say 'user' or 'customer', what exactly do they mean? Are there different types?"
Listen for:
Primary Identifiers
"What's the main identifier for a [customer/user/account]? Are there multiple IDs for the same entity?"
Listen for:
Key Metrics
"What are the 2-3 metrics people ask about most? How is each one calculated?"
Listen for:
Data Hygiene
"What should ALWAYS be filtered out of queries? (test data, fraud, internal users, etc.)"
Listen for:
Common Gotchas
"What mistakes do new analysts typically make with this data?"
Listen for:
Create a skill with this structure:
[company]-data-analyst/
├── SKILL.md
└── references/
├── entities.md # Entity definitions and relationships
├── metrics.md # KPI calculations
├── tables/ # One file per domain
│ ├── [domain1].md
│ └── [domain2].md
└── dashboards.json # Optional: existing dashboards catalog
SKILL.md Template: See references/skill-template.md
SQL Dialect Section: See references/sql-dialects.md and include the appropriate dialect notes.
Reference File Template: See references/domain-template.md
Use when: User has an existing skill but needs to add more context.
Ask user to upload their existing skill (zip or folder), or locate it if already in the session.
Read the current SKILL.md and reference files to understand what's already documented.
…
它是一个元技能,用来从分析师那里提取公司特有的数据知识,并生成或完善定制化的数据分析技能。重点包括仓库结构、术语、指标定义和常见查询模式。
文档显示它有两种模式:Bootstrap Mode 用于从零创建新技能,Iteration Mode 用于在现有技能基础上补充特定领域的参考内容。
根据文档,它会先识别数据仓库类型,并使用数据仓库的查询与 schema 工具进行探索。常见仓库包括 BigQuery、Snowflake、PostgreSQL/Redshift 和 Databricks;更具体的前置要求见源码仓库。
帮助识别、分类并排序技术债,明确重构与代码健康改进优先级。
基于 Common Room 数据快速调研联系人背景、关系热度与线索价值。
帮助你撰写并改写各类营销内容,适配渠道语气并提供SEO建议。
快速定位 Zoom 集成故障层级,排查鉴权、Webhook、SDK 入会与实时媒体问题。
帮助用户识别、评估并制定项目、流程或供应商的风险应对措施。
根据受众与汇报节奏生成清晰的项目进展与干系人更新
用自然语言分析 MySQL 数据库,执行查询并生成 ER 图与性能洞察。
帮助你快速查询指标、分析趋势成因,并生成面向干系人的数据报告。
分析杂乱数据并生成带来源依据的决策可视化报告
通过 AI 数据分析代理探索并查询数据仓库,快速获得业务洞察。
让 AI 连接 Databricks 工作区,执行 SQL、管理作业并探索数据结构。
帮助你编写、优化并转换多种数据仓库方言的高质量 SQL 查询。