-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtessl.json
More file actions
56 lines (56 loc) · 1.39 KB
/
Copy pathtessl.json
File metadata and controls
56 lines (56 loc) · 1.39 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
{
"name": "project",
"dependencies": {
"tessl/golang-github-com-dustin--go-humanize": {
"version": "1.0.0"
},
"tessl/golang-github-com-spf13--cobra": {
"version": "1.10.1"
},
"tessl/golang-github-com-spf13--pflag": {
"version": "1.0.0"
},
"tessl/go-viper": {
"version": "1.21.0"
},
"tessl/golang-github-com-stretchr--testify": {
"version": "1.11.0"
},
"JetBrains/go-modern-guidelines": {
"version": "3a7f3eecd29f45e341f4e258d38fe8548ca05050",
"source": "https://github.com/JetBrains/go-modern-guidelines",
"include": {
"skills": [
"use-modern-go"
]
}
},
"Jeffallan/claude-skills": {
"version": "5b761018cebd430edcecbeeb46bdde6150d22c65",
"source": "https://github.com/Jeffallan/claude-skills",
"include": {
"skills": [
"golang-pro"
]
}
},
"mattpocock/skills": {
"version": "651eab033bdf8f7fd535c274f8cbe839075aba5e",
"source": "https://github.com/mattpocock/skills",
"include": {
"skills": [
"edit-article",
"grill-me",
"improve-codebase-architecture",
"prd-to-issues",
"prd-to-plan",
"request-refactor-plan",
"tdd",
"triage-issue",
"ubiquitous-language",
"write-a-prd"
]
}
}
}
}