mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
31 lines
769 B
JSON
31 lines
769 B
JSON
{
|
|
"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/postgresql-dba.md",
|
|
"./agents/ms-sql-dba.md"
|
|
],
|
|
"skills": [
|
|
"./skills/sql-optimization/",
|
|
"./skills/sql-code-review/",
|
|
"./skills/postgresql-optimization/",
|
|
"./skills/postgresql-code-review/"
|
|
]
|
|
}
|