Domains
Forms
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When a user needs to store/serve files that must branch with their Neon Postgres database, or wants S3-compatible storage without a second provider.
neon.ts under preview.bucketsneon deploy / neon config applyneon env pullA working branch-aware S3 bucket, upload/download flow, and synced file+row environments across dev/preview/prod.
Use Cases
A team builds a preview branch for a new feature that generates user avatars. Using this skill, they declare an `images` bucket in `neon.ts`, run `neon deploy`, and use the Files SDK to upload avatars. The branch inherits parent data copy-on-write; QA tests without risk to production. Value: isolated, consistent preview with files+rows.
A developer on Neon wants backups of generated reports alongside DB rows. They use `neon bucket object put` via CLI and store bucket keys in Postgres. On read, a presigned URL is returned. Forking a branch snapshots both. Value: one credential, branch-consistent files and rows, no separate S3 account.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File