- plugin.json manifest with hub-guide skill - Skill: monorepo guidance (submodules, infra, dev workflow, debugging)
13 lines
378 B
JSON
13 lines
378 B
JSON
{
|
|
"name": "hub-guide",
|
|
"version": "0.1.0",
|
|
"description": "Guidance and reference for the Asepharyana Hub monorepo",
|
|
"author": "Asep Haryana Saputra",
|
|
"skills": {
|
|
"hub-guide": {
|
|
"name": "hub-guide",
|
|
"description": "Guides you through the Asepharyana Hub monorepo: architecture, submodules, infra stack, CI/CD, and how to add a new service"
|
|
}
|
|
}
|
|
}
|