← スキル一覧に戻る

neon-database-manager
by Verridian-ai
⭐ 1🍴 0📅 2026年1月14日
SKILL.md
name: Neon Database Manager description: Tool for managing Neon Postgres databases. Use for listing projects, inspecting schema, and running queries.
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.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です