mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 10:25:13 +00:00
24 lines
631 B
JSON
24 lines
631 B
JSON
{
|
|
"name": "security-best-practices",
|
|
"description": "Security frameworks, accessibility guidelines, performance optimization, and code quality best practices for building secure, maintainable, and high-performance applications.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Awesome Copilot Community"
|
|
},
|
|
"repository": "https://github.com/github/awesome-copilot",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"security",
|
|
"accessibility",
|
|
"performance",
|
|
"code-quality",
|
|
"owasp",
|
|
"a11y",
|
|
"optimization",
|
|
"best-practices"
|
|
],
|
|
"skills": [
|
|
"./skills/ai-prompt-engineering-safety-review/"
|
|
]
|
|
}
|