Keep Postgres fast under load and inside Neon's free tier. Use when choosing a connection string, worrying about "the DB crashes at load", deciding a session strategy, or trying to stay under Neon's free limits (storage / compute-hours). Corrects the common mistake of reaching for postgresql.conf / PgTune — most of that does not apply on Neon.
$npx -y skills add lonormaly/builders-stack --skill run-lean-on-neonInstalls into the current project.
Run `npx skills use "https://github.com/lonormaly/builders-stack" --skill "lonormaly/builders-stack/run-lean-on-neon"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lonormaly/builders-stack" that are relevant to the current task. Run `npx skills add "https://github.com/lonormaly/builders-stack"` and select the relevant skills, then follow their instructions.