Removing the mattpocock-skills entry is a minor catalog change under apm-workflow's marketplace policy, not a patch. Also describe Copilot support as reached through apm rather than a native Copilot CLI marketplace (ADR-0024), and rebuild marketplace.json with apm pack. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
36 lines
920 B
YAML
36 lines
920 B
YAML
name: kyberforge
|
|
version: 2.0.0
|
|
description: Skills and agents for creating, maintaining, and managing an apm plugin marketplace for Claude Code and GitHub Copilot.
|
|
author:
|
|
name: Defame1297
|
|
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/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
|
|
|
|
targets:
|
|
- claude
|
|
- copilot
|
|
- codex
|
|
|
|
# "auto" publishes the authoritative local source layout — the large
|
|
# docs/research/ tree stays as root-level passthrough content, not a primitive.
|
|
includes: auto
|
|
|
|
dependencies:
|
|
apm: []
|
|
mcp: []
|
|
devDependencies:
|
|
apm: []
|
|
scripts: {}
|