-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskills.json
More file actions
109 lines (109 loc) · 3.38 KB
/
Copy pathskills.json
File metadata and controls
109 lines (109 loc) · 3.38 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"version": "2.6.3",
"generated": "2026-06-08",
"description": "ForCoding v2.6.3 技能依赖清单 — 技术栈自适应 + ctx_reduce 阶段保护 + 全链路前端设计对齐",
"forcoding_builtin": [
"forcoding-gate",
"forcoding-core",
"forcoding-edit-quality",
"forcoding-flash-engine",
"forcoding-flash-optimization",
"forcoding-parallel",
"forcoding-intent",
"forcoding-reliable-edits",
"forcoding-clean-comments",
"forcoding-autopilot",
"forcoding-ui-checklist",
"forcoding-visual-review",
"forcoding-design-md-bridge"
],
"external": {
"core": [
"insight",
"systematic-debugging",
"test-driven-development",
"think"
],
"code-quality": [
"clean-code",
"conventional-commits",
"karpathy-coding",
"refactoring-safely"
],
"architecture": [
"architecture-patterns",
"domain-driven-design",
"microservices-patterns",
"senior-architect"
],
"design": [
"accessibility-a11y",
"design",
"design-taste-frontend",
"frontend-dev-guidelines",
"high-end-visual-design",
"popular-web-designs",
"ux-flow",
"uxui-principles"
],
"security": [
"api-security-best-practices",
"security-audit"
],
"performance": [
"performance-profiling",
"web-performance-optimization"
],
"api": [
"api-design-principles",
"api-patterns"
],
"research": [
"research-analysis-engine"
]
},
"install_groups": {
"opencode-builtin": {
"label": "OpenCode 自带",
"skills": ["insight", "clean-code", "systematic-debugging", "test-driven-development", "conventional-commits", "think", "design", "refactoring-safely"],
"install": "",
"note": "OpenCode 内置,无需单独安装"
},
"architecture-pack": {
"label": "架构技能包",
"skills": ["architecture-patterns", "senior-architect", "microservices-patterns", "api-patterns"],
"install": "opencode-power-pack",
"note": "由 opencode-power-pack 或 opencode-skills-collection 提供"
},
"design-pack": {
"label": "设计技能包",
"skills": ["uxui-principles", "design-taste-frontend", "popular-web-designs", "high-end-visual-design", "frontend-dev-guidelines", "accessibility-a11y", "domain-driven-design"],
"install": "opencode-skills-collection",
"note": "由 opencode-skills-collection 插件提供"
},
"security-pack": {
"label": "安全技能包",
"skills": ["security-audit", "api-security-best-practices", "api-design-principles"],
"install": "opencode-power-pack",
"note": "由 opencode-power-pack 插件提供"
},
"performance-pack": {
"label": "性能技能包",
"skills": ["performance-profiling", "web-performance-optimization"],
"install": "opencode-power-pack",
"note": "由 opencode-power-pack 插件提供"
},
"research-pack": {
"label": "研究技能包",
"skills": ["research-analysis-engine"],
"install": "opencode-skills-collection",
"note": "由 opencode-skills-collection 插件提供"
},
"karpathy-pack": {
"label": "Karpathy 编码技能",
"skills": ["karpathy-coding"],
"install": "手动下载到 skills 目录",
"note": "需手动安装到 ~/.config/opencode/skills/karpathy-coding/"
}
}
}