forked from Chat2AnyLLM/code-agent-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin_repos.json
More file actions
123 lines (123 loc) · 4.1 KB
/
Copy pathplugin_repos.json
File metadata and controls
123 lines (123 loc) · 4.1 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"compounding-engineering": {
"name": "compounding-engineering",
"description": "A Claude Code plugin for compounding engineering practices",
"enabled": true,
"type": "marketplace",
"repoOwner": "EveryInc",
"repoName": "compounding-engineering-plugin",
"repoBranch": "main",
"pluginPath": "plugins/compounding-engineering",
"aliases": [
"every-marketplace"
]
},
"superpowers-marketplace": {
"name": "superpowers-marketplace",
"description": "Curated Claude Code plugins: skills, workflows, and productivity tools",
"enabled": true,
"type": "marketplace",
"repoOwner": "obra",
"repoName": "superpowers-marketplace",
"repoBranch": "main"
},
"awesome-claude-code-plugins": {
"name": "awesome-claude-code-plugins",
"description": "Awesome Claude Code plugins collection",
"enabled": true,
"type": "marketplace",
"repoOwner": "ccplugins",
"repoName": "awesome-claude-code-plugins",
"repoBranch": "main"
},
"cc-marketplace": {
"name": "cc-marketplace",
"description": "A marketplace for Claude Code plugins",
"enabled": true,
"type": "marketplace",
"repoOwner": "ananddtyagi",
"repoName": "claude-code-marketplace",
"repoBranch": "main"
},
"anthropic-agent-skills": {
"name": "anthropic-agent-skills",
"description": "Anthropic example skills",
"enabled": true,
"type": "marketplace",
"repoOwner": "anthropics",
"repoName": "skills",
"repoBranch": "main"
},
"claude-code-workflows": {
"name": "claude-code-workflows",
"description": "Production-ready workflow orchestration with 67 focused plugins, 99 specialized agents, and 107 skills - optimized for granular installation and minimal token usage",
"enabled": true,
"type": "marketplace",
"repoOwner": "wshobson",
"repoName": "agents",
"repoBranch": "main"
},
"superpowers-dev": {
"name": "superpowers-dev",
"description": "Development marketplace for Superpowers core skills library",
"enabled": true,
"type": "marketplace",
"repoOwner": "obra",
"repoName": "superpowers",
"repoBranch": "main"
},
"claude-code-plugins-plus": {
"name": "claude-code-plugins-plus",
"description": "A comprehensive marketplace and educational hub for Claude Code plugins",
"enabled": true,
"type": "marketplace",
"repoOwner": "jeremylongshore",
"repoName": "claude-code-plugins-plus",
"repoBranch": "main"
},
"hcp-terraform-skills": {
"name": "hcp-terraform-skills",
"description": "Comprehensive Claude Code skills for HashiCorp Terraform, including style guides, testing frameworks, Terraform Stacks configurations, and HCP Terraform automation",
"enabled": true,
"type": "marketplace",
"repoOwner": "hashi-demo-lab",
"repoName": "claude-skill-hcp-terraform",
"repoBranch": "main"
},
"mag-claude-plugins": {
"name": "mag-claude-plugins",
"description": "MAG team's curated collection of Claude Code plugins for modern full-stack development",
"enabled": true,
"type": "marketplace",
"repoOwner": "MadAppGang",
"repoName": "claude-code",
"repoBranch": "main"
},
"thedotmack": {
"name": "thedotmack",
"description": "Plugins by Alex Newman (thedotmack)",
"enabled": true,
"type": "marketplace",
"repoOwner": "thedotmack",
"repoName": "claude-mem",
"repoBranch": "main"
},
"studiomeyer-marketplace": {
"name": "studiomeyer-marketplace",
"description": "StudioMeyer MCP Suite for Claude Code \u2014 4 hosted plugins (Memory, CRM, GEO, Crew). 119 MCP tools, 21 slash commands, 5 skills, 3 subagents. Magic Link auth, EU Frankfurt. Free tier.",
"enabled": true,
"type": "marketplace",
"repoOwner": "studiomeyer-io",
"repoName": "studiomeyer-marketplace",
"repoBranch": "main"
},
"compass": {
"name": "compass",
"description": "Eval-gated guardrails, red-team layer, cost-tier router, and SLSA-signed releases for Claude Code",
"enabled": true,
"type": "marketplace",
"repoOwner": "dshakes",
"repoName": "compass",
"repoBranch": "main"
}
}