Change plugin name from 'hub-guide' to 'code-guide' to avoid AI interpreting it as Hub-specific. Skills now show as code-guide:skill-name. Universal best-practice, not limited to any specific project.
11 lines
405 B
JSON
11 lines
405 B
JSON
{
|
|
"name": "code-guide",
|
|
"version": "0.2.0",
|
|
"description": "Comprehensive programming best-practice guide for all situations — monorepo, standalone, all languages and frameworks",
|
|
"author": {
|
|
"name": "Asep Haryana Saputra",
|
|
"email": "asepharyana@users.noreply.github.com"
|
|
},
|
|
"keywords": ["best-practice", "clean-code", "engineering-guide", "programming-standards", "architecture"]
|
|
}
|