Files
asepharyana-hub-guide/plugin.json
T
asepharyana ecdce01387 feat: initial hub-guide Claude Code plugin
- plugin.json manifest with hub-guide skill
- Skill: monorepo guidance (submodules, infra, dev workflow, debugging)
2026-07-25 10:53:29 +07:00

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"
}
}
}