This commit is contained in:
lpf
2026-02-20 18:23:50 +08:00
parent ed01230dc1
commit cef22a27a3
25 changed files with 216 additions and 347 deletions

View File

@@ -0,0 +1,19 @@
---
name: context7
description: Intelligent documentation search and context using context7 service.
---
# Context7
Query documentation and repositories for intelligent context.
## Usage
```bash
npx tsx /root/.clawgo/skills/context7/query.ts context <owner/repo> <query>
```
Example:
```bash
npx tsx /root/.clawgo/skills/context7/query.ts context YspCoder/clawgo "How does the skill system work?"
```