From 71d0edeedad84e0260fa40cb18b556fcbb30ea56 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Sat, 27 Jun 2026 22:37:37 +0000 Subject: [PATCH] docs(kyberforge): add skills table to README Lists all five skills (skill-author, skill-audit, agent-author, pc-author, pc-run) so the plugin README is self-documenting after the pc-author and pc-run additions. Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01P87CiC58Ru2PPWYTeXtjHT --- plugins/kyberforge/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugins/kyberforge/README.md b/plugins/kyberforge/README.md index 05e3ce2..dee5db2 100644 --- a/plugins/kyberforge/README.md +++ b/plugins/kyberforge/README.md @@ -37,6 +37,16 @@ copilot plugin install ./plugins/kyberforge | Hooks | `hooks/hooks.json` (Claude) / `hooks.json` (Copilot) | Event-triggered automation | | MCP servers | `.mcp.json` | Model Context Protocol server definitions | +## 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 | + ## Author Defame1297