deepline-analytics

Agent skill from code.deepline.com.

Claude Code
View source ↗

What it does

  • Legacy workflow runs: Snowflake AERODB.CONVEXRAW.WORKFLOWRUNS joined to AERODB.CONVEXRAW.WORKFLOWS.
  • Tool/enrich calls: Snowflake AERODB.CONVEX.USAGEEVENTS plus Axiom vercel logs with [integrations.execute.outcome].
  • Customer database: Snowflake AERODB.CONVEX.USAGEEVENTS for customer-db usage and AERODB.CONVEXRAW.INGESTIONPLANES for table/plane inventory.
  • tablename is a semantic table name from the YAML, not the model root name and not necessarily the physical Snowflake table.
  • metrics are aggregate business definitions. Use them for reported numbers.
  • dimensions and timedimensions group the metric. Use semantic names, not raw SQL expressions.
  • facts are row-level values. They can be useful for detail extracts but are not usually the right answer for aggregate reports.

Requirements & configuration

  • 1. Confirm workspace context. If the result depends on customer setup, run deepline auth status so you know which workspace receives the query.
  • | limited: true | Returned rows were truncated by rowLimit | Say the output is limited; rerun with a higher limit if the user needs all groups |

Configuration: HOMEPATHAERO_DBPLAY_RUNSINGESTION_PLANESBA_USERBA_MEMBERUSAGE_EVENTS

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

deepline-analytics FAQ

What does the deepline-analytics skill do?

Use this skill when answering business analytics, RevOps, GTM metric, pipeline, revenue, funnel, customer, or warehouse questions with Deepline. Triggers on phrases like 'query Snowflake', 'analyze pipeline', 'total ACV', 'break down by quarter', 'use the semantic layer', 'run a semantic query', or any use of snowflake_get_semantic_layer / snowflake_run_semantic_query. Skip prospecting, enrichment, contact finding, outbound, or personalization workflows; use deepline-gtm for those. Legacy workflow runs: Snowflake AERODB.CONVEXRAW.WORKFLOWRUNS joined to AERODB.CONVEXRAW.WORKFLOWS. Tool/enrich calls: Snowflake AERODB.CONVEX.USAGEEVENTS plus Axiom vercel logs with [integrations.execute.outcome].

What does deepline-analytics require?

1. Confirm workspace context. If the result depends on customer setup, run deepline auth status so you know which workspace receives the query. | limited: true | Returned rows were truncated by rowLimit | Say the output is limited; rerun with a higher limit if the user needs all groups | Configuration keys: HOME, PATH, AERO_DB, PLAY_RUNS, INGESTION_PLANES, BA_USER, BA_MEMBER, USAGE_EVENTS.

How do I install deepline-analytics?

Run: npx -y skills add https://github.com/code.deepline.com --skill deepline-analytics --agent claude-code — the source lives at github.com/code.deepline.com.

Maintain deepline-analytics?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

deepline-analytics on getagentictools
[![deepline-analytics on getagentictools](https://getagentictools.com/badge/skills/code-deepline-com-deepline-analytics.svg)](https://getagentictools.com/skills/code-deepline-com-deepline-analytics?ref=badge)
npx agentictools info skills/code-deepline-com-deepline-analytics

The second line is the CLI lookup for this page — handy in READMEs and docs.