mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-17 23:57:30 +08:00
feat: migrate advanced skills (github, coding-agent, context7) to clawgo
This commit is contained in:
19
skills/context7/SKILL.md
Normal file
19
skills/context7/SKILL.md
Normal 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 sipeed/clawgo "How does the skill system work?"
|
||||
```
|
||||
Reference in New Issue
Block a user