Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions agents/context7.agent.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
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/*']
tools: ['read', 'search', 'web', 'context7/*', 'agent/runSubagent']
mcp-servers:
context7:
type: http
Expand Down Expand Up @@ -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
Expand Down