Explore and manage Neon Postgres serverless database resources using OpenTofu/Terraform
Scanned 9/20/2026
Install to Claude Code
npx -y skills add darellchua2/opencode-config-template --skill opentofu-neon-explorer-skill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Opentofu Neon Explorer Skill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/darellchua2-opentofu-neon-explorer-skill)More formats (shields.io, HTML) on the badges page.
---
name: opentofu-neon-explorer-skill
description: Explore and manage Neon Postgres serverless database resources using OpenTofu/Terraform
license: Apache-2.0
compatibility: opencode
category: OpenTofu
---
# OpenTofu Neon Explorer
## What I do
Manage Neon serverless Postgres as code: projects, branches, endpoints, databases, roles — Neon's branch-based workflow (copy-on-write dev branches off main) is the core model.
## When to use me
Provisioning Neon projects; database branching for dev/preview environments; managing endpoints and connection strings programmatically.
## Prerequisites (house chain)
**Complete `opentofu-provider-setup-skill` first.** Neon API key via provider config (env `NEON_API_KEY`).
## House conventions
- **Provider pin**: `kislerdm/neon ~> 0.13.0`; `required_version >= 1.14` (older OpenTofu → provider version conflicts; that conflict is the #1 Common Issue)
- **Model**: `neon_project` → `neon_branch` (main is created with the project; dev branches are children) → `neon_endpoint` (compute per branch; autosuspend controls compute-hour cost) → `neon_database` / `neon_role`
- **File split**: `project.tf`, `branch.tf`, `endpoint.tf`; dev/preview branches suspended when idle
- **Docs**: registry.terraform.io/providers/kislerdm/neon/latest/docs · `tofu init` → `plan` → `apply`
> Removed 2026-09: per-resource HCL recipes, branching tutorials, Common Issues walkthroughs, full examples — provider schema knowledge; kept the pin, the project→branch→endpoint model, and the version-conflict warning.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!