feat: migrate advanced skills (github, coding-agent, context7) to clawgo

This commit is contained in:
DBT
2026-02-12 04:26:56 +00:00
parent 8bbefbe9ae
commit 34641a3655
6 changed files with 202 additions and 2 deletions

19
skills/context7/SKILL.md Normal file
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 sipeed/clawgo "How does the skill system work?"
```