Skip to content

Commit d58b94b

Browse files
committed
chore: update marketplace stats and plugin counts (2026-02-04)
1 parent ef2ae4a commit d58b94b

2 files changed

Lines changed: 37 additions & 53 deletions

File tree

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
**A better way to discover Claude Code marketplace plugins.**
1212

13-
Plum is a fast, fuzzy-search TUI that lets you discover and install plugins from 12 popular marketplaces - even ones you haven't installed yet. Browse 680+ plugins instantly, no setup required.
13+
Plum is a fast, fuzzy-search TUI that lets you discover and install plugins from 11 popular marketplaces - even ones you haven't installed yet. Browse 600+ plugins instantly, no setup required.
1414

1515
![Plum Demo](assets/videos/plum-demo-hq.gif)
1616

@@ -25,7 +25,7 @@ Plum works with any Claude Code marketplace. Here are some popular ones to get s
2525
</tr>
2626
<tr>
2727
<td><a href="https://github.com/jeremylongshore/claude-code-plugins-plus-skills">claude-code-plugins-plus</a></td>
28-
<td>The largest collection with <strong>282 plugins</strong> and 185 Agent Skills, focusing on production-ready automation tools across DevOps, security, testing, and AI/ML workflows.</td>
28+
<td>The largest collection with <strong>313 plugins</strong> and Agent Skills, focusing on production-ready automation tools across DevOps, security, testing, and AI/ML workflows.</td>
2929
</tr>
3030
<tr>
3131
<td><a href="https://github.com/ananddtyagi/cc-marketplace">claude-code-marketplace</a></td>
@@ -49,7 +49,7 @@ Plum works with any Claude Code marketplace. Here are some popular ones to get s
4949
</tr>
5050
<tr>
5151
<td><a href="https://github.com/anthropics/claude-plugins-official">claude-plugins-official</a></td>
52-
<td>Official Anthropic marketplace with <strong>48 plugins</strong> for Claude Code. High-quality, production-ready plugins maintained by the Anthropic team.</td>
52+
<td>Official Anthropic marketplace with <strong>51 plugins</strong> for Claude Code. High-quality, production-ready plugins maintained by the Anthropic team.</td>
5353
</tr>
5454
<tr>
5555
<td><a href="https://github.com/anthropics/skills">anthropic-agent-skills</a></td>
@@ -64,10 +64,6 @@ Plum works with any Claude Code marketplace. Here are some popular ones to get s
6464
<td>Official Docker Inc. marketplace with <strong>1 plugin</strong> for Docker Desktop MCP Toolkit integration for containerized MCP servers. Requires Docker Desktop 4.28+.</td>
6565
</tr>
6666
<tr>
67-
<td><a href="https://github.com/ccplugins/marketplace">ccplugins-marketplace</a></td>
68-
<td>Curated collection with <strong>118 plugins</strong> organized across 13 categories including DevOps, Testing, Documentation, Marketing, Security, and more.</td>
69-
</tr>
70-
<tr>
7167
<td><a href="https://github.com/thedotmack/claude-mem">claude-mem</a></td>
7268
<td>Persistent memory compression system for Claude Code with context preservation across sessions. Enables Claude to maintain project knowledge continuity through automatic tool observation capture and semantic summaries.</td>
7369
</tr>
@@ -119,7 +115,7 @@ export PATH="$PATH:$HOME/go/bin" # Add to ~/.zshrc or ~/.bashrc
119115

120116
## Key Features
121117

122-
- **Discover 680+ plugins** from 12 popular marketplaces - even ones you haven't installed yet
118+
- **Discover 600+ plugins** from 11 popular marketplaces - even ones you haven't installed yet
123119
- **Marketplace browser** - View all marketplaces with GitHub stats (stars, forks, last updated)
124120
- **Auto-updating registry** - notifies when new marketplaces are available
125121
- **Instant fuzzy search** across all plugins (installed + discoverable)

internal/marketplace/discovery.go

Lines changed: 33 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ type DiscoveredMarketplace struct {
2929
}
3030

