forked from composio-community/awesome-claude-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketplace.json
More file actions
187 lines (187 loc) · 6.44 KB
/
Copy pathmarketplace.json
File metadata and controls
187 lines (187 loc) · 6.44 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
{
"name": "Claude Code Plugin Marketplace",
"version": "1.0.0",
"description": "A curated marketplace of production-ready plugins for Claude Code",
"repository": "https://github.com/composio/awesome-claude-plugins",
"plugins": [
{
"name": "connect-apps",
"category": "integrations",
"description": "Connect Claude to 500+ apps - Gmail, Slack, GitHub, Notion, and more",
"author": "Composio",
"tags": ["integrations", "oauth", "gmail", "slack", "github", "notion"]
},
{
"name": "frontend-design",
"category": "frontend",
"description": "Create distinctive, production-grade interfaces avoiding generic AI aesthetics",
"author": "Anthropic",
"tags": ["frontend", "design", "ui", "css", "react"]
},
{
"name": "artifacts-builder",
"category": "frontend",
"description": "Build complex HTML artifacts with React, Tailwind CSS, and shadcn/ui",
"author": "Composio",
"tags": ["frontend", "react", "tailwind", "shadcn", "artifacts"]
},
{
"name": "theme-factory",
"category": "frontend",
"description": "10 professional themes for slides, docs, reports, and landing pages",
"author": "Composio",
"tags": ["design", "themes", "styling", "branding"]
},
{
"name": "canvas-design",
"category": "frontend",
"description": "Create museum-quality visual art in PNG and PDF formats",
"author": "Composio",
"tags": ["design", "art", "visual", "pdf", "png"]
},
{
"name": "senior-frontend",
"category": "frontend",
"description": "React/Next.js/TypeScript patterns with bundle analysis and optimization",
"author": "alirezarezvani",
"tags": ["frontend", "react", "nextjs", "typescript", "performance"]
},
{
"name": "frontend-developer",
"category": "frontend",
"description": "Frontend development specialist agent",
"author": "Community",
"tags": ["frontend", "agent", "development"]
},
{
"name": "commit",
"category": "git",
"description": "Smart git commits using conventional commit format",
"author": "Community",
"tags": ["git", "commits", "conventional-commits"]
},
{
"name": "create-pr",
"category": "git",
"description": "Automates pull request creation with proper templates",
"author": "Community",
"tags": ["git", "pull-request", "github"]
},
{
"name": "pr-review",
"category": "git",
"description": "Comprehensive PR reviews with detailed feedback",
"author": "Community",
"tags": ["git", "code-review", "pull-request"]
},
{
"name": "changelog-generator",
"category": "git",
"description": "Transform git commits into user-friendly changelogs",
"author": "Composio",
"tags": ["git", "changelog", "release-notes"]
},
{
"name": "ship",
"category": "git",
"description": "Complete PR workflow from commit to production",
"author": "Community",
"tags": ["git", "workflow", "deployment", "ci-cd"]
},
{
"name": "code-review",
"category": "quality",
"description": "Comprehensive code review with best practices",
"author": "Community",
"tags": ["code-review", "quality", "best-practices"]
},
{
"name": "test-writer-fixer",
"category": "quality",
"description": "Automatically write and fix unit tests",
"author": "Community",
"tags": ["testing", "unit-tests", "jest", "vitest"]
},
{
"name": "debugger",
"category": "quality",
"description": "Advanced debugging assistant",
"author": "Community",
"tags": ["debugging", "troubleshooting"]
},
{
"name": "bug-fix",
"category": "quality",
"description": "Analyzes and fixes bugs in your codebase",
"author": "Community",
"tags": ["debugging", "bug-fix", "troubleshooting"]
},
{
"name": "backend-architect",
"category": "backend",
"description": "Backend architecture patterns and system design",
"author": "Community",
"tags": ["backend", "architecture", "api", "database"]
},
{
"name": "mcp-builder",
"category": "backend",
"description": "Build high-quality MCP servers for LLM integrations",
"author": "Composio",
"tags": ["mcp", "servers", "integrations", "python", "typescript"]
},
{
"name": "agent-sdk-dev",
"category": "backend",
"description": "Claude Agent SDK development helper",
"author": "Community",
"tags": ["agent-sdk", "agents", "development"]
},
{
"name": "perf",
"category": "devops",
"description": "Performance analysis and optimization",
"author": "Community",
"tags": ["performance", "optimization", "profiling"]
},
{
"name": "audit-project",
"category": "devops",
"description": "Full project audit for quality and issues",
"author": "Community",
"tags": ["audit", "quality", "dependencies", "security"]
},
{
"name": "documentation-generator",
"category": "docs",
"description": "Generate comprehensive documentation from code",
"author": "Community",
"tags": ["documentation", "readme", "api-docs"]
},
{
"name": "security-guidance",
"category": "security",
"description": "Security best practices and vulnerability detection",
"author": "Community",
"tags": ["security", "owasp", "vulnerabilities"]
},
{
"name": "developer-growth-analysis",
"category": "productivity",
"description": "Analyze coding patterns and get personalized learning resources",
"author": "Composio",
"tags": ["productivity", "learning", "growth", "analytics"]
}
],
"categories": [
{"id": "integrations", "name": "Integrations & Connectivity", "icon": "plug"},
{"id": "frontend", "name": "Frontend & Design", "icon": "palette"},
{"id": "git", "name": "Git & Version Control", "icon": "git-branch"},
{"id": "quality", "name": "Code Quality & Testing", "icon": "check-circle"},
{"id": "backend", "name": "Backend & Architecture", "icon": "server"},
{"id": "devops", "name": "DevOps & Performance", "icon": "rocket"},
{"id": "docs", "name": "Documentation", "icon": "book"},
{"id": "security", "name": "Security", "icon": "shield"},
{"id": "productivity", "name": "Developer Productivity", "icon": "zap"}
]
}