From 6a5df27506a59106f1c335a47bc456e92819d579 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Sun, 28 Jun 2026 11:19:25 +0000 Subject: [PATCH] docs(kyberforge): add plugin-author and marketplace-author to skills tables Both skills exist on disk but were missing from the plugin README and the skills/ directory README. Adding them so the listings stay consistent with the actual skill set. Co-authored-by: Claude Sonnet 4.6 --- plugins/kyberforge/README.md | 2 ++ plugins/kyberforge/skills/README.md | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/plugins/kyberforge/README.md b/plugins/kyberforge/README.md index dee5db2..3c21dc1 100644 --- a/plugins/kyberforge/README.md +++ b/plugins/kyberforge/README.md @@ -46,6 +46,8 @@ copilot plugin install ./plugins/kyberforge | `agent-author` | Author an agent definition file | | `pc-author` | Create, add, remove, and configure `.pre-commit-config.yaml` | | `pc-run` | Install, run, autoupdate, and maintain the pre-commit setup | +| `plugin-author` | Create, update, and release plugin scaffolds for the holocron marketplace | +| `marketplace-author` | Add, remove, and update plugin entries in the holocron marketplace manifest | ## Author diff --git a/plugins/kyberforge/skills/README.md b/plugins/kyberforge/skills/README.md index de20c73..7900b42 100644 --- a/plugins/kyberforge/skills/README.md +++ b/plugins/kyberforge/skills/README.md @@ -17,3 +17,15 @@ skills/ To create or improve a skill, run `/skill-author` in a Claude Code session. To review a skill without modifying it, run `/skill-audit`. Do not write SKILL.md by hand without following the authoring standard — trigger descriptions and body discipline are required. + +## Skills + +| Skill | Description | +|---|---| +| `skill-author` | Create or improve a skill from scratch, audit findings, or inline feedback | +| `skill-audit` | Audit a skill directory against the agentskills.io spec and produce a findings report | +| `agent-author` | Author an agent definition file | +| `pc-author` | Create, add, remove, and configure `.pre-commit-config.yaml` | +| `pc-run` | Install, run, autoupdate, and maintain the pre-commit setup | +| `plugin-author` | Create, update, and release plugin scaffolds for the holocron marketplace | +| `marketplace-author` | Add, remove, and update plugin entries in the holocron marketplace manifest |