-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_meta.json
More file actions
39 lines (39 loc) · 1.01 KB
/
Copy path_meta.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "myknowledge",
"displayName": "MyKnowledge",
"displayName_zh": "我的知识库",
"version": "1.4.89",
"description": "通用知识库管理 Skill,支持需求管理、项目文档、自动记录复杂任务",
"description_zh": "通用知识库管理 Skill,支持需求管理、项目文档、自动记录复杂任务",
"author": "CoderMoray",
"license": "Apache-2.0",
"category": "productivity",
"tags": [
"knowledge-base",
"knowledge-management",
"project-management",
"documentation",
"需求管理",
"知识库",
"项目管理",
"文档管理",
"笔记",
"个人知识"
],
"platforms": [
"codebuddy",
"workbuddy",
"openclaw",
"claude"
],
"homepage": "https://github.com/CoderMoray/MyKnowledge",
"repository": {
"type": "git",
"url": "https://github.com/CoderMoray/MyKnowledge.git"
},
"bugs": {
"url": "https://github.com/CoderMoray/MyKnowledge/issues"
},
"entry": "SKILL.md",
"config": "settings.yaml"
}