From 0c92e32038cad3cfa0f18d2f328704cd750b977f Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Sat, 20 Jun 2026 18:19:24 +0000 Subject: [PATCH] chore: remove empty kyberforge agent stubs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No agent use case defined yet — stubs contained only placeholder text. Co-Authored-By: Claude Sonnet 4.6 --- plugins/kyberforge/agents/kyberforge.agent.md | 13 ------------- plugins/kyberforge/agents/kyberforge.md | 8 -------- 2 files changed, 21 deletions(-) delete mode 100644 plugins/kyberforge/agents/kyberforge.agent.md delete mode 100644 plugins/kyberforge/agents/kyberforge.md diff --git a/plugins/kyberforge/agents/kyberforge.agent.md b/plugins/kyberforge/agents/kyberforge.agent.md deleted file mode 100644 index 8fd6640..0000000 --- a/plugins/kyberforge/agents/kyberforge.agent.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: kyberforge -description: Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace. -tools: - - read_file - - list_directory ---- - -Replace this with your agent's system prompt and instructions. - -This file is loaded by **GitHub Copilot CLI**. The `tools:` frontmatter field declares -which tools the agent can use — add or remove tools as needed. -For Claude Code, see `kyberforge.md`. diff --git a/plugins/kyberforge/agents/kyberforge.md b/plugins/kyberforge/agents/kyberforge.md deleted file mode 100644 index 9bdc572..0000000 --- a/plugins/kyberforge/agents/kyberforge.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: kyberforge -description: Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace. ---- - -Replace this with your agent's system prompt and instructions. - -This file is loaded by **Claude Code**. For GitHub Copilot CLI, see `kyberforge.agent.md`.