Installable skills for coding agents that work with SourceMedium BigQuery data.
Copy this prompt and give it to your coding agent:
Install the SourceMedium BigQuery analyst skill and help me verify my setup:
1. Run: npx skills add source-medium/skills --skill sm-bigquery-analyst
2. Run the setup verification commands from the skill
3. Confirm my BigQuery access is working
My BigQuery project ID is: [YOUR_PROJECT_ID]
npx skills add source-medium/skills --skill sm-bigquery-analyst| Skill | Description |
|---|---|
sm-bigquery-analyst |
Query SourceMedium BigQuery safely. Emits SQL receipts. SELECT-only, cost-guarded. |
Ask your coding agent questions like:
What was my revenue by channel last month?
Show me new customer acquisition by source over the past 30 days
What's my customer LTV by cohort?
Your agent will verify access, generate SQL, and return an auditable "SQL receipt".