bq-analytics-install

Installs and wires the bq-analytics SDK across server, client, and CLI environments.

5|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/johnkueh/bq-analytics --skill bq-analytics-install
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bq-analytics-install
Source: https://github.com/johnkueh/bq-analytics/tree/main/claude-skills/install
Command: npx skills add https://github.com/johnkueh/bq-analytics --skill bq-analytics-install

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Install and instrument bq-analytics in a project, automating runtime detection, provisioning, and instrumentation so analytics are ready with minimal manual setup.

Core Features & Use Cases

  • Detects runtime (e.g., Next.js on Vercel) and wires SDK routes, env vars, and identity flows.
  • Phase-driven setup: Phase 1 provisioning and wiring, Phase 2 instrumentation of auth/payments/key surfaces, Phase 3 optional feature flags via Vercel Edge Config.
  • Works across server, client, and CLI environments, enabling consistent data capture and easy re-use across projects.

Quick Start

Run the setup script to provision resources, wire route handlers, and enable instrumentation of analytics in your project.

Frequently Asked Questions about bq-analytics-install

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install and instrument analytics in a Next.js app on Vercel?

To instrument analytics in a Next.js app on Vercel, run the setup script to detect the runtime, provision resources, wire route handlers, and configure environment variables for consistent event capture.

Can I use bq-analytics with React Native or Expo clients?

Yes, you can use bq-analytics with Expo and React Native clients. The SDK setup detects the client runtime and configures identity flows and instrumentation for consistent event data capture across environments.

How does runtime detection work when setting up analytics instrumentation?

Runtime detection identifies your deployment environment, such as a Node server or Next.js on Vercel, and automatically wires the correct SDK routes, environment variables, and identity flows for accurate analytics data flow.

What is the best way to automate analytics SDK provisioning across different projects?

The best way to automate analytics SDK provisioning is using a phase-driven setup script that handles runtime detection, resource provisioning, and route wiring, ensuring easy reuse and consistent instrumentation across server, client, and CLI environments.

Do I need Vercel Edge Config to enable analytics feature flags?

You need Vercel Edge Config only for optional Phase 3 feature flags. Phase 1 provisioning and Phase 2 instrumentation of auth, payments, and key surfaces do not require Edge Config to capture analytics events.