-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskills.sh.json
More file actions
69 lines (69 loc) · 1.59 KB
/
Copy pathskills.sh.json
File metadata and controls
69 lines (69 loc) · 1.59 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
68
69
{
"$schema": "https://skills.sh/schemas/skills.sh.schema.json",
"notGrouped": "bottom",
"groupings": [
{
"title": "Custom · common",
"description": "Dotlas-authored general utilities",
"skills": [
"cc-launch-subagents",
"cc-launch-workflows",
"closed-plan",
"introspection",
"look-into-it",
"plan-with-me",
"slack",
"unpack",
"update-global-dotlas-skills",
"where-were-we"
]
},
{
"title": "Custom · coding",
"description": "Dotlas-authored coding workflows",
"skills": [
"codebase-integrity",
"commit",
"import-skill",
"tidy-next-codebase",
"ui-consolidation",
"vercel-env-sync",
"vercel-logs"
]
},
{
"title": "Community · common",
"description": "General-purpose agent utilities",
"skills": [
"caveman",
"grill-me",
"grill-with-docs",
"grilling",
"handoff",
"teach",
"write-a-skill",
"writing-great-skills",
"writing-guidelines"
]
},
{
"title": "Community · coding",
"description": "Code quality, review, and deployment",
"skills": [
"improve-codebase-architecture",
"qa",
"resolving-merge-conflicts",
"vercel-optimize",
"vercel-react-best-practices"
]
},
{
"title": "Community · ui-ux",
"description": "Interface design and frontend polish",
"skills": [
"emil-design-eng",
"impeccable"
]
}
]
}