-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.12 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.12 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
{
"name": "agent-skills-develop",
"version": "1.1.0",
"description": "A comprehensive collection of AI agent skills organized as a virtual development team",
"keywords": [
"agent-skills",
"ai-agents",
"claude-code",
"github-copilot",
"cursor",
"windsurf",
"development",
"orchestration",
"devops",
"architecture",
"product-management",
"qa",
"security",
"data-engineering",
"machine-learning"
],
"homepage": "https://github.com/javalenciacai/develop-skills#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/javalenciacai/develop-skills.git"
},
"bugs": {
"url": "https://github.com/javalenciacai/develop-skills/issues"
},
"author": "James A. Valencia",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"skills": [
"cto",
"pm",
"po",
"ux",
"qal",
"qa",
"secops",
"tl",
"architect",
"dev",
"infralead",
"devops",
"dba",
"datalead",
"dataeng",
"aieng",
"find-skills",
"skill-creator"
]
}