-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdivisions.json
More file actions
59 lines (59 loc) · 1.78 KB
/
Copy pathdivisions.json
File metadata and controls
59 lines (59 loc) · 1.78 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
{
"_note": "Source of truth for the skill division set. Each division maps to a display label, icon, and color. Consumed by catalog tools and the README.",
"divisions": {
"frontend-design": {
"label": "Frontend & Design",
"icon": "Palette",
"color": "#E8829B",
"description": "UI, CSS, motion, typography, and visual design patterns"
},
"engineering": {
"label": "Engineering",
"icon": "Code",
"color": "#3B82F6",
"description": "Code quality, security, testing, debugging, and performance"
},
"content": {
"label": "Content & Writing",
"icon": "PenTool",
"color": "#FDBA74",
"description": "Writing style, humanization, and UX copy"
},
"visual": {
"label": "Visual",
"icon": "Image",
"color": "#86EFAC",
"description": "Diagrams, memes, canvas art, and SVG"
},
"agent-meta": {
"label": "Agent Meta",
"icon": "Brain",
"color": "#C4B5FD",
"description": "Self-improvement, skill creation, and project initialization"
},
"workflows": {
"label": "Workflows",
"icon": "GitBranch",
"color": "#7EDDD6",
"description": "Task management, git workflow, and orchestration"
},
"adaptation": {
"label": "Adaptation",
"icon": "Smartphone",
"color": "#93C5FD",
"description": "Cross-platform, responsive, and accessibility patterns"
},
"components": {
"label": "UI Components",
"icon": "Layers",
"color": "#F472B6",
"description": "Reusable CSS component patterns"
},
"system-prompts": {
"label": "System Prompts",
"icon": "BrainCircuit",
"color": "#A78BFA",
"description": "Extracted from Claude Fable 5, GPT-5.5, Gemini CLI, and more"
}
}
}