Agent skill
Neon Database Manager
Tool for managing Neon Postgres databases. Use for listing projects, inspecting schema, and running queries.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/neon-manager-verridian-ai-life-os-pulse-banner
SKILL.md
Neon Database Manager Skill
This skill grants access to the neon MCP tools. Use this to manage your Serverless Postgres instances.
When to use
- Inspecting Neon projects and branches.
- Querying tables in a Neon database.
- Checking database schema.
Available Tools (Context Loaded)
The following tools are available via the neon MCP server:
Management
mcp__neon__list_projects: View available Neon projects.
Inspection & Querying
mcp__neon__get_database_tables: List tables in a specific branch/database.mcp__neon__run_sql: Execute SQL queries against the database.
Best Practices
- Read-Only First: Prefer
run_sqlfor SELECT statements. Be cautious with data modification. - Schema Awareness: Use
get_database_tablesbefore constructing complex queries to ensure column names are correct.
Example Workflow
- User: "Check the users table in the dev branch."
- Agent: Calls
list_projectsto find the project ID. - Agent: Calls
get_database_tablesto verify the table exists. - Agent: Calls
run_sqlto select data.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?