forked from github/awesome-copilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
30 lines (30 loc) · 769 Bytes
/
plugin.json
File metadata and controls
30 lines (30 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "database-data-management",
"description": "Database administration, SQL optimization, and data management tools for PostgreSQL, SQL Server, and general database development best practices.",
"version": "1.0.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"database",
"sql",
"postgresql",
"sql-server",
"dba",
"optimization",
"queries",
"data-management"
],
"agents": [
"./agents/ms-sql-dba.md",
"./agents/postgresql-dba.md"
],
"skills": [
"./skills/postgresql-code-review/",
"./skills/postgresql-optimization/",
"./skills/sql-code-review/",
"./skills/sql-optimization/"
]
}