amplitude-setup

Automate Amplitude setup by orchestrating the Wizard agent contract and generating artifacts.

28|Updated Dec 5, 2025
One-click install
npx skills add https://github.com/amplitude/wizard --skill amplitude-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amplitude-setup
Source: https://github.com/amplitude/wizard/tree/main/.claude/skills/amplitude-setup
Command: npx skills add https://github.com/amplitude/wizard --skill amplitude-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Amplitude Wizard agent setup streamlines installing analytics, instrumenting events, and configuring the SDK in a codebase by strictly following the NDJSON contract and surfacing explicit user confirmations before changes.

Core Features & Use Cases

  • Orchestrates the Wizard agent contract to instrument analytics across frameworks and environments.
  • Enforces non-destructive setup with explicit user confirmations and artifact generation.
  • Supports preflight, plan, apply, and setup_complete capture for subsequent MCP queries and dashboards.

Quick Start

Drive the Wizard to set up Amplitude analytics in a codebase, following the agent contract and surfacing the setup_complete artifacts.

Frequently Asked Questions about amplitude-setup

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

FAQPage Schema
How do I automate Amplitude analytics setup and event instrumentation in my codebase?

You can automate Amplitude analytics setup by orchestrating the Wizard agent contract, which guides SDK configuration, event instrumentation, and artifact generation across multiple frameworks while enforcing non-destructive changes with explicit user confirmations.

What is the NDJSON streaming contract used for automating Amplitude SDK setup?

The NDJSON streaming contract structures non-interactive planning and execution outputs during Amplitude setup, capturing preflight, plan, apply, and setup_complete phases to enable automated agent-driven instrumentation without destructive code modifications.

Can I use the Amplitude Wizard agent to instrument analytics across both frontend and backend projects?

Yes, the Amplitude Wizard agent supports instrumenting analytics across both frontend and backend projects by detecting frameworks, guiding event instrumentation, and verifying the setup before walking through your first chart.

How do I capture and pin the amplitude.appId after completing an agent-driven analytics setup?

After setup completion, the agent pins the amplitude.appId from the setup_complete capture phase, storing this artifact to enable subsequent MCP queries, dashboard configurations, and follow-on analytics analyses.

Does automated Amplitude instrumentation require explicit user confirmation before applying codebase changes?

Yes, automated Amplitude instrumentation enforces non-destructive setup by surfacing explicit user confirmations during the plan and apply phases, ensuring all SDK configuration and event tracking changes are approved before modification.