feat(kyberforge): execute the plugin→APM conversion #95

Merged
Defame1297 merged 49 commits from feat/90-execute-apm-conversion into main 2026-08-14 14:32:36 +00:00
10 changed files with 153 additions and 153 deletions
Showing only changes of commit bb9158da22 - Show all commits

View File

@@ -1,95 +1,95 @@
{ {
"name": "holocron",
"interface": { "interface": {
"displayName": "holocron" "displayName": "holocron"
}, },
"name": "holocron",
"plugins": [ "plugins": [
{ {
"category": "Developer Tools",
"name": "kyberforge", "name": "kyberforge",
"policy": {
"authentication": "ON_INSTALL",
"installation": "AVAILABLE"
},
"source": { "source": {
"path": "./plugins/kyberforge", "source": "local",
"source": "local" "path": "./plugins/kyberforge"
} },
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Developer Tools"
}, },
{ {
"category": "Utilities",
"name": "bin", "name": "bin",
"policy": {
"authentication": "ON_INSTALL",
"installation": "AVAILABLE"
},
"source": { "source": {
"path": "./plugins/bin", "source": "local",
"source": "local" "path": "./plugins/bin"
} },
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Utilities"
}, },
{ {
"category": "Version Control",
"name": "git", "name": "git",
"policy": {
"authentication": "ON_INSTALL",
"installation": "AVAILABLE"
},
"source": { "source": {
"path": "./plugins/git", "source": "local",
"source": "local" "path": "./plugins/git"
} },
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Version Control"
}, },
{ {
"category": "Version Control",
"name": "gitea", "name": "gitea",
"policy": {
"authentication": "ON_INSTALL",
"installation": "AVAILABLE"
},
"source": { "source": {
"path": "./plugins/gitea", "source": "local",
"source": "local" "path": "./plugins/gitea"
} },
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Version Control"
}, },
{ {
"category": "Productivity",
"name": "core", "name": "core",
"policy": {
"authentication": "ON_INSTALL",
"installation": "AVAILABLE"
},
"source": { "source": {
"path": "./plugins/core", "source": "local",
"source": "local" "path": "./plugins/core"
} },
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
}, },
{ {
"category": "Productivity",
"name": "mattpocock-skills", "name": "mattpocock-skills",
"policy": {
"authentication": "ON_INSTALL",
"installation": "AVAILABLE"
},
"source": { "source": {
"source": "url",
"url": "mattpocock/skills",
"ref": "v1.2.3", "ref": "v1.2.3",
"sha": "835450ef244ab7335f75d95b83e7d979eae22a6d", "sha": "835450ef244ab7335f75d95b83e7d979eae22a6d",
"source": "url", "tag_pattern": "v{version}"
"tag_pattern": "v{version}", },
"url": "mattpocock/skills" "policy": {
} "installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
}, },
{ {
"category": "Developer Tools",
"name": "lint", "name": "lint",
"policy": {
"authentication": "ON_INSTALL",
"installation": "AVAILABLE"
},
"source": { "source": {
"path": "./plugins/lint", "source": "local",
"source": "local" "path": "./plugins/lint"
} },
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Developer Tools"
} }
] ]
} }

View File

@@ -1,65 +1,65 @@
{ {
"description": "AI development skills for Claude Code and GitHub Copilot CLI \u2014 factory, design, implement, review, and cross-cutting workflows.",
"name": "holocron", "name": "holocron",
"description": "AI development skills for Claude Code and GitHub Copilot CLI — factory, design, implement, review, and cross-cutting workflows.",
"version": "0.3.3",
"owner": { "owner": {
"name": "Defame1297", "name": "Defame1297",
"url": "https://git.dev.rkdr.net/Defame1297/" "url": "https://git.dev.rkdr.net/Defame1297/"
}, },
"plugins": [ "plugins": [
{ {
"category": "Developer Tools",
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
"name": "kyberforge", "name": "kyberforge",
"source": "./plugins/kyberforge", "description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
"version": "1.4.0" "version": "1.4.1",
"category": "Developer Tools",
"source": "./plugins/kyberforge"
}, },
{ {
"category": "Utilities",
"description": "A place for things to be binned",
"name": "bin", "name": "bin",
"source": "./plugins/bin", "description": "A place for things to be binned",
"version": "1.1.1" "version": "1.1.1",
"category": "Utilities",
"source": "./plugins/bin"
}, },
{ {
"category": "Version Control",
"description": "Skills for working with Git \u2014 conventional commits, branch management, pull requests, and feature flow.",
"name": "git", "name": "git",
"source": "./plugins/git", "description": "Skills for working with Git — conventional commits, branch management, pull requests, and feature flow.",
"version": "1.3.2" "version": "1.3.2",
},
{
"category": "Version Control", "category": "Version Control",
"description": "Skills for managing Gitea repositories \u2014 issues, pull requests, milestones, releases, and wikis.", "source": "./plugins/git"
},
{
"name": "gitea", "name": "gitea",
"source": "./plugins/gitea", "description": "Skills for managing Gitea repositories — issues, pull requests, milestones, releases, and wikis.",
"version": "1.3.3" "version": "1.3.3",
"category": "Version Control",
"source": "./plugins/gitea"
}, },
{ {
"category": "Productivity",
"description": "Cross-cutting utility skills for everyday AI-assisted coding \u2014 triage, diagnosis, architecture review, and session navigation.",
"name": "core", "name": "core",
"source": "./plugins/core", "description": "Skills for authoring and auditing a repo's AGENTS.md and the provider adapter files that defer to it.",
"version": "1.1.0" "version": "1.1.1",
"category": "Productivity",
"source": "./plugins/core"
}, },
{ {
"category": "Productivity",
"description": "Skills for Real Engineers \u2014 planning, TDD, architecture, and debugging workflows from Matt Pocock's .claude directory.",
"name": "mattpocock-skills", "name": "mattpocock-skills",
"description": "Skills for Real Engineers — planning, TDD, architecture, and debugging workflows from Matt Pocock's .claude directory.",
"category": "Productivity",
"source": { "source": {
"ref": "v1.2.3",
"repo": "mattpocock/skills",
"sha": "835450ef244ab7335f75d95b83e7d979eae22a6d",
"source": "github", "source": "github",
"repo": "mattpocock/skills",
"ref": "v1.2.3",
"sha": "835450ef244ab7335f75d95b83e7d979eae22a6d",
"tag_pattern": "v{version}" "tag_pattern": "v{version}"
} }
}, },
{ {
"category": "Developer Tools",
"description": "Skills and agents for configuring and running linters.",
"name": "lint", "name": "lint",
"source": "./plugins/lint", "description": "Skills and agents for configuring and running linters.",
"version": "1.1.5" "version": "1.1.5",
"category": "Developer Tools",
"source": "./plugins/lint"
} }
], ]
"version": "0.3.2"
} }

View File

@@ -1,65 +1,65 @@
{ {
"description": "AI development skills for Claude Code and GitHub Copilot CLI \u2014 factory, design, implement, review, and cross-cutting workflows.",
"name": "holocron", "name": "holocron",
"description": "AI development skills for Claude Code and GitHub Copilot CLI — factory, design, implement, review, and cross-cutting workflows.",
"version": "0.3.3",
"owner": { "owner": {
"name": "Defame1297", "name": "Defame1297",
"url": "https://git.dev.rkdr.net/Defame1297/" "url": "https://git.dev.rkdr.net/Defame1297/"
}, },
"plugins": [ "plugins": [
{ {
"category": "Developer Tools",
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
"name": "kyberforge", "name": "kyberforge",
"source": "./plugins/kyberforge", "description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
"version": "1.4.0" "version": "1.4.1",
"category": "Developer Tools",
"source": "./plugins/kyberforge"
}, },
{ {
"category": "Utilities",
"description": "A place for things to be binned",
"name": "bin", "name": "bin",
"source": "./plugins/bin", "description": "A place for things to be binned",
"version": "1.1.1" "version": "1.1.1",
"category": "Utilities",
"source": "./plugins/bin"
}, },
{ {
"category": "Version Control",
"description": "Skills for working with Git \u2014 conventional commits, branch management, pull requests, and feature flow.",
"name": "git", "name": "git",
"source": "./plugins/git", "description": "Skills for working with Git — conventional commits, branch management, pull requests, and feature flow.",
"version": "1.3.2" "version": "1.3.2",
},
{
"category": "Version Control", "category": "Version Control",
"description": "Skills for managing Gitea repositories \u2014 issues, pull requests, milestones, releases, and wikis.", "source": "./plugins/git"
},
{
"name": "gitea", "name": "gitea",
"source": "./plugins/gitea", "description": "Skills for managing Gitea repositories — issues, pull requests, milestones, releases, and wikis.",
"version": "1.3.3" "version": "1.3.3",
"category": "Version Control",
"source": "./plugins/gitea"
}, },
{ {
"category": "Productivity",
"description": "Cross-cutting utility skills for everyday AI-assisted coding \u2014 triage, diagnosis, architecture review, and session navigation.",
"name": "core", "name": "core",
"source": "./plugins/core", "description": "Skills for authoring and auditing a repo's AGENTS.md and the provider adapter files that defer to it.",
"version": "1.1.0" "version": "1.1.1",
"category": "Productivity",
"source": "./plugins/core"
}, },
{ {
"category": "Productivity",
"description": "Skills for Real Engineers \u2014 planning, TDD, architecture, and debugging workflows from Matt Pocock's .claude directory.",
"name": "mattpocock-skills", "name": "mattpocock-skills",
"description": "Skills for Real Engineers — planning, TDD, architecture, and debugging workflows from Matt Pocock's .claude directory.",
"category": "Productivity",
"source": { "source": {
"ref": "v1.2.3",
"repo": "mattpocock/skills",
"sha": "835450ef244ab7335f75d95b83e7d979eae22a6d",
"source": "github", "source": "github",
"repo": "mattpocock/skills",
"ref": "v1.2.3",
"sha": "835450ef244ab7335f75d95b83e7d979eae22a6d",
"tag_pattern": "v{version}" "tag_pattern": "v{version}"
} }
}, },
{ {
"category": "Developer Tools",
"description": "Skills and agents for configuring and running linters.",
"name": "lint", "name": "lint",
"source": "./plugins/lint", "description": "Skills and agents for configuring and running linters.",
"version": "1.1.5" "version": "1.1.5",
"category": "Developer Tools",
"source": "./plugins/lint"
} }
], ]
"version": "0.3.2"
} }

10
apm.yml
View File

@@ -1,5 +1,5 @@
name: holocron name: holocron
version: 0.3.2 version: 0.3.3
description: AI development skills for Claude Code and GitHub Copilot CLI — factory, design, implement, review, and cross-cutting workflows. description: AI development skills for Claude Code and GitHub Copilot CLI — factory, design, implement, review, and cross-cutting workflows.
license: MIT license: MIT
marketplace: marketplace:
@@ -8,7 +8,7 @@ marketplace:
# top-level apm.yml description:/version: above are NOT inherited into the # top-level apm.yml description:/version: above are NOT inherited into the
# compiled output despite being used elsewhere (e.g. by `apm audit`). # compiled output despite being used elsewhere (e.g. by `apm audit`).
description: AI development skills for Claude Code and GitHub Copilot CLI — factory, design, implement, review, and cross-cutting workflows. description: AI development skills for Claude Code and GitHub Copilot CLI — factory, design, implement, review, and cross-cutting workflows.
version: 0.3.2 version: 0.3.3
owner: owner:
name: Defame1297 name: Defame1297
url: https://git.dev.rkdr.net/Defame1297/ url: https://git.dev.rkdr.net/Defame1297/
@@ -34,7 +34,7 @@ marketplace:
- name: kyberforge - name: kyberforge
description: Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace. description: Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.
source: ./plugins/kyberforge source: ./plugins/kyberforge
version: 1.4.0 version: 1.4.1
category: Developer Tools category: Developer Tools
- name: bin - name: bin
@@ -56,9 +56,9 @@ marketplace:
category: Version Control category: Version Control
- name: core - name: core
description: Cross-cutting utility skills for everyday AI-assisted coding — triage, diagnosis, architecture review, and session navigation. description: Skills for authoring and auditing a repo's AGENTS.md and the provider adapter files that defer to it.
source: ./plugins/core source: ./plugins/core
version: 1.1.0 version: 1.1.1
category: Productivity category: Productivity
- name: mattpocock-skills - name: mattpocock-skills

View File

@@ -1,7 +1,7 @@
{ {
"name": "core", "name": "core",
"version": "1.1.0", "version": "1.1.1",
"description": "Cross-cutting utility skills for everyday AI-assisted coding \u2014 triage, diagnosis, architecture review, and session navigation.", "description": "Skills for authoring and auditing a repo's AGENTS.md and the provider adapter files that defer to it.",
"author": { "author": {
"name": "Defame1297", "name": "Defame1297",
"email": "defame1297@rkdr.net", "email": "defame1297@rkdr.net",
@@ -11,10 +11,10 @@
"homepage": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/core", "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", "repository": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/core",
"keywords": [ "keywords": [
"cross-cutting", "agents-md",
"triage", "documentation",
"diagnose", "audit",
"architecture", "provider-adapter",
"debug" "governance"
] ]
} }

View File

@@ -1,7 +1,7 @@
{ {
"name": "core", "name": "core",
"version": "1.1.0", "version": "1.1.1",
"description": "Cross-cutting utility skills for everyday AI-assisted coding \u2014 triage, diagnosis, architecture review, and session navigation.", "description": "Skills for authoring and auditing a repo's AGENTS.md and the provider adapter files that defer to it.",
"author": { "author": {
"name": "Defame1297", "name": "Defame1297",
"email": "defame1297@rkdr.net", "email": "defame1297@rkdr.net",
@@ -11,10 +11,10 @@
"homepage": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/core", "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", "repository": "https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/core",
"keywords": [ "keywords": [
"cross-cutting", "agents-md",
"triage", "documentation",
"diagnose", "audit",
"architecture", "provider-adapter",
"debug" "governance"
] ]
} }

View File

@@ -1,6 +1,6 @@
name: core name: core
version: 1.1.0 version: 1.1.1
description: Cross-cutting utility skills for everyday AI-assisted coding — triage, diagnosis, architecture review, and session navigation. description: Skills for authoring and auditing a repo's AGENTS.md and the provider adapter files that defer to it.
author: author:
name: Defame1297 name: Defame1297
email: defame1297@rkdr.net email: defame1297@rkdr.net
@@ -9,11 +9,11 @@ license: MIT
homepage: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/core 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 repository: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/core
keywords: keywords:
- cross-cutting - agents-md
- triage - documentation
- diagnose - audit
- architecture - provider-adapter
- debug - governance
# Constrains what .apm/ may contain: instructions, skill, hybrid, or prompts # Constrains what .apm/ may contain: instructions, skill, hybrid, or prompts
type: skill type: skill

View File

@@ -1,6 +1,6 @@
{ {
"name": "kyberforge", "name": "kyberforge",
"version": "1.4.0", "version": "1.4.1",
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.", "description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
"author": { "author": {
"name": "Defame1297", "name": "Defame1297",

View File

@@ -1,6 +1,6 @@
{ {
"name": "kyberforge", "name": "kyberforge",
"version": "1.4.0", "version": "1.4.1",
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.", "description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
"author": { "author": {
"name": "Defame1297", "name": "Defame1297",

View File

@@ -1,5 +1,5 @@
name: kyberforge name: kyberforge
version: 1.4.0 version: 1.4.1
description: Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace. description: Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.
author: author:
name: Defame1297 name: Defame1297