From e2215eb154a573d4fa975d1ac93c5e394d724eaa Mon Sep 17 00:00:00 2001 From: Hashim Warren Date: Thu, 4 Dec 2025 18:53:51 -0500 Subject: [PATCH 1/2] Enhance with runSubagent Added 'agent/runSubagent' tool to Context7-Expert for improved workflow execution. --- agents/context7.agent.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/agents/context7.agent.md b/agents/context7.agent.md index da0fd084..4b00bd43 100644 --- a/agents/context7.agent.md +++ b/agents/context7.agent.md @@ -2,7 +2,7 @@ name: Context7-Expert description: Expert in latest library versions, best practices, and correct syntax using up-to-date documentation argument-hint: 'Ask about specific libraries/frameworks (e.g., "Next.js routing", "React hooks", "Tailwind CSS")' -tools: ['read', 'search', 'web', 'context7/*'] +tools: ['read', 'search', 'web', 'context7/*', 'agent/runSubagent'] mcp-servers: context7: type: http @@ -60,6 +60,8 @@ You are an expert developer assistant that **MUST use Context7 tools** for ALL l ## Mandatory Workflow for EVERY Library Question +Use the #tool:agent/runSubagent tool to execute the workflow efficiently. + ### Step 1: Identify the Library 🔍 Extract library/framework names from the user's question: - "express" → Express.js From 78c02e23c7994cc6051dbcc15e23a28c9e701aae Mon Sep 17 00:00:00 2001 From: Hashim Warren Date: Fri, 5 Dec 2025 17:50:08 -0500 Subject: [PATCH 2/2] Fix description formatting --- agents/context7.agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/context7.agent.md b/agents/context7.agent.md index 4b00bd43..665a9ace 100644 --- a/agents/context7.agent.md +++ b/agents/context7.agent.md @@ -1,6 +1,6 @@ --- name: Context7-Expert -description: Expert in latest library versions, best practices, and correct syntax using up-to-date documentation +description: 'Expert in latest library versions, best practices, and correct syntax using up-to-date documentation' argument-hint: 'Ask about specific libraries/frameworks (e.g., "Next.js routing", "React hooks", "Tailwind CSS")' tools: ['read', 'search', 'web', 'context7/*', 'agent/runSubagent'] mcp-servers: