-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.json
More file actions
50 lines (50 loc) · 1.68 KB
/
sources.json
File metadata and controls
50 lines (50 loc) · 1.68 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
{
"version": 1,
"repositories": [
{
"name": "superpowers",
"url": "https://github.com/obra/superpowers",
"branch": "main",
"description": "Workflow skills: brainstorm, plan, execute, TDD, debug, code review",
"last_checked": null,
"last_checked_commit": null,
"last_imported": null
},
{
"name": "wshobson-agents",
"url": "https://github.com/wshobson/agents",
"branch": "main",
"description": "Agent teams, parallel debugging, incident response, python skills",
"last_checked": null,
"last_checked_commit": null,
"last_imported": null
},
{
"name": "everything-claude-code",
"url": "https://github.com/affaan-m/everything-claude-code",
"branch": "main",
"description": "Hooks, agents, session management, rules, project detection",
"last_checked": null,
"last_checked_commit": null,
"last_imported": null
},
{
"name": "anthropics-skills",
"url": "https://github.com/anthropics/skills",
"branch": "main",
"description": "Official Anthropic skills: docx, pdf, pptx, frontend-design, claude-api, mcp-builder, webapp-testing and more (105k stars)",
"last_checked": null,
"last_checked_commit": null,
"last_imported": null
},
{
"name": "awesome-claude-skills",
"url": "https://github.com/ComposioHQ/awesome-claude-skills",
"branch": "main",
"description": "Curated collection: skill-creator, langsmith, brand-guidelines, competitive-ads, resume, webapp-testing and 25+ more (49k stars)",
"last_checked": null,
"last_checked_commit": null,
"last_imported": null
}
]
}