docs(kyberforge): add keywords/homepage/repository to plugin apm.yml

bin and kyberforge had empty keywords: [], and no plugin set homepage or
repository despite the schema supporting both and the repo having one
canonical Gitea remote -- flagged by an apm-docs-vs-repo audit following
issue #90's plugin->apm conversion.

Compiled .claude-plugin/plugin.json and .github/plugin/plugin.json were
regenerated via scripts/sync-plugin-content.sh to carry the new fields.

Refs: #90
This commit is contained in:
2026-08-13 19:03:12 +00:00
parent a873e93050
commit bff9662c52
18 changed files with 79 additions and 5 deletions

View File

@@ -8,6 +8,15 @@
"url": "https://git.dev.rkdr.net/Defame1297/"
},
"license": "MIT",
"homepage": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/bin",
"repository": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/bin",
"keywords": [
"utility",
"diagnostics",
"prototyping",
"tdd",
"research"
],
"mcpServers": {
"obsidian": {
"args": [

View File

@@ -7,5 +7,14 @@
"email": "defame1297@rkdr.net",
"url": "https://git.dev.rkdr.net/Defame1297/"
},
"license": "MIT"
"license": "MIT",
"homepage": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/bin",
"repository": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/bin",
"keywords": [
"utility",
"diagnostics",
"prototyping",
"tdd",
"research"
]
}

View File

@@ -6,7 +6,14 @@ author:
email: defame1297@rkdr.net
url: https://git.dev.rkdr.net/Defame1297/
license: MIT
keywords: []
homepage: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/bin
repository: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/bin
keywords:
- utility
- diagnostics
- prototyping
- tdd
- research
# Constrains what .apm/ may contain: instructions, skill, hybrid, or prompts
type: skill

View File

@@ -8,6 +8,8 @@
"url": "https://git.dev.rkdr.net/Defame1297/"
},
"license": "MIT",
"homepage": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/core",
"repository": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/core",
"keywords": [
"cross-cutting",
"triage",

View File

@@ -8,6 +8,8 @@
"url": "https://git.dev.rkdr.net/Defame1297/"
},
"license": "MIT",
"homepage": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/core",
"repository": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/core",
"keywords": [
"cross-cutting",
"triage",

View File

@@ -6,6 +6,8 @@ author:
email: defame1297@rkdr.net
url: https://git.dev.rkdr.net/Defame1297/
license: MIT
homepage: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/core
repository: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/core
keywords:
- cross-cutting
- triage

View File

@@ -8,6 +8,8 @@
"url": "https://git.dev.rkdr.net/Defame1297/"
},
"license": "MIT",
"homepage": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/git",
"repository": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/git",
"keywords": [
"git",
"vcs",

View File

@@ -8,6 +8,8 @@
"url": "https://git.dev.rkdr.net/Defame1297/"
},
"license": "MIT",
"homepage": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/git",
"repository": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/git",
"keywords": [
"git",
"vcs",

View File

@@ -6,6 +6,8 @@ author:
email: defame1297@rkdr.net
url: https://git.dev.rkdr.net/Defame1297/
license: MIT
homepage: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/git
repository: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/git
keywords:
- git
- vcs

View File

@@ -8,6 +8,8 @@
"url": "https://git.dev.rkdr.net/Defame1297/"
},
"license": "MIT",
"homepage": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/gitea",
"repository": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/gitea",
"keywords": [
"gitea",
"issues",

View File

@@ -8,6 +8,8 @@
"url": "https://git.dev.rkdr.net/Defame1297/"
},
"license": "MIT",
"homepage": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/gitea",
"repository": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/gitea",
"keywords": [
"gitea",
"issues",

View File

@@ -6,6 +6,8 @@ author:
email: defame1297@rkdr.net
url: https://git.dev.rkdr.net/Defame1297/
license: MIT
homepage: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/gitea
repository: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/gitea
keywords:
- gitea
- issues

View File

@@ -7,5 +7,14 @@
"email": "defame1297@rkdr.net",
"url": "https://git.dev.rkdr.net/Defame1297/"
},
"license": "MIT"
"license": "MIT",
"homepage": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/kyberforge",
"repository": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/kyberforge",
"keywords": [
"marketplace",
"plugin",
"skill-authoring",
"agent-authoring",
"apm"
]
}

View File

@@ -7,5 +7,14 @@
"email": "defame1297@rkdr.net",
"url": "https://git.dev.rkdr.net/Defame1297/"
},
"license": "MIT"
"license": "MIT",
"homepage": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/kyberforge",
"repository": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/kyberforge",
"keywords": [
"marketplace",
"plugin",
"skill-authoring",
"agent-authoring",
"apm"
]
}

View File

@@ -6,7 +6,14 @@ author:
email: defame1297@rkdr.net
url: https://git.dev.rkdr.net/Defame1297/
license: MIT
keywords: []
homepage: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/kyberforge
repository: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/kyberforge
keywords:
- marketplace
- plugin
- skill-authoring
- agent-authoring
- apm
# Constrains what .apm/ may contain: instructions, skill, hybrid, or prompts
type: hybrid

View File

@@ -8,6 +8,8 @@
"url": "https://git.dev.rkdr.net/Defame1297/"
},
"license": "MIT",
"homepage": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/lint",
"repository": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/lint",
"keywords": [
"lint",
"style",

View File

@@ -8,6 +8,8 @@
"url": "https://git.dev.rkdr.net/Defame1297/"
},
"license": "MIT",
"homepage": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/lint",
"repository": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/lint",
"keywords": [
"lint",
"style",

View File

@@ -6,6 +6,8 @@ author:
email: defame1297@rkdr.net
url: https://git.dev.rkdr.net/Defame1297/
license: MIT
homepage: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/lint
repository: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/lint
keywords:
- lint
- style