groove-dev 0.13.1 → 0.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/SKILLS-API-SPEC.md +277 -0
- package/node_modules/@groove-dev/daemon/skills-registry.json +292 -221
- package/node_modules/@groove-dev/daemon/src/skills.js +1 -0
- package/node_modules/@groove-dev/gui/dist/assets/index-TcP3URUY.js +74 -0
- package/node_modules/@groove-dev/gui/dist/index.html +1 -1
- package/node_modules/@groove-dev/gui/src/views/SkillsMarketplace.jsx +759 -180
- package/package.json +1 -1
- package/packages/daemon/skills-registry.json +292 -221
- package/packages/daemon/src/skills.js +1 -0
- package/packages/gui/dist/assets/index-TcP3URUY.js +74 -0
- package/packages/gui/dist/index.html +1 -1
- package/packages/gui/src/views/SkillsMarketplace.jsx +759 -180
- package/node_modules/@groove-dev/gui/dist/assets/index-C4fB8_Qg.js +0 -74
- package/packages/gui/dist/assets/index-C4fB8_Qg.js +0 -74
|
@@ -4,411 +4,482 @@
|
|
|
4
4
|
"name": "Frontend Design",
|
|
5
5
|
"description": "Create distinctive, production-grade frontend interfaces with high design quality. Avoids generic AI aesthetics.",
|
|
6
6
|
"author": "Anthropic",
|
|
7
|
+
"authorProfile": {
|
|
8
|
+
"avatar": null,
|
|
9
|
+
"website": "https://anthropic.com",
|
|
10
|
+
"github": "anthropics",
|
|
11
|
+
"twitter": "AnthropicAI"
|
|
12
|
+
},
|
|
7
13
|
"category": "design",
|
|
8
|
-
"tags": [
|
|
9
|
-
|
|
10
|
-
"ui",
|
|
11
|
-
"css",
|
|
12
|
-
"react",
|
|
13
|
-
"design-system"
|
|
14
|
-
],
|
|
15
|
-
"roles": [
|
|
16
|
-
"frontend",
|
|
17
|
-
"fullstack"
|
|
18
|
-
],
|
|
14
|
+
"tags": ["frontend", "ui", "css", "react", "design-system"],
|
|
15
|
+
"roles": ["frontend", "fullstack"],
|
|
19
16
|
"source": "claude-official",
|
|
20
17
|
"icon": "P",
|
|
21
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/frontend-design.md"
|
|
18
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/frontend-design.md",
|
|
19
|
+
"downloads": 1840,
|
|
20
|
+
"rating": 4.8,
|
|
21
|
+
"ratingCount": 124,
|
|
22
|
+
"price": 0,
|
|
23
|
+
"featured": true
|
|
22
24
|
},
|
|
23
25
|
{
|
|
24
26
|
"id": "code-review",
|
|
25
27
|
"name": "Code Review",
|
|
26
28
|
"description": "Comprehensive PR code review using parallel specialized agents. Checks CLAUDE.md compliance, bugs, git history, and previous PR comments.",
|
|
27
29
|
"author": "Anthropic",
|
|
30
|
+
"authorProfile": {
|
|
31
|
+
"avatar": null,
|
|
32
|
+
"website": "https://anthropic.com",
|
|
33
|
+
"github": "anthropics",
|
|
34
|
+
"twitter": "AnthropicAI"
|
|
35
|
+
},
|
|
28
36
|
"category": "quality",
|
|
29
|
-
"tags": [
|
|
30
|
-
|
|
31
|
-
"pr",
|
|
32
|
-
"github",
|
|
33
|
-
"quality"
|
|
34
|
-
],
|
|
35
|
-
"roles": [
|
|
36
|
-
"testing",
|
|
37
|
-
"fullstack"
|
|
38
|
-
],
|
|
37
|
+
"tags": ["review", "pr", "github", "quality"],
|
|
38
|
+
"roles": ["testing", "fullstack"],
|
|
39
39
|
"source": "claude-official",
|
|
40
40
|
"icon": "R",
|
|
41
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/code-review.md"
|
|
41
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/code-review.md",
|
|
42
|
+
"downloads": 2350,
|
|
43
|
+
"rating": 4.9,
|
|
44
|
+
"ratingCount": 201,
|
|
45
|
+
"price": 0,
|
|
46
|
+
"featured": true
|
|
42
47
|
},
|
|
43
48
|
{
|
|
44
49
|
"id": "security-guidance",
|
|
45
50
|
"name": "Security Guidance",
|
|
46
51
|
"description": "Security-focused development guidance. OWASP top 10, input validation, auth patterns, secrets management.",
|
|
47
52
|
"author": "Anthropic",
|
|
53
|
+
"authorProfile": {
|
|
54
|
+
"avatar": null,
|
|
55
|
+
"website": "https://anthropic.com",
|
|
56
|
+
"github": "anthropics",
|
|
57
|
+
"twitter": "AnthropicAI"
|
|
58
|
+
},
|
|
48
59
|
"category": "security",
|
|
49
|
-
"tags": [
|
|
50
|
-
|
|
51
|
-
"owasp",
|
|
52
|
-
"auth",
|
|
53
|
-
"validation"
|
|
54
|
-
],
|
|
55
|
-
"roles": [
|
|
56
|
-
"backend",
|
|
57
|
-
"fullstack",
|
|
58
|
-
"devops"
|
|
59
|
-
],
|
|
60
|
+
"tags": ["security", "owasp", "auth", "validation"],
|
|
61
|
+
"roles": ["backend", "fullstack", "devops"],
|
|
60
62
|
"source": "claude-official",
|
|
61
63
|
"icon": "S",
|
|
62
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/security-guidance.md"
|
|
64
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/security-guidance.md",
|
|
65
|
+
"downloads": 1620,
|
|
66
|
+
"rating": 4.7,
|
|
67
|
+
"ratingCount": 98,
|
|
68
|
+
"price": 0,
|
|
69
|
+
"featured": true
|
|
63
70
|
},
|
|
64
71
|
{
|
|
65
72
|
"id": "claude-automation-recommender",
|
|
66
73
|
"name": "Automation Recommender",
|
|
67
74
|
"description": "Analyze a codebase and recommend Claude Code automations — hooks, subagents, skills, plugins, MCP servers.",
|
|
68
75
|
"author": "Anthropic",
|
|
76
|
+
"authorProfile": {
|
|
77
|
+
"avatar": null,
|
|
78
|
+
"website": "https://anthropic.com",
|
|
79
|
+
"github": "anthropics",
|
|
80
|
+
"twitter": "AnthropicAI"
|
|
81
|
+
},
|
|
69
82
|
"category": "devtools",
|
|
70
|
-
"tags": [
|
|
71
|
-
|
|
72
|
-
"hooks",
|
|
73
|
-
"plugins",
|
|
74
|
-
"mcp",
|
|
75
|
-
"setup"
|
|
76
|
-
],
|
|
77
|
-
"roles": [
|
|
78
|
-
"planner",
|
|
79
|
-
"devops",
|
|
80
|
-
"fullstack"
|
|
81
|
-
],
|
|
83
|
+
"tags": ["automation", "hooks", "plugins", "mcp", "setup"],
|
|
84
|
+
"roles": ["planner", "devops", "fullstack"],
|
|
82
85
|
"source": "claude-official",
|
|
83
86
|
"icon": "A",
|
|
84
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/claude-automation-recommender.md"
|
|
87
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/claude-automation-recommender.md",
|
|
88
|
+
"downloads": 980,
|
|
89
|
+
"rating": 4.5,
|
|
90
|
+
"ratingCount": 67,
|
|
91
|
+
"price": 0,
|
|
92
|
+
"featured": false
|
|
85
93
|
},
|
|
86
94
|
{
|
|
87
95
|
"id": "claude-md-improver",
|
|
88
96
|
"name": "CLAUDE.md Improver",
|
|
89
97
|
"description": "Audit and improve CLAUDE.md files. Scans quality, evaluates against templates, makes targeted updates.",
|
|
90
98
|
"author": "Anthropic",
|
|
99
|
+
"authorProfile": {
|
|
100
|
+
"avatar": null,
|
|
101
|
+
"website": "https://anthropic.com",
|
|
102
|
+
"github": "anthropics",
|
|
103
|
+
"twitter": "AnthropicAI"
|
|
104
|
+
},
|
|
91
105
|
"category": "devtools",
|
|
92
|
-
"tags": [
|
|
93
|
-
|
|
94
|
-
"project-config",
|
|
95
|
-
"audit"
|
|
96
|
-
],
|
|
97
|
-
"roles": [
|
|
98
|
-
"planner",
|
|
99
|
-
"fullstack"
|
|
100
|
-
],
|
|
106
|
+
"tags": ["claude-md", "project-config", "audit"],
|
|
107
|
+
"roles": ["planner", "fullstack"],
|
|
101
108
|
"source": "claude-official",
|
|
102
109
|
"icon": "C",
|
|
103
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/claude-md-improver.md"
|
|
110
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/claude-md-improver.md",
|
|
111
|
+
"downloads": 1150,
|
|
112
|
+
"rating": 4.6,
|
|
113
|
+
"ratingCount": 83,
|
|
114
|
+
"price": 0,
|
|
115
|
+
"featured": false
|
|
104
116
|
},
|
|
105
117
|
{
|
|
106
118
|
"id": "build-mcp-server",
|
|
107
119
|
"name": "Build MCP Server",
|
|
108
120
|
"description": "End-to-end MCP server development. Interrogates use case, picks deployment model, designs tools, hands off to specialized skills.",
|
|
109
121
|
"author": "Anthropic",
|
|
122
|
+
"authorProfile": {
|
|
123
|
+
"avatar": null,
|
|
124
|
+
"website": "https://anthropic.com",
|
|
125
|
+
"github": "anthropics",
|
|
126
|
+
"twitter": "AnthropicAI"
|
|
127
|
+
},
|
|
110
128
|
"category": "devtools",
|
|
111
|
-
"tags": [
|
|
112
|
-
|
|
113
|
-
"api",
|
|
114
|
-
"integration",
|
|
115
|
-
"tools"
|
|
116
|
-
],
|
|
117
|
-
"roles": [
|
|
118
|
-
"backend",
|
|
119
|
-
"fullstack"
|
|
120
|
-
],
|
|
129
|
+
"tags": ["mcp", "api", "integration", "tools"],
|
|
130
|
+
"roles": ["backend", "fullstack"],
|
|
121
131
|
"source": "claude-official",
|
|
122
132
|
"icon": "M",
|
|
123
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/build-mcp-server.md"
|
|
133
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/build-mcp-server.md",
|
|
134
|
+
"downloads": 1430,
|
|
135
|
+
"rating": 4.7,
|
|
136
|
+
"ratingCount": 112,
|
|
137
|
+
"price": 0,
|
|
138
|
+
"featured": false
|
|
124
139
|
},
|
|
125
140
|
{
|
|
126
141
|
"id": "build-mcp-app",
|
|
127
142
|
"name": "Build MCP App",
|
|
128
143
|
"description": "Add interactive UI widgets to MCP servers — forms, pickers, dashboards, confirmation dialogs inline in chat.",
|
|
129
144
|
"author": "Anthropic",
|
|
145
|
+
"authorProfile": {
|
|
146
|
+
"avatar": null,
|
|
147
|
+
"website": "https://anthropic.com",
|
|
148
|
+
"github": "anthropics",
|
|
149
|
+
"twitter": "AnthropicAI"
|
|
150
|
+
},
|
|
130
151
|
"category": "devtools",
|
|
131
|
-
"tags": [
|
|
132
|
-
|
|
133
|
-
"ui",
|
|
134
|
-
"widgets",
|
|
135
|
-
"apps-sdk"
|
|
136
|
-
],
|
|
137
|
-
"roles": [
|
|
138
|
-
"frontend",
|
|
139
|
-
"fullstack"
|
|
140
|
-
],
|
|
152
|
+
"tags": ["mcp", "ui", "widgets", "apps-sdk"],
|
|
153
|
+
"roles": ["frontend", "fullstack"],
|
|
141
154
|
"source": "claude-official",
|
|
142
155
|
"icon": "U",
|
|
143
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/build-mcp-app.md"
|
|
156
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/build-mcp-app.md",
|
|
157
|
+
"downloads": 870,
|
|
158
|
+
"rating": 4.4,
|
|
159
|
+
"ratingCount": 56,
|
|
160
|
+
"price": 0,
|
|
161
|
+
"featured": false
|
|
144
162
|
},
|
|
145
163
|
{
|
|
146
164
|
"id": "feature-dev",
|
|
147
165
|
"name": "Feature Development",
|
|
148
166
|
"description": "Guided feature development with codebase understanding and architecture focus. Structured workflow from research to implementation.",
|
|
149
167
|
"author": "Anthropic",
|
|
168
|
+
"authorProfile": {
|
|
169
|
+
"avatar": null,
|
|
170
|
+
"website": "https://anthropic.com",
|
|
171
|
+
"github": "anthropics",
|
|
172
|
+
"twitter": "AnthropicAI"
|
|
173
|
+
},
|
|
150
174
|
"category": "workflow",
|
|
151
|
-
"tags": [
|
|
152
|
-
|
|
153
|
-
"architecture",
|
|
154
|
-
"guided",
|
|
155
|
-
"development"
|
|
156
|
-
],
|
|
157
|
-
"roles": [
|
|
158
|
-
"backend",
|
|
159
|
-
"frontend",
|
|
160
|
-
"fullstack"
|
|
161
|
-
],
|
|
175
|
+
"tags": ["feature", "architecture", "guided", "development"],
|
|
176
|
+
"roles": ["backend", "frontend", "fullstack"],
|
|
162
177
|
"source": "claude-official",
|
|
163
178
|
"icon": "F",
|
|
164
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/feature-dev.md"
|
|
179
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/feature-dev.md",
|
|
180
|
+
"downloads": 2100,
|
|
181
|
+
"rating": 4.8,
|
|
182
|
+
"ratingCount": 178,
|
|
183
|
+
"price": 0,
|
|
184
|
+
"featured": false
|
|
165
185
|
},
|
|
166
186
|
{
|
|
167
187
|
"id": "skill-creator",
|
|
168
188
|
"name": "Skill Creator",
|
|
169
189
|
"description": "Create new skills, modify existing ones, run evals, benchmark performance. The meta-skill for building skills.",
|
|
170
190
|
"author": "Anthropic",
|
|
191
|
+
"authorProfile": {
|
|
192
|
+
"avatar": null,
|
|
193
|
+
"website": "https://anthropic.com",
|
|
194
|
+
"github": "anthropics",
|
|
195
|
+
"twitter": "AnthropicAI"
|
|
196
|
+
},
|
|
171
197
|
"category": "devtools",
|
|
172
|
-
"tags": [
|
|
173
|
-
|
|
174
|
-
"plugins",
|
|
175
|
-
"meta",
|
|
176
|
-
"evals"
|
|
177
|
-
],
|
|
178
|
-
"roles": [
|
|
179
|
-
"planner",
|
|
180
|
-
"fullstack"
|
|
181
|
-
],
|
|
198
|
+
"tags": ["skills", "plugins", "meta", "evals"],
|
|
199
|
+
"roles": ["planner", "fullstack"],
|
|
182
200
|
"source": "claude-official",
|
|
183
201
|
"icon": "K",
|
|
184
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/skill-creator.md"
|
|
202
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/skill-creator.md",
|
|
203
|
+
"downloads": 760,
|
|
204
|
+
"rating": 4.5,
|
|
205
|
+
"ratingCount": 45,
|
|
206
|
+
"price": 0,
|
|
207
|
+
"featured": false
|
|
185
208
|
},
|
|
186
209
|
{
|
|
187
210
|
"id": "plugin-structure",
|
|
188
211
|
"name": "Plugin Structure",
|
|
189
212
|
"description": "Scaffold and organize Claude Code plugins. Directory layout, manifest, components, auto-discovery patterns.",
|
|
190
213
|
"author": "Anthropic",
|
|
214
|
+
"authorProfile": {
|
|
215
|
+
"avatar": null,
|
|
216
|
+
"website": "https://anthropic.com",
|
|
217
|
+
"github": "anthropics",
|
|
218
|
+
"twitter": "AnthropicAI"
|
|
219
|
+
},
|
|
191
220
|
"category": "devtools",
|
|
192
|
-
"tags": [
|
|
193
|
-
|
|
194
|
-
"scaffold",
|
|
195
|
-
"architecture"
|
|
196
|
-
],
|
|
197
|
-
"roles": [
|
|
198
|
-
"fullstack",
|
|
199
|
-
"devops"
|
|
200
|
-
],
|
|
221
|
+
"tags": ["plugins", "scaffold", "architecture"],
|
|
222
|
+
"roles": ["fullstack", "devops"],
|
|
201
223
|
"source": "claude-official",
|
|
202
224
|
"icon": "L",
|
|
203
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/plugin-structure.md"
|
|
225
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/plugin-structure.md",
|
|
226
|
+
"downloads": 540,
|
|
227
|
+
"rating": 4.3,
|
|
228
|
+
"ratingCount": 32,
|
|
229
|
+
"price": 0,
|
|
230
|
+
"featured": false
|
|
204
231
|
},
|
|
205
232
|
{
|
|
206
233
|
"id": "hook-development",
|
|
207
234
|
"name": "Hook Development",
|
|
208
235
|
"description": "Create PreToolUse, PostToolUse, Stop hooks. Event-driven automation, tool validation, prompt-based hooks API.",
|
|
209
236
|
"author": "Anthropic",
|
|
237
|
+
"authorProfile": {
|
|
238
|
+
"avatar": null,
|
|
239
|
+
"website": "https://anthropic.com",
|
|
240
|
+
"github": "anthropics",
|
|
241
|
+
"twitter": "AnthropicAI"
|
|
242
|
+
},
|
|
210
243
|
"category": "devtools",
|
|
211
|
-
"tags": [
|
|
212
|
-
|
|
213
|
-
"automation",
|
|
214
|
-
"events",
|
|
215
|
-
"validation"
|
|
216
|
-
],
|
|
217
|
-
"roles": [
|
|
218
|
-
"devops",
|
|
219
|
-
"fullstack"
|
|
220
|
-
],
|
|
244
|
+
"tags": ["hooks", "automation", "events", "validation"],
|
|
245
|
+
"roles": ["devops", "fullstack"],
|
|
221
246
|
"source": "claude-official",
|
|
222
247
|
"icon": "H",
|
|
223
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/hook-development.md"
|
|
248
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/hook-development.md",
|
|
249
|
+
"downloads": 680,
|
|
250
|
+
"rating": 4.4,
|
|
251
|
+
"ratingCount": 41,
|
|
252
|
+
"price": 0,
|
|
253
|
+
"featured": false
|
|
224
254
|
},
|
|
225
255
|
{
|
|
226
256
|
"id": "agent-development",
|
|
227
257
|
"name": "Agent Development",
|
|
228
258
|
"description": "Create subagents with system prompts, triggering conditions, tool access, and autonomous behavior patterns.",
|
|
229
259
|
"author": "Anthropic",
|
|
260
|
+
"authorProfile": {
|
|
261
|
+
"avatar": null,
|
|
262
|
+
"website": "https://anthropic.com",
|
|
263
|
+
"github": "anthropics",
|
|
264
|
+
"twitter": "AnthropicAI"
|
|
265
|
+
},
|
|
230
266
|
"category": "devtools",
|
|
231
|
-
"tags": [
|
|
232
|
-
|
|
233
|
-
"subagents",
|
|
234
|
-
"autonomous"
|
|
235
|
-
],
|
|
236
|
-
"roles": [
|
|
237
|
-
"planner",
|
|
238
|
-
"fullstack"
|
|
239
|
-
],
|
|
267
|
+
"tags": ["agents", "subagents", "autonomous"],
|
|
268
|
+
"roles": ["planner", "fullstack"],
|
|
240
269
|
"source": "claude-official",
|
|
241
270
|
"icon": "G",
|
|
242
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/agent-development.md"
|
|
271
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/agent-development.md",
|
|
272
|
+
"downloads": 920,
|
|
273
|
+
"rating": 4.6,
|
|
274
|
+
"ratingCount": 72,
|
|
275
|
+
"price": 0,
|
|
276
|
+
"featured": false
|
|
243
277
|
},
|
|
244
278
|
{
|
|
245
279
|
"id": "playground",
|
|
246
280
|
"name": "Playground Builder",
|
|
247
281
|
"description": "Create interactive HTML playgrounds — single-file explorers with live preview, visual controls, and copy-out prompts.",
|
|
248
282
|
"author": "Anthropic",
|
|
283
|
+
"authorProfile": {
|
|
284
|
+
"avatar": null,
|
|
285
|
+
"website": "https://anthropic.com",
|
|
286
|
+
"github": "anthropics",
|
|
287
|
+
"twitter": "AnthropicAI"
|
|
288
|
+
},
|
|
249
289
|
"category": "design",
|
|
250
|
-
"tags": [
|
|
251
|
-
|
|
252
|
-
"interactive",
|
|
253
|
-
"html",
|
|
254
|
-
"demo"
|
|
255
|
-
],
|
|
256
|
-
"roles": [
|
|
257
|
-
"frontend",
|
|
258
|
-
"docs"
|
|
259
|
-
],
|
|
290
|
+
"tags": ["playground", "interactive", "html", "demo"],
|
|
291
|
+
"roles": ["frontend", "docs"],
|
|
260
292
|
"source": "claude-official",
|
|
261
293
|
"icon": "Y",
|
|
262
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/playground.md"
|
|
294
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/playground.md",
|
|
295
|
+
"downloads": 610,
|
|
296
|
+
"rating": 4.5,
|
|
297
|
+
"ratingCount": 38,
|
|
298
|
+
"price": 0,
|
|
299
|
+
"featured": false
|
|
263
300
|
},
|
|
264
301
|
{
|
|
265
302
|
"id": "math-olympiad",
|
|
266
303
|
"name": "Math Olympiad",
|
|
267
304
|
"description": "Advanced mathematical problem solving. Competition-level math, proofs, and formal reasoning.",
|
|
268
305
|
"author": "Anthropic",
|
|
306
|
+
"authorProfile": {
|
|
307
|
+
"avatar": null,
|
|
308
|
+
"website": "https://anthropic.com",
|
|
309
|
+
"github": "anthropics",
|
|
310
|
+
"twitter": "AnthropicAI"
|
|
311
|
+
},
|
|
269
312
|
"category": "specialized",
|
|
270
|
-
"tags": [
|
|
271
|
-
"math",
|
|
272
|
-
"proofs",
|
|
273
|
-
"reasoning",
|
|
274
|
-
"competition"
|
|
275
|
-
],
|
|
313
|
+
"tags": ["math", "proofs", "reasoning", "competition"],
|
|
276
314
|
"roles": [],
|
|
277
315
|
"source": "claude-official",
|
|
278
316
|
"icon": "X",
|
|
279
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/math-olympiad.md"
|
|
317
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/math-olympiad.md",
|
|
318
|
+
"downloads": 340,
|
|
319
|
+
"rating": 4.2,
|
|
320
|
+
"ratingCount": 21,
|
|
321
|
+
"price": 0,
|
|
322
|
+
"featured": false
|
|
280
323
|
},
|
|
281
324
|
{
|
|
282
325
|
"id": "hookify",
|
|
283
326
|
"name": "Hookify",
|
|
284
327
|
"description": "Create hooks to prevent unwanted behaviors from conversation analysis or explicit instructions. Rule-based automation.",
|
|
285
328
|
"author": "Anthropic",
|
|
329
|
+
"authorProfile": {
|
|
330
|
+
"avatar": null,
|
|
331
|
+
"website": "https://anthropic.com",
|
|
332
|
+
"github": "anthropics",
|
|
333
|
+
"twitter": "AnthropicAI"
|
|
334
|
+
},
|
|
286
335
|
"category": "devtools",
|
|
287
|
-
"tags": [
|
|
288
|
-
|
|
289
|
-
"rules",
|
|
290
|
-
"automation",
|
|
291
|
-
"guardrails"
|
|
292
|
-
],
|
|
293
|
-
"roles": [
|
|
294
|
-
"devops",
|
|
295
|
-
"fullstack"
|
|
296
|
-
],
|
|
336
|
+
"tags": ["hooks", "rules", "automation", "guardrails"],
|
|
337
|
+
"roles": ["devops", "fullstack"],
|
|
297
338
|
"source": "claude-official",
|
|
298
339
|
"icon": "I",
|
|
299
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/writing-rules.md"
|
|
340
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/writing-rules.md",
|
|
341
|
+
"downloads": 490,
|
|
342
|
+
"rating": 4.3,
|
|
343
|
+
"ratingCount": 29,
|
|
344
|
+
"price": 0,
|
|
345
|
+
"featured": false
|
|
300
346
|
},
|
|
301
347
|
{
|
|
302
348
|
"id": "code-simplifier",
|
|
303
349
|
"name": "Code Simplifier",
|
|
304
350
|
"description": "Review changed code for reuse, quality, and efficiency. Identifies over-engineering and suggests simplifications.",
|
|
305
351
|
"author": "Anthropic",
|
|
352
|
+
"authorProfile": {
|
|
353
|
+
"avatar": null,
|
|
354
|
+
"website": "https://anthropic.com",
|
|
355
|
+
"github": "anthropics",
|
|
356
|
+
"twitter": "AnthropicAI"
|
|
357
|
+
},
|
|
306
358
|
"category": "quality",
|
|
307
|
-
"tags": [
|
|
308
|
-
|
|
309
|
-
"simplify",
|
|
310
|
-
"quality",
|
|
311
|
-
"efficiency"
|
|
312
|
-
],
|
|
313
|
-
"roles": [
|
|
314
|
-
"backend",
|
|
315
|
-
"frontend",
|
|
316
|
-
"fullstack"
|
|
317
|
-
],
|
|
359
|
+
"tags": ["refactor", "simplify", "quality", "efficiency"],
|
|
360
|
+
"roles": ["backend", "frontend", "fullstack"],
|
|
318
361
|
"source": "claude-official",
|
|
319
362
|
"icon": "Z",
|
|
320
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/code-simplifier.md"
|
|
363
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/code-simplifier.md",
|
|
364
|
+
"downloads": 1280,
|
|
365
|
+
"rating": 4.6,
|
|
366
|
+
"ratingCount": 89,
|
|
367
|
+
"price": 0,
|
|
368
|
+
"featured": false
|
|
321
369
|
},
|
|
322
370
|
{
|
|
323
371
|
"id": "commit-commands",
|
|
324
372
|
"name": "Commit Commands",
|
|
325
373
|
"description": "Git workflow commands — commit, push, open PR, clean gone branches. Structured commit messages.",
|
|
326
374
|
"author": "Anthropic",
|
|
375
|
+
"authorProfile": {
|
|
376
|
+
"avatar": null,
|
|
377
|
+
"website": "https://anthropic.com",
|
|
378
|
+
"github": "anthropics",
|
|
379
|
+
"twitter": "AnthropicAI"
|
|
380
|
+
},
|
|
327
381
|
"category": "workflow",
|
|
328
|
-
"tags": [
|
|
329
|
-
|
|
330
|
-
"commit",
|
|
331
|
-
"pr",
|
|
332
|
-
"workflow"
|
|
333
|
-
],
|
|
334
|
-
"roles": [
|
|
335
|
-
"fullstack",
|
|
336
|
-
"backend",
|
|
337
|
-
"frontend"
|
|
338
|
-
],
|
|
382
|
+
"tags": ["git", "commit", "pr", "workflow"],
|
|
383
|
+
"roles": ["fullstack", "backend", "frontend"],
|
|
339
384
|
"source": "claude-official",
|
|
340
385
|
"icon": "V",
|
|
341
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/commit.md"
|
|
386
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/commit.md",
|
|
387
|
+
"downloads": 1950,
|
|
388
|
+
"rating": 4.7,
|
|
389
|
+
"ratingCount": 156,
|
|
390
|
+
"price": 0,
|
|
391
|
+
"featured": false
|
|
342
392
|
},
|
|
343
393
|
{
|
|
344
394
|
"id": "pr-review-toolkit",
|
|
345
395
|
"name": "PR Review Toolkit",
|
|
346
396
|
"description": "Comprehensive PR review using specialized parallel agents. Multi-angle analysis with confidence scoring.",
|
|
347
397
|
"author": "Anthropic",
|
|
398
|
+
"authorProfile": {
|
|
399
|
+
"avatar": null,
|
|
400
|
+
"website": "https://anthropic.com",
|
|
401
|
+
"github": "anthropics",
|
|
402
|
+
"twitter": "AnthropicAI"
|
|
403
|
+
},
|
|
348
404
|
"category": "quality",
|
|
349
|
-
"tags": [
|
|
350
|
-
|
|
351
|
-
"review",
|
|
352
|
-
"github",
|
|
353
|
-
"parallel-agents"
|
|
354
|
-
],
|
|
355
|
-
"roles": [
|
|
356
|
-
"testing",
|
|
357
|
-
"fullstack"
|
|
358
|
-
],
|
|
405
|
+
"tags": ["pr", "review", "github", "parallel-agents"],
|
|
406
|
+
"roles": ["testing", "fullstack"],
|
|
359
407
|
"source": "claude-official",
|
|
360
408
|
"icon": "T",
|
|
361
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/review-pr.md"
|
|
409
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/review-pr.md",
|
|
410
|
+
"downloads": 1670,
|
|
411
|
+
"rating": 4.8,
|
|
412
|
+
"ratingCount": 134,
|
|
413
|
+
"price": 0,
|
|
414
|
+
"featured": false
|
|
362
415
|
},
|
|
363
416
|
{
|
|
364
417
|
"id": "new-sdk-app",
|
|
365
418
|
"name": "Agent SDK Starter",
|
|
366
419
|
"description": "Create and setup a new Claude Agent SDK application. Scaffolds project structure and configuration.",
|
|
367
420
|
"author": "Anthropic",
|
|
421
|
+
"authorProfile": {
|
|
422
|
+
"avatar": null,
|
|
423
|
+
"website": "https://anthropic.com",
|
|
424
|
+
"github": "anthropics",
|
|
425
|
+
"twitter": "AnthropicAI"
|
|
426
|
+
},
|
|
368
427
|
"category": "devtools",
|
|
369
|
-
"tags": [
|
|
370
|
-
|
|
371
|
-
"scaffold",
|
|
372
|
-
"setup"
|
|
373
|
-
],
|
|
374
|
-
"roles": [
|
|
375
|
-
"backend",
|
|
376
|
-
"fullstack"
|
|
377
|
-
],
|
|
428
|
+
"tags": ["agent-sdk", "scaffold", "setup"],
|
|
429
|
+
"roles": ["backend", "fullstack"],
|
|
378
430
|
"source": "claude-official",
|
|
379
431
|
"icon": "N",
|
|
380
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/new-sdk-app.md"
|
|
432
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/new-sdk-app.md",
|
|
433
|
+
"downloads": 820,
|
|
434
|
+
"rating": 4.5,
|
|
435
|
+
"ratingCount": 52,
|
|
436
|
+
"price": 0,
|
|
437
|
+
"featured": false
|
|
381
438
|
},
|
|
382
439
|
{
|
|
383
440
|
"id": "explanatory-output",
|
|
384
441
|
"name": "Explanatory Output",
|
|
385
442
|
"description": "Output style that explains reasoning and decisions. Teaches while building — great for learning and code review.",
|
|
386
443
|
"author": "Anthropic",
|
|
444
|
+
"authorProfile": {
|
|
445
|
+
"avatar": null,
|
|
446
|
+
"website": "https://anthropic.com",
|
|
447
|
+
"github": "anthropics",
|
|
448
|
+
"twitter": "AnthropicAI"
|
|
449
|
+
},
|
|
387
450
|
"category": "workflow",
|
|
388
|
-
"tags": [
|
|
389
|
-
"output-style",
|
|
390
|
-
"learning",
|
|
391
|
-
"explanatory"
|
|
392
|
-
],
|
|
451
|
+
"tags": ["output-style", "learning", "explanatory"],
|
|
393
452
|
"roles": [],
|
|
394
453
|
"source": "claude-official",
|
|
395
454
|
"icon": "E",
|
|
396
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/explanatory-output.md"
|
|
455
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/explanatory-output.md",
|
|
456
|
+
"downloads": 430,
|
|
457
|
+
"rating": 4.4,
|
|
458
|
+
"ratingCount": 27,
|
|
459
|
+
"price": 0,
|
|
460
|
+
"featured": false
|
|
397
461
|
},
|
|
398
462
|
{
|
|
399
463
|
"id": "learning-output",
|
|
400
464
|
"name": "Learning Output",
|
|
401
465
|
"description": "Output style optimized for learning. Step-by-step explanations, concept breakdowns, guided understanding.",
|
|
402
466
|
"author": "Anthropic",
|
|
467
|
+
"authorProfile": {
|
|
468
|
+
"avatar": null,
|
|
469
|
+
"website": "https://anthropic.com",
|
|
470
|
+
"github": "anthropics",
|
|
471
|
+
"twitter": "AnthropicAI"
|
|
472
|
+
},
|
|
403
473
|
"category": "workflow",
|
|
404
|
-
"tags": [
|
|
405
|
-
"output-style",
|
|
406
|
-
"learning",
|
|
407
|
-
"educational"
|
|
408
|
-
],
|
|
474
|
+
"tags": ["output-style", "learning", "educational"],
|
|
409
475
|
"roles": [],
|
|
410
476
|
"source": "claude-official",
|
|
411
477
|
"icon": "W",
|
|
412
|
-
"contentUrl": "https://docs.groovedev.ai/skills/content/learning-output.md"
|
|
478
|
+
"contentUrl": "https://docs.groovedev.ai/skills/content/learning-output.md",
|
|
479
|
+
"downloads": 380,
|
|
480
|
+
"rating": 4.3,
|
|
481
|
+
"ratingCount": 24,
|
|
482
|
+
"price": 0,
|
|
483
|
+
"featured": false
|
|
413
484
|
}
|
|
414
|
-
]
|
|
485
|
+
]
|