mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-06 03:37:31 +08:00
feat: migrate advanced skills (github, coding-agent, context7) to clawgo
This commit is contained in:
20
skills/context7/package.json
Normal file
20
skills/context7/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "context7-cli",
|
||||
"version": "1.0.0",
|
||||
"description": "Context7 MCP CLI for querying documentation",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"query": "tsx query.ts",
|
||||
"read": "tsx read.ts",
|
||||
"explore": "tsx explore.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"mcp-client": "^1.13.1",
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.10.0",
|
||||
"tsx": "^4.6.0",
|
||||
"typescript": "^5.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user