agent_skills_configurations 0.1.0

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.
@@ -0,0 +1,415 @@
1
+ base_paths:
2
+ xdg_config:
3
+ env_var: XDG_CONFIG_HOME
4
+ fallback: ".config"
5
+ home:
6
+ env_var: ""
7
+ fallback: ""
8
+ claude_home:
9
+ env_var: CLAUDE_CONFIG_DIR
10
+ fallback: ".claude"
11
+ codex_home:
12
+ env_var: CODEX_HOME
13
+ fallback: ".codex"
14
+
15
+ agents:
16
+ - name: amp
17
+ display_name: Amp
18
+ skills_dir: ".agents/skills"
19
+ base_path: xdg_config
20
+ global_skills_path: "agents/skills"
21
+ detect_paths:
22
+ - "amp"
23
+
24
+ - name: antigravity
25
+ display_name: Antigravity
26
+ skills_dir: ".agent/skills"
27
+ base_path: home
28
+ global_skills_path: ".gemini/antigravity/global_skills"
29
+ detect_paths:
30
+ - { cwd: ".agent" }
31
+ - { base: home, path: ".gemini/antigravity" }
32
+
33
+ - name: claude-code
34
+ display_name: Claude Code
35
+ skills_dir: ".claude/skills"
36
+ base_path: claude_home
37
+ global_skills_path: "skills"
38
+ detect_paths:
39
+ - ""
40
+
41
+ - name: bolt-new
42
+ display_name: Bolt.new
43
+ skills_dir: ".bolt-new/skills"
44
+ base_path: home
45
+ global_skills_path: ".bolt-new/skills"
46
+ detect_paths:
47
+ - ".bolt-new"
48
+
49
+ - name: codex
50
+ display_name: Codex
51
+ skills_dir: ".codex/skills"
52
+ base_path: codex_home
53
+ global_skills_path: "skills"
54
+ detect_paths:
55
+ - ""
56
+ - { absolute: "/etc/codex" }
57
+
58
+ - name: continue
59
+ display_name: Continue
60
+ skills_dir: ".continue/skills"
61
+ base_path: home
62
+ global_skills_path: ".continue/skills"
63
+ detect_paths:
64
+ - ".continue"
65
+
66
+ - name: crush
67
+ display_name: Crush
68
+ skills_dir: ".crush/skills"
69
+ base_path: home
70
+ global_skills_path: ".config/crush/skills"
71
+ detect_paths:
72
+ - ".config/crush"
73
+
74
+ - name: droid
75
+ display_name: Droid
76
+ skills_dir: ".factory/skills"
77
+ base_path: home
78
+ global_skills_path: ".factory/skills"
79
+ detect_paths:
80
+ - ".factory"
81
+
82
+ - name: github-copilot
83
+ display_name: GitHub Copilot
84
+ skills_dir: ".github/skills"
85
+ base_path: home
86
+ global_skills_path: ".copilot/skills"
87
+ detect_paths:
88
+ - { cwd: ".github" }
89
+ - { base: home, path: ".copilot" }
90
+
91
+ - name: goose
92
+ display_name: Goose
93
+ skills_dir: ".goose/skills"
94
+ base_path: xdg_config
95
+ global_skills_path: "goose/skills"
96
+ detect_paths:
97
+ - "goose"
98
+
99
+ - name: gpt-cli
100
+ display_name: GPT-CLI
101
+ skills_dir: ".gpt-cli/skills"
102
+ base_path: home
103
+ global_skills_path: ".gpt-cli/skills"
104
+ detect_paths:
105
+ - ".gpt-cli"
106
+
107
+ - name: kaito
108
+ display_name: Kaito
109
+ skills_dir: ".kaito/skills"
110
+ base_path: home
111
+ global_skills_path: ".kaito/skills"
112
+ detect_paths:
113
+ - ".kaito"
114
+
115
+ - name: kilo
116
+ display_name: Kilo
117
+ skills_dir: ".kilocode/skills"
118
+ base_path: home
119
+ global_skills_path: ".kilocode/skills"
120
+ detect_paths:
121
+ - ".kilocode"
122
+
123
+ - name: kimi-cli
124
+ display_name: Kimi CLI
125
+ skills_dir: ".agents/skills"
126
+ base_path: home
127
+ global_skills_path: ".config/agents/skills"
128
+ detect_paths:
129
+ - ".config/agents"
130
+
131
+ - name: moltbot
132
+ display_name: Moltbot
133
+ skills_dir: "skills"
134
+ base_path: home
135
+ global_skills_path: ".moltbot/skills"
136
+ global_skills_path_fallbacks:
137
+ - ".clawdbot/skills"
138
+ - ".moltbot/skills"
139
+ detect_paths:
140
+ - ".moltbot"
141
+
142
+ - name: opencode
143
+ display_name: OpenCode
144
+ skills_dir: ".opencode/skills"
145
+ base_path: xdg_config
146
+ global_skills_path: "opencode/skills"
147
+ detect_paths:
148
+ - { base: xdg_config, path: "opencode" }
149
+ - { base: claude_home, path: "skills" }
150
+
151
+ - name: pi
152
+ display_name: Pi
153
+ skills_dir: ".pi/skills"
154
+ base_path: home
155
+ global_skills_path: ".pi/agent/skills"
156
+ detect_paths:
157
+ - ".pi"
158
+
159
+ - name: roo-code
160
+ display_name: Roo Code
161
+ skills_dir: ".roo-code/skills"
162
+ base_path: home
163
+ global_skills_path: ".roo-code/skills"
164
+ detect_paths:
165
+ - ".roo-code"
166
+
167
+ - name: sagemaker
168
+ display_name: SageMaker
169
+ skills_dir: ".sagemaker/skills"
170
+ base_path: home
171
+ global_skills_path: ".sagemaker/skills"
172
+ detect_paths:
173
+ - ".sagemaker"
174
+
175
+ - name: tabby
176
+ display_name: Tabby
177
+ skills_dir: ".tabby/skills"
178
+ base_path: home
179
+ global_skills_path: ".tabby/skills"
180
+ detect_paths:
181
+ - ".tabby"
182
+
183
+ - name: trae-cn
184
+ display_name: Trae CN
185
+ skills_dir: ".trae/skills"
186
+ base_path: home
187
+ global_skills_path: ".trae-cn/skills"
188
+ detect_paths:
189
+ - ".trae"
190
+
191
+ - name: trae
192
+ display_name: Trae
193
+ skills_dir: ".trae/skills"
194
+ base_path: home
195
+ global_skills_path: ".trae/skills"
196
+ detect_paths:
197
+ - ".trae"
198
+
199
+ - name: v0-cli
200
+ display_name: v0 CLI
201
+ skills_dir: ".v0-cli/skills"
202
+ base_path: home
203
+ global_skills_path: ".v0-cli/skills"
204
+ detect_paths:
205
+ - ".v0-cli"
206
+
207
+ - name: windsurf
208
+ display_name: Windsurf
209
+ skills_dir: ".windsurf/skills"
210
+ base_path: home
211
+ global_skills_path: ".codeium/windsurf/skills"
212
+ detect_paths:
213
+ - ".windsurf"
214
+
215
+ - name: cursor
216
+ display_name: Cursor
217
+ skills_dir: ".cursor/skills"
218
+ base_path: home
219
+ global_skills_path: ".cursor/skills"
220
+ detect_paths:
221
+ - ".cursor"
222
+
223
+ - name: aider
224
+ display_name: Aider
225
+ skills_dir: ".aider/skills"
226
+ base_path: home
227
+ global_skills_path: ".aider/skills"
228
+ detect_paths:
229
+ - ".aider"
230
+
231
+ - name: avante
232
+ display_name: Avante
233
+ skills_dir: ".avante/skills"
234
+ base_path: home
235
+ global_skills_path: ".avante/skills"
236
+ detect_paths:
237
+ - ".avante"
238
+
239
+ - name: cline
240
+ display_name: Cline
241
+ skills_dir: ".cline/skills"
242
+ base_path: home
243
+ global_skills_path: ".cline/skills"
244
+ detect_paths:
245
+ - ".cline"
246
+
247
+ - name: codebuddy
248
+ display_name: CodeBuddy
249
+ skills_dir: ".codebuddy/skills"
250
+ base_path: home
251
+ global_skills_path: ".codebuddy/skills"
252
+ detect_paths:
253
+ - { cwd: ".codebuddy" }
254
+ - { base: home, path: ".codebuddy" }
255
+
256
+ - name: codeium
257
+ display_name: Codeium
258
+ skills_dir: ".codeium/skills"
259
+ base_path: home
260
+ global_skills_path: ".codeium/skills"
261
+ detect_paths:
262
+ - ".codeium"
263
+
264
+ - name: command-code
265
+ display_name: Command Code
266
+ skills_dir: ".commandcode/skills"
267
+ base_path: home
268
+ global_skills_path: ".commandcode/skills"
269
+ detect_paths:
270
+ - ".commandcode"
271
+
272
+ - name: copilot
273
+ display_name: Copilot
274
+ skills_dir: ".copilot/skills"
275
+ base_path: home
276
+ global_skills_path: ".copilot/skills"
277
+ detect_paths:
278
+ - ".copilot"
279
+
280
+ - name: deepseek
281
+ display_name: DeepSeek
282
+ skills_dir: ".deepseek/skills"
283
+ base_path: home
284
+ global_skills_path: ".deepseek/skills"
285
+ detect_paths:
286
+ - ".deepseek"
287
+
288
+ - name: fabric
289
+ display_name: Fabric
290
+ skills_dir: ".fabric/skills"
291
+ base_path: home
292
+ global_skills_path: ".fabric/skills"
293
+ detect_paths:
294
+ - ".fabric"
295
+
296
+ - name: gemini-cli
297
+ display_name: Gemini CLI
298
+ skills_dir: ".gemini/skills"
299
+ base_path: home
300
+ global_skills_path: ".gemini/skills"
301
+ detect_paths:
302
+ - ".gemini"
303
+
304
+ - name: junie
305
+ display_name: Junie
306
+ skills_dir: ".junie/skills"
307
+ base_path: home
308
+ global_skills_path: ".junie/skills"
309
+ detect_paths:
310
+ - ".junie"
311
+
312
+ - name: kiro-cli
313
+ display_name: Kiro CLI
314
+ skills_dir: ".kiro/skills"
315
+ base_path: home
316
+ global_skills_path: ".kiro/skills"
317
+ detect_paths:
318
+ - ".kiro"
319
+
320
+ - name: kode
321
+ display_name: Kode
322
+ skills_dir: ".kode/skills"
323
+ base_path: home
324
+ global_skills_path: ".kode/skills"
325
+ detect_paths:
326
+ - ".kode"
327
+
328
+ - name: mcpjam
329
+ display_name: MCPJam
330
+ skills_dir: ".mcpjam/skills"
331
+ base_path: home
332
+ global_skills_path: ".mcpjam/skills"
333
+ detect_paths:
334
+ - ".mcpjam"
335
+
336
+ - name: mux
337
+ display_name: Mux
338
+ skills_dir: ".mux/skills"
339
+ base_path: home
340
+ global_skills_path: ".mux/skills"
341
+ detect_paths:
342
+ - ".mux"
343
+
344
+ - name: neovate
345
+ display_name: Neovate
346
+ skills_dir: ".neovate/skills"
347
+ base_path: home
348
+ global_skills_path: ".neovate/skills"
349
+ detect_paths:
350
+ - ".neovate"
351
+
352
+ - name: openclaude
353
+ display_name: OpenClaude IDE
354
+ skills_dir: ".openclaude/skills"
355
+ base_path: home
356
+ global_skills_path: ".openclaude/skills"
357
+ detect_paths:
358
+ - ".openclaude"
359
+ - { cwd: ".openclaude" }
360
+
361
+ - name: openhands
362
+ display_name: OpenHands
363
+ skills_dir: ".openhands/skills"
364
+ base_path: home
365
+ global_skills_path: ".openhands/skills"
366
+ detect_paths:
367
+ - ".openhands"
368
+
369
+ - name: pochi
370
+ display_name: Pochi
371
+ skills_dir: ".pochi/skills"
372
+ base_path: home
373
+ global_skills_path: ".pochi/skills"
374
+ detect_paths:
375
+ - ".pochi"
376
+
377
+ - name: perplexity
378
+ display_name: Perplexity
379
+ skills_dir: ".perplexity/skills"
380
+ base_path: home
381
+ global_skills_path: ".perplexity/skills"
382
+ detect_paths:
383
+ - ".perplexity"
384
+
385
+ - name: phind
386
+ display_name: Phind
387
+ skills_dir: ".phind/skills"
388
+ base_path: home
389
+ global_skills_path: ".phind/skills"
390
+ detect_paths:
391
+ - ".phind"
392
+
393
+ - name: qoder
394
+ display_name: Qoder
395
+ skills_dir: ".qoder/skills"
396
+ base_path: home
397
+ global_skills_path: ".qoder/skills"
398
+ detect_paths:
399
+ - ".qoder"
400
+
401
+ - name: qwen-code
402
+ display_name: Qwen Code
403
+ skills_dir: ".qwen/skills"
404
+ base_path: home
405
+ global_skills_path: ".qwen/skills"
406
+ detect_paths:
407
+ - ".qwen"
408
+
409
+ - name: zencoder
410
+ display_name: Zencoder
411
+ skills_dir: ".zencoder/skills"
412
+ base_path: home
413
+ global_skills_path: ".zencoder/skills"
414
+ detect_paths:
415
+ - ".zencoder"