From a4235d197d1b9d9148d7ed36a6ba0b2f03c3be42 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Sat, 4 Jul 2026 10:07:39 +0000 Subject: [PATCH] feat(kyberforge): wire agent-audit into agent-author close steps ## Why The last acceptance criterion from #11: agent-author's close step should reference agent-audit so authors are prompted to validate the pair before shipping, matching the pattern skill-author uses with skill-audit. Refs: #11 Co-authored-by: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_0147vXtL5sP6vorDdqXGJJU9 --- plugins/kyberforge/skills/agent-author/SKILL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/kyberforge/skills/agent-author/SKILL.md b/plugins/kyberforge/skills/agent-author/SKILL.md index 0264d9e..9c0300d 100644 --- a/plugins/kyberforge/skills/agent-author/SKILL.md +++ b/plugins/kyberforge/skills/agent-author/SKILL.md @@ -148,6 +148,8 @@ If no research sources are in context, delete `agents/sources.md`. If the destination is inside a plugin directory, apply a **minor bump** to the `version` field in both `plugin.json` and `.claude-plugin/plugin.json` at the plugin root in the same edit pass (e.g. `1.0.4` → `1.1.0`). +Run `/agent-audit` on the created files to confirm the pair is valid before closing. + ## Improving an existing agent ### Step 1 — Verify inputs @@ -184,3 +186,5 @@ Edit any file the signals point to. Generalize the fix — find the underlying g Re-run the validation checklist from the create flow's Step 5 on any edited file. If the agent lives inside a plugin directory, apply a **patch bump** to the `version` field in both `plugin.json` and `.claude-plugin/plugin.json` at the plugin root in the same edit pass (e.g. `1.0.4` → `1.0.5`). + +Run `/agent-audit` on the edited files to confirm no regressions before closing.