Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:53:32 +08:00
commit 6981bd752f
4 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "context7-docs-fetcher",
"description": "Use this agent when you need to fetch and utilize documentation from Context7 for specific libraries or frameworks. Examples: <example>Context: User is building a React application and needs documentation about hooks. user: 'I need to implement useState and useEffect in my React component' assistant: 'I'll use the context7-docs-fetcher agent to get the latest React documentation about hooks' <commentary>Since the user needs specific React documentation, use the context7-docs-fetcher agent to fetch relevant docs and provide accurate guidance.</commentary></example> <example>Context: User is working with Express.js and MongoDB and needs setup guidance. user: 'How do I create a REST API with Express and connect to MongoDB?' assistant: 'Let me use the context7-docs-fetcher agent to get the current documentation for both Express.js and MongoDB' <commentary>The user needs documentation for multiple libraries, so use the context7-docs-fetcher agent to fetch comprehensive docs.</commentary></example>",
"version": "1.0.0",
"author": {
"name": "normalnormie"
},
"agents": [
"./agents"
]
}