influxdb3-test-setup

Installation
SKILL.md

InfluxDB 3 Test Setup Skill

Purpose

This skill guides agents through setting up InfluxDB 3 Core and Enterprise instances for testing documentation code blocks. It covers service initialization, creating worktree-specific databases for test isolation, and configuring the test environment.

Architecture Overview

~/influxdata-docs/.influxdb3/          # Shared across all worktrees
├── enterprise/
│   ├── .env                           # License email (INFLUXDB3_ENTERPRISE_LICENSE_EMAIL)
│   └── data/                          # Enterprise data (persists license)
└── plugins/                           # Shared plugins
Installs
1
GitHub Stars
80
First Seen
Jul 25, 2026
influxdb3-test-setup — influxdata/docs-v2