3131
// PopularMarketplaces is the hardcoded list from README.md with static GitHub stats
32-
// Stats snapshot: 2026-01-21 (updated with fresh data including timestamps)
32+
// Stats snapshot: 2026-02-04 (updated with fresh data including timestamps)
3333
var PopularMarketplaces = []PopularMarketplace{
3434
{
3535
Name: "claude-code-plugins-plus",
3636
DisplayName: "Claude Code Plugins Plus",
3737
Repo: "https://github.com/jeremylongshore/claude-code-plugins-plus-skills",
38-
Description: "The largest collection with 282 plugins and 185 Agent Skills",
38+
Description: "The largest collection with 313 plugins and Agent Skills",
3939
StaticStats: &GitHubStats{
40-
Stars: 1037,
41-
Forks: 135,
42-
LastPushedAt: mustParseTime("2026-01-20T15:08:33Z"),
40+
Stars: 1242,
41+
Forks: 154,
42+
LastPushedAt: mustParseTime("2026-02-01T05:24:47Z"),
4343
OpenIssues: 0,
4444
},
4545
},
@@ -49,7 +49,7 @@ var PopularMarketplaces = []PopularMarketplace{
4949
Repo: "https://github.com/ananddtyagi/cc-marketplace",
5050
Description: "Community-driven marketplace with 119 plugins",
5151
StaticStats: &GitHubStats{
52-
Stars: 622,
52+
Stars: 634,
5353
Forks: 52,
5454
LastPushedAt: mustParseTime("2026-01-18T17:50:15Z"),
5555
OpenIssues: 6,
@@ -61,10 +61,10 @@ var PopularMarketplaces = []PopularMarketplace{
6161
Repo: "https://github.com/anthropics/claude-code",
6262
Description: "Official Anthropic plugins with 13 plugins maintained by the Claude Code team",
6363
StaticStats: &GitHubStats{
64-
Stars: 59003,
65-
Forks: 4361,
66-
LastPushedAt: mustParseTime("2026-01-20T23:09:30Z"),
67-
OpenIssues: 5152,
64+
Stars: 63817,
65+
Forks: 4823,
66+
LastPushedAt: mustParseTime("2026-02-04T00:44:13Z"),
67+
OpenIssues: 6056,
6868
},
6969
},
7070
{
@@ -73,9 +73,9 @@ var PopularMarketplaces = []PopularMarketplace{
7373
Repo: "https://github.com/MadAppGang/claude-code",
7474
Description: "Battle-tested workflows with 8 specialized plugins",
7575
StaticStats: &GitHubStats{
76-
Stars: 214,
77-
Forks: 19,
78-
LastPushedAt: mustParseTime("2026-01-20T16:11:06Z"),
76+
Stars: 221,
77+
Forks: 21,
78+
LastPushedAt: mustParseTime("2026-02-03T07:52:27Z"),
7979
OpenIssues: 2,
8080
},
8181
},
@@ -85,7 +85,7 @@ var PopularMarketplaces = []PopularMarketplace{
8585
Repo: "https://github.com/Dev-GOM/claude-code-marketplace",
8686
Description: "Automation-focused collection with 14 plugins",
8787
StaticStats: &GitHubStats{
88-
Stars: 56,
88+
Stars: 58,
8989
Forks: 5,
9090
LastPushedAt: mustParseTime("2026-01-17T16:54:15Z"),
9191
OpenIssues: 0,
@@ -107,12 +107,12 @@ var PopularMarketplaces = []PopularMarketplace{
107107
Name: "claude-plugins-official",
108108
DisplayName: "Claude Plugins Official",
109109
Repo: "https://github.com/anthropics/claude-plugins-official",
110-
Description: "Official Anthropic marketplace with 48 plugins",
110+
Description: "Official Anthropic marketplace with 51 plugins",
111111
StaticStats: &GitHubStats{
112-
Stars: 4542,
113-
Forks: 494,
114-
LastPushedAt: mustParseTime("2026-01-21T05:38:08Z"),
115-
OpenIssues: 132,
112+
Stars: 6397,
113+
Forks: 616,
114+
LastPushedAt: mustParseTime("2026-01-30T06:58:05Z"),
115+
OpenIssues: 171,
116116
},
117117
},
118118
{
@@ -121,10 +121,10 @@ var PopularMarketplaces = []PopularMarketplace{
121121
Repo: "https://github.com/anthropics/skills",
122122
Description: "Official Anthropic Agent Skills reference repository with 2 skills",
123123
StaticStats: &GitHubStats{
124-
Stars: 47806,
125-
Forks: 4521,
126-
LastPushedAt: mustParseTime("2025-12-20T18:09:45Z"),
127-
OpenIssues: 174,
124+
Stars: 62390,
125+
Forks: 6119,
126+
LastPushedAt: mustParseTime("2026-02-04T02:20:55Z"),
127+
OpenIssues: 229,
128128
},
129129
},
130130
{
@@ -133,9 +133,9 @@ var PopularMarketplaces = []PopularMarketplace{
133133
Repo: "https://github.com/wshobson/agents",
134134
Description: "Comprehensive production system with 71 plugins and multi-agent orchestration",
135135
StaticStats: &GitHubStats{
136-
Stars: 26228,
137-
Forks: 2899,
138-
LastPushedAt: mustParseTime("2026-01-19T22:08:28Z"),
136+
Stars: 27707,
137+
Forks: 3055,
138+
LastPushedAt: mustParseTime("2026-02-02T02:06:12Z"),
139139
OpenIssues: 12,
140140
},
141141
},
@@ -146,21 +146,9 @@ var PopularMarketplaces = []PopularMarketplace{
146146
Description: "Official Docker Inc. marketplace with 1 plugin for Docker Desktop MCP",
147147
StaticStats: &GitHubStats{
148148
Stars: 13,
149-
Forks: 4,
150-
LastPushedAt: mustParseTime("2025-12-19T19:10:46Z"),
151-
OpenIssues: 0,
152-
},
153-
},
154-
{
155-
Name: "ccplugins-marketplace",
156-
DisplayName: "CC Plugins Curated",
157-
Repo: "https://github.com/ccplugins/marketplace",
158-
Description: "Curated collection with 118 plugins across 13 categories",
159-
StaticStats: &GitHubStats{
160-
Stars: 12,
161-
Forks: 8,
162-
LastPushedAt: mustParseTime("2025-10-14T03:38:20Z"),
163-
OpenIssues: 4,
149+
Forks: 6,
150+
LastPushedAt: mustParseTime("2026-01-30T16:26:32Z"),
151+
OpenIssues: 1,
164152
},
165153
},
166154
{
@@ -169,10 +157,10 @@ var PopularMarketplaces = []PopularMarketplace{
169157
Repo: "https://github.com/thedotmack/claude-mem",
170158
Description: "Persistent memory compression system for Claude Code with context preservation",
171159
StaticStats: &GitHubStats{
172-
Stars: 14748,
173-
Forks: 1004,
174-
LastPushedAt: mustParseTime("2026-01-18T22:17:11Z"),
175-
OpenIssues: 118,
160+
Stars: 20789,
161+
Forks: 1404,
162+
LastPushedAt: mustParseTime("2026-02-04T02:09:03Z"),
163+
OpenIssues: 212,
176164
},
177165
},
178166
}

0 commit comments

Comments
 (0)