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`.