.claude/skills/data-inspect/SKILL.md
# Skill: Data Inspect ## Purpose Show the active dataset's schema — tables, columns, row counts, and relationships. Optionally drill into a specific table. ## When to Use Invoke as `/data` to see the full schema summary, or `/data {table}` to see column details for a specific table. ## Instructions ### Mode 1: `/data` (full schema overview) 1. Read `.knowledge/active.yaml` to get the active dataset 2. Read `.knowledge/datasets/{active}/schema.md` 3. Display a condensed summary: ``` Active
npx skillsauth add ai-analyst-lab/ai-analyst .claude/skills/data-inspectInstall 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.
Show the active dataset's schema — tables, columns, row counts, and relationships. Optionally drill into a specific table.
Invoke as /data to see the full schema summary, or /data {table} to see column details for a specific table.
/data (full schema overview).knowledge/active.yaml to get the active dataset.knowledge/datasets/{active}/schema.mdActive Dataset: {display_name}
Connection: {type} ({database}.{schema})
Tables:
users ~50,000 rows 8 columns user_id (PK)
products 500 rows 7 columns product_id (PK)
events ~6.5M rows 9 columns event_id (PK)
sessions ~1.4M rows 8 columns session_id (PK)
orders ~30-50K rows 6 columns order_id (PK)
order_items — rows 4 columns order_id + product_id
memberships — rows 4 columns user_id
support_tickets ~20K rows 7 columns ticket_id (PK)
nps_responses ~8K rows 5 columns user_id
experiment_assignments ~20K 4 columns user_id + experiment_id
promotions 5 rows 7 columns promo_id (PK)
experiments 2 rows 8 columns experiment_id (PK)
calendar 366 rows 4 columns date (PK)
Use `/data {table}` for column details.
/data {table} (table detail).knowledge/datasets/{active}/schema.mdIf .knowledge/active.yaml has no active_dataset or the brain doesn't exist:
/connect-data to connect one, or /datasets to see available options."testing
# Skill: {{BLANK_1_SKILL_NAME}} ## Purpose {{BLANK_2_WHEN_TO_FIRE}} ## When to Use Fires automatically when the user asks Claude to do something that matches the trigger condition above. ## Instructions 1. Detect the trigger condition 2. Execute your guardrail check 3. If the check matters, print a clear, visible warning with "{{BLANK_3_SIGNATURE_PHRASE}}" as the first line 4. Continue with the analysis, incorporating the warning into the output ## Anti-Patterns - Do not fire when the condit
development
# Skill: Visualization Patterns ## Purpose Ensure every chart Claude Code produces follows high-quality design standards with named themes, consistent styling, and clear data communication. ## When to Use Apply this skill whenever generating a chart, graph, or data visualization. Always apply the active theme unless the user specifies otherwise. Default theme: `minimal`. ## Instructions ### Pre-flight: Load Learnings Before executing, check `.knowledge/learnings/index.md` for relevant entrie
development
# Skill: Triangulation / Sanity Check ## Purpose Cross-reference analytical findings against multiple data sources, external benchmarks, and common sense to catch errors before they become bad decisions. ## When to Use Apply this skill after every analysis, before presenting findings to stakeholders, and whenever a result seems surprising. If a finding would change a decision, it MUST be triangulated first. ## Instructions ### Triangulation Framework Every finding gets checked through four
data-ai
# Skill: Tracking Gap Identification ## Purpose Assess whether the data needed for an analysis actually exists, identify what's missing, and produce prioritized instrumentation requests for engineering when gaps are found. ## When to Use Apply this skill after the Data Explorer agent inventories available data, when an analysis requires data that might not exist, or when initial query results suggest incomplete tracking. Run before committing to an analysis approach. ## Instructions ### Gap