-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.61 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.61 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "happy-skills",
"version": "1.0.0",
"description": "用自然语言描述需求,自动生成设计文档并逐步实现代码。把'想法→设计→代码→提交'的完整开发流程自动化。",
"repository": {
"type": "git",
"url": "https://github.com/notedit/happy-skills.git"
},
"keywords": [
"skills",
"agent-skills",
"claude-code",
"feature-development",
"git-workflow",
"ai-agent"
],
"author": "notedit <notedit@gmail.com>",
"license": "MIT",
"skills": {
"skills": [
{
"name": "feature-dev",
"path": "./skills/dev/feature-dev"
},
{
"name": "feature-analyzer",
"path": "./skills/dev/feature-analyzer"
},
{
"name": "feature-pipeline",
"path": "./skills/dev/feature-pipeline"
},
{
"name": "screenshot-analyzer",
"path": "./skills/dev/screenshot-analyzer"
},
{
"name": "issue-flow",
"path": "./skills/dev/issue-flow"
},
{
"name": "video-producer",
"path": "./skills/video/video-producer"
},
{
"name": "gsap-animation",
"path": "./skills/video/gsap-animation"
},
{
"name": "spring-animation",
"path": "./skills/video/spring-animation"
},
{
"name": "react-animation",
"path": "./skills/video/react-animation"
},
{
"name": "tts-skill",
"path": "./skills/utils/tts-skill"
},
{
"name": "skill-creation-guide",
"path": "./skills/utils/skill-creation-guide"
}
]
}
}