-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathskills.json
More file actions
101 lines (101 loc) · 2.28 KB
/
skills.json
File metadata and controls
101 lines (101 loc) · 2.28 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
{
"bundled": true,
"updated": "2026-02-26",
"skills": [
{
"name": "architect",
"source": "thebushidocollective/han",
"agents": ["Sokka"]
},
{
"name": "codebase-search",
"source": "supercent-io/skills-template",
"agents": ["Toph"]
},
{
"name": "create-an-asset",
"source": "anthropics/knowledge-work-plugins",
"agents": ["Zuko"]
},
{
"name": "debugging",
"source": "oimiragieo/agent-studio",
"agents": ["Katara"]
},
{
"name": "design-patterns-implementation",
"source": "aj-geddes/useful-ai-prompts",
"agents": ["Aang"]
},
{
"name": "docs-write",
"source": "metabase/metabase",
"agents": ["Iroh"]
},
{
"name": "documentation-engineer",
"source": "charon-fan/agent-playbook",
"agents": ["Iroh"]
},
{
"name": "documentation-writing",
"source": "rysweet/amplihack",
"agents": ["Iroh"]
},
{
"name": "exploring-codebases",
"source": "community",
"agents": ["Toph"]
},
{
"name": "frontend-builder",
"source": "daffy0208/ai-dev-standards",
"agents": ["Appa"]
},
{
"name": "implementing-figma-designs",
"source": "onekeyhq/app-monorepo",
"agents": ["Zuko"]
},
{
"name": "mgrep-code-search",
"source": "intellectronica/agent-skills",
"agents": ["Toph"]
},
{
"name": "planning",
"source": "thebushidocollective/han",
"agents": ["Sokka"]
},
{
"name": "refactoring",
"source": "eyadsibai/ltk",
"agents": ["Katara", "Momo"]
},
{
"name": "refactoring-patterns",
"source": "wondelai/skills",
"agents": ["Aang", "Katara", "Momo"]
},
{
"name": "technical-roadmap-planning",
"source": "aj-geddes/useful-ai-prompts",
"agents": ["Sokka"]
},
{
"name": "vercel-composition-patterns",
"source": "vercel-labs/agent-skills",
"agents": ["Appa"]
},
{
"name": "vercel-react-best-practices",
"source": "vercel-labs/agent-skills",
"agents": ["Aang", "Appa", "Momo"]
},
{
"name": "web-design-guidelines",
"source": "vercel-labs/agent-skills",
"agents": ["Zuko"]
}
]
}