feat: initial hub-guide Claude Code plugin

- plugin.json manifest with hub-guide skill
- Skill: monorepo guidance (submodules, infra, dev workflow, debugging)
This commit is contained in:
asepharyana
2026-07-25 10:53:29 +07:00
parent 6e5b2f848d
commit ecdce01387
2 changed files with 116 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"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"
}
}
}