provisioning-db

Provision Neon databases and configure Infisical secrets for deployment environments.

11|3|Updated Aug 31, 2025
One-click install
npx skills add https://github.com/tonehq/tone --skill provisioning-db
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: provisioning-db
Source: https://github.com/tonehq/tone/tree/main/.claude/skills/provisioning-db
Command: npx skills add https://github.com/tonehq/tone --skill provisioning-db

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provision Neon databases and Infisical secrets for deployment environments automatically, reducing manual setup time and configuration drift.

Core Features & Use Cases

  • Automates Neon database provisioning via neonctl with org, project, environment selection and region defaults.
  • Automates Infisical secret management, including domain discovery, JWT-backed API calls, and environment-scoped secrets.
  • Use Case: When standing up a new deployment for a product, run provisioning-db to create the database, configure secrets, and emit a summary for quick deployment.

Quick Start

Run provisioning-db to create a Neon database and configure Infisical secrets for a new deployment environment.

Frequently Asked Questions about provisioning-db

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

FAQPage Schema
How do I automate Neon database provisioning for new deployment environments?▼

Automate Neon database provisioning by using neonctl to create organizations, projects, and environments with default regions. It coordinates the full provisioning lifecycle and outputs a summary for quick deployment.

How does Infisical secret management work for multi-tenant deployments?▼

Infisical secret management for multi-tenant deployments uses domain discovery and JWT-authenticated API calls to configure environment-scoped secrets. This reduces manual setup time and prevents configuration drift across environments.

Can I use provisioning-db to set up both databases and secrets for a new product deployment?▼

Yes, you can use it to set up databases and secrets for new product deployments. It coordinates Neon database creation and Infisical secret configuration, then emits a summary to guide you through the full provisioning lifecycle.

Do I need neonctl CLI to provision Neon databases and Infisical secrets?▼

Yes, neonctl CLI is required to provision Neon databases. The workflow enforces CLI-based commands alongside JWT-authenticated API calls to manage Infisical secrets and environment setup across multi-tenant deployments.

What's the best way to prevent configuration drift when standing up multiple deployment environments?▼

The best way to prevent configuration drift is automating provisioning via CLI-based workflows. By coordinating Neon project creation and Infisical environment-scoped secrets, it ensures consistent database and secret setup across deployments.