添加 SKILL.md 文件,将 getskills 工具转换为标准技能格式 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
14 lines
288 B
JSON
14 lines
288 B
JSON
{
|
|
"name": "@workskills/getskill",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"description": "search skills",
|
|
"author": "你的名字",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"关键词"
|
|
],
|
|
"files": [
|
|
"index.js"
|
|
] // 明确要发布的文件
|
|
} |