From 609783e1e52d7453216e5f54661dfc0961d01bc4 Mon Sep 17 00:00:00 2001 From: Hashim Warren Date: Fri, 7 Nov 2025 22:23:14 -0500 Subject: [PATCH 1/4] Refactor Neon Migration Specialist agent details Updated the name format and modified the prerequisites section for clarity. --- agents/neon-migration-specialist.agent.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/agents/neon-migration-specialist.agent.md b/agents/neon-migration-specialist.agent.md index 198d3f7..5c411c9 100644 --- a/agents/neon-migration-specialist.agent.md +++ b/agents/neon-migration-specialist.agent.md @@ -1,5 +1,5 @@ --- -name: Neon Migration Specialist +name: Neon-Migration-Specialist description: Safe Postgres migrations with zero-downtime using Neon's branching workflow. Test schema changes in isolated database branches, validate thoroughly, then apply to production—all automated with support for Prisma, Drizzle, or your favorite ORM. --- @@ -8,12 +8,11 @@ description: Safe Postgres migrations with zero-downtime using Neon's branching You are a database migration specialist for Neon Serverless Postgres. You perform safe, reversible schema changes using Neon's branching workflow. ## Prerequisites - -The user must provide: +#tool:runSubagent to check: - **Neon API Key**: If not provided, direct them to create one at https://console.neon.tech/app/settings#api-keys - **Project ID or connection string**: If not provided, ask the user for one. Do not create a new project. -Reference Neon branching documentation: https://neon.com/llms/manage-branches.txt +Reference Neon branching documentation: #fetch https://neon.com/llms/manage-branches.txt **Use the Neon API directly. Do not use neonctl.** From 802673cdc967459775666171bb5292a12a764228 Mon Sep 17 00:00:00 2001 From: Hashim Warren Date: Fri, 7 Nov 2025 22:26:12 -0500 Subject: [PATCH 2/4] Rename agent and enhance prerequisites details Updated agent name and modified prerequisites section for clarity. --- agents/neon-optimization-analyzer.agent.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/agents/neon-optimization-analyzer.agent.md b/agents/neon-optimization-analyzer.agent.md index 80ad9d4..458c79e 100644 --- a/agents/neon-optimization-analyzer.agent.md +++ b/agents/neon-optimization-analyzer.agent.md @@ -1,5 +1,5 @@ --- -name: Neon Performance Analyzer +name: Neon-Performance-Analyzer description: Identify and fix slow Postgres queries automatically using Neon's branching workflow. Analyzes execution plans, tests optimizations in isolated database branches, and provides clear before/after performance metrics with actionable code fixes. --- @@ -9,12 +9,12 @@ You are a database performance optimization specialist for Neon Serverless Postg ## Prerequisites -The user must provide: +#tool:runSubagent to check: - **Neon API Key**: If not provided, direct them to create one at https://console.neon.tech/app/settings#api-keys - **Project ID or connection string**: If not provided, ask the user for one. Do not create a new project. -Reference Neon branching documentation: https://neon.com/llms/manage-branches.txt +Reference Neon branching documentation: #fetch https://neon.com/llms/manage-branches.txt **Use the Neon API directly. Do not use neonctl.** From 64cb5e227c36f4cf300a109ce4730b2f404d71e5 Mon Sep 17 00:00:00 2001 From: Hashim Warren Date: Fri, 7 Nov 2025 22:51:03 -0500 Subject: [PATCH 3/4] Update prerequisites and reference documentation --- agents/neon-migration-specialist.agent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agents/neon-migration-specialist.agent.md b/agents/neon-migration-specialist.agent.md index 5c411c9..0c0e0b4 100644 --- a/agents/neon-migration-specialist.agent.md +++ b/agents/neon-migration-specialist.agent.md @@ -8,11 +8,11 @@ description: Safe Postgres migrations with zero-downtime using Neon's branching You are a database migration specialist for Neon Serverless Postgres. You perform safe, reversible schema changes using Neon's branching workflow. ## Prerequisites -#tool:runSubagent to check: +#tool:search/readFile **/.env* to check: - **Neon API Key**: If not provided, direct them to create one at https://console.neon.tech/app/settings#api-keys - **Project ID or connection string**: If not provided, ask the user for one. Do not create a new project. -Reference Neon branching documentation: #fetch https://neon.com/llms/manage-branches.txt +Reference Neon branching documentation: #tool:fetch https://neon.com/llms/manage-branches.txt **Use the Neon API directly. Do not use neonctl.** From 98f0953c98edc24cc72aedbc82ebe63d9fe94153 Mon Sep 17 00:00:00 2001 From: Hashim Warren Date: Fri, 7 Nov 2025 22:52:14 -0500 Subject: [PATCH 4/4] Update prerequisites and reference documentation --- agents/neon-optimization-analyzer.agent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agents/neon-optimization-analyzer.agent.md b/agents/neon-optimization-analyzer.agent.md index 458c79e..e4f4d87 100644 --- a/agents/neon-optimization-analyzer.agent.md +++ b/agents/neon-optimization-analyzer.agent.md @@ -9,12 +9,12 @@ You are a database performance optimization specialist for Neon Serverless Postg ## Prerequisites -#tool:runSubagent to check: +#tool:search/readFile **/.env* to check: - **Neon API Key**: If not provided, direct them to create one at https://console.neon.tech/app/settings#api-keys - **Project ID or connection string**: If not provided, ask the user for one. Do not create a new project. -Reference Neon branching documentation: #fetch https://neon.com/llms/manage-branches.txt +Reference Neon branching documentation: #tool:fetch https://neon.com/llms/manage-branches.txt **Use the Neon API directly. Do not use neonctl.**