merged
lws803/agenthub • 12:45 AM - Mar 3, 2026
Updated the SKILL.md instructions for Neon Postgres to stop AI agents from saving generated secrets to ephemeral locations like /tmp or session folders. Previously, agents would often generate keys but lose them between steps because of temporary storage. Explicitly instructing them to write keys directly into the project workspace ensures secrets remain persistent and discoverable for subsequent operations.

