@wcj/github-rank 26.6.22 → 26.7.1
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.
- package/README.md +1 -1
- package/dist/repos.json +62997 -62990
- package/dist/trending-daily.json +149 -127
- package/dist/trending-monthly.json +152 -174
- package/dist/trending-weekly.json +148 -148
- package/dist/users.china.json +4402 -4402
- package/dist/users.json +6617 -6653
- package/dist/users.org.json +1409 -1373
- package/package.json +1 -1
- package/web/data/repos.json +62997 -62990
- package/web/data/trending-daily.json +149 -127
- package/web/data/trending-monthly.json +152 -174
- package/web/data/trending-weekly.json +148 -148
- package/web/data/users.china.json +4402 -4402
- package/web/data/users.json +6617 -6653
- package/web/data/users.org.json +1409 -1373
- package/web/index.html +6393 -6468
- package/web/org.html +1361 -1307
- package/web/repos.html +6227 -6219
- package/web/trending-monthly.html +135 -211
- package/web/trending-weekly.html +131 -131
- package/web/trending.html +193 -109
- package/web/users.china.html +4114 -4113
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
</a>
|
|
137
137
|
|
|
138
138
|
</h1>
|
|
139
|
-
<div class="time">Last cache created on 2026/
|
|
139
|
+
<div class="time">Last cache created on 2026/7/1 by
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
|
|
@@ -164,36 +164,36 @@
|
|
|
164
164
|
|
|
165
165
|
<span title="Ranking 1">🥇</span>
|
|
166
166
|
|
|
167
|
-
<a href="https://github.com/
|
|
167
|
+
<a href="https://github.com/apple/container" target="_blank" title="apple/container">apple/container</a>
|
|
168
168
|
</div>
|
|
169
169
|
<div class="sub-title followers">
|
|
170
170
|
|
|
171
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
172
|
-
<span style="background-color: #
|
|
171
|
+
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
172
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
173
173
|
</a>
|
|
174
174
|
|
|
175
175
|
<span class="star" title="Stargazers Count">
|
|
176
176
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
177
177
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
178
178
|
</svg>
|
|
179
|
-
<span>
|
|
179
|
+
<span>45.351k</span>
|
|
180
180
|
</span>
|
|
181
181
|
<span class="star" title="Repo Forked">
|
|
182
182
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
183
183
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
184
184
|
</path>
|
|
185
185
|
</svg>
|
|
186
|
-
<span>
|
|
186
|
+
<span>1342</span>
|
|
187
187
|
</span>
|
|
188
188
|
<span class="star">
|
|
189
189
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
190
190
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
191
191
|
</svg>
|
|
192
|
-
<span>
|
|
192
|
+
<span>18624 stars this month</span>
|
|
193
193
|
</span>
|
|
194
194
|
</div>
|
|
195
195
|
<div class="details">
|
|
196
|
-
|
|
196
|
+
A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon.
|
|
197
197
|
</div>
|
|
198
198
|
</div>
|
|
199
199
|
</li>
|
|
@@ -204,36 +204,36 @@
|
|
|
204
204
|
|
|
205
205
|
<span title="Ranking 2">🥈</span>
|
|
206
206
|
|
|
207
|
-
<a href="https://github.com/
|
|
207
|
+
<a href="https://github.com/DeusData/codebase-memory-mcp" target="_blank" title="DeusData/codebase-memory-mcp">DeusData/codebase-memory-mcp</a>
|
|
208
208
|
</div>
|
|
209
209
|
<div class="sub-title followers">
|
|
210
210
|
|
|
211
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
212
|
-
<span style="background-color: #
|
|
211
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
212
|
+
<span style="background-color: #555555;"></span>C
|
|
213
213
|
</a>
|
|
214
214
|
|
|
215
215
|
<span class="star" title="Stargazers Count">
|
|
216
216
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
217
217
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
218
218
|
</svg>
|
|
219
|
-
<span>
|
|
219
|
+
<span>22.856k</span>
|
|
220
220
|
</span>
|
|
221
221
|
<span class="star" title="Repo Forked">
|
|
222
222
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
223
223
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
224
224
|
</path>
|
|
225
225
|
</svg>
|
|
226
|
-
<span>
|
|
226
|
+
<span>1659</span>
|
|
227
227
|
</span>
|
|
228
228
|
<span class="star">
|
|
229
229
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
230
230
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
231
231
|
</svg>
|
|
232
|
-
<span>
|
|
232
|
+
<span>19612 stars this month</span>
|
|
233
233
|
</span>
|
|
234
234
|
</div>
|
|
235
235
|
<div class="details">
|
|
236
|
-
|
|
236
|
+
High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
|
|
237
237
|
</div>
|
|
238
238
|
</div>
|
|
239
239
|
</li>
|
|
@@ -244,36 +244,36 @@
|
|
|
244
244
|
|
|
245
245
|
<span title="Ranking 3">🥉</span>
|
|
246
246
|
|
|
247
|
-
<a href="https://github.com/
|
|
247
|
+
<a href="https://github.com/calesthio/OpenMontage" target="_blank" title="calesthio/OpenMontage">calesthio/OpenMontage</a>
|
|
248
248
|
</div>
|
|
249
249
|
<div class="sub-title followers">
|
|
250
250
|
|
|
251
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
252
|
-
<span style="background-color: #
|
|
251
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
252
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
253
253
|
</a>
|
|
254
254
|
|
|
255
255
|
<span class="star" title="Stargazers Count">
|
|
256
256
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
257
257
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
258
258
|
</svg>
|
|
259
|
-
<span>
|
|
259
|
+
<span>29.883k</span>
|
|
260
260
|
</span>
|
|
261
261
|
<span class="star" title="Repo Forked">
|
|
262
262
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
263
263
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
264
264
|
</path>
|
|
265
265
|
</svg>
|
|
266
|
-
<span>
|
|
266
|
+
<span>3371</span>
|
|
267
267
|
</span>
|
|
268
268
|
<span class="star">
|
|
269
269
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
270
270
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
271
271
|
</svg>
|
|
272
|
-
<span>
|
|
272
|
+
<span>25466 stars this month</span>
|
|
273
273
|
</span>
|
|
274
274
|
</div>
|
|
275
275
|
<div class="details">
|
|
276
|
-
|
|
276
|
+
World's first open-source, agentic video production system. 12 pipelines, 52 tools, 500+ agent skills. Turn your AI coding assistant into a full video production studio.
|
|
277
277
|
</div>
|
|
278
278
|
</div>
|
|
279
279
|
</li>
|
|
@@ -284,36 +284,36 @@
|
|
|
284
284
|
|
|
285
285
|
<span title="Ranking 4">4</span>
|
|
286
286
|
|
|
287
|
-
<a href="https://github.com/
|
|
287
|
+
<a href="https://github.com/Panniantong/Agent-Reach" target="_blank" title="Panniantong/Agent-Reach">Panniantong/Agent-Reach</a>
|
|
288
288
|
</div>
|
|
289
289
|
<div class="sub-title followers">
|
|
290
290
|
|
|
291
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
292
|
-
<span style="background-color: #
|
|
291
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
292
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
293
293
|
</a>
|
|
294
294
|
|
|
295
295
|
<span class="star" title="Stargazers Count">
|
|
296
296
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
297
297
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
298
298
|
</svg>
|
|
299
|
-
<span>
|
|
299
|
+
<span>47.067k</span>
|
|
300
300
|
</span>
|
|
301
301
|
<span class="star" title="Repo Forked">
|
|
302
302
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
303
303
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
304
304
|
</path>
|
|
305
305
|
</svg>
|
|
306
|
-
<span>
|
|
306
|
+
<span>3728</span>
|
|
307
307
|
</span>
|
|
308
308
|
<span class="star">
|
|
309
309
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
310
310
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
311
311
|
</svg>
|
|
312
|
-
<span>
|
|
312
|
+
<span>26239 stars this month</span>
|
|
313
313
|
</span>
|
|
314
314
|
</div>
|
|
315
315
|
<div class="details">
|
|
316
|
-
|
|
316
|
+
Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
|
|
317
317
|
</div>
|
|
318
318
|
</div>
|
|
319
319
|
</li>
|
|
@@ -324,36 +324,36 @@
|
|
|
324
324
|
|
|
325
325
|
<span title="Ranking 5">5</span>
|
|
326
326
|
|
|
327
|
-
<a href="https://github.com/
|
|
327
|
+
<a href="https://github.com/mvanhorn/last30days-skill" target="_blank" title="mvanhorn/last30days-skill">mvanhorn/last30days-skill</a>
|
|
328
328
|
</div>
|
|
329
329
|
<div class="sub-title followers">
|
|
330
330
|
|
|
331
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
332
|
-
<span style="background-color: #
|
|
331
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
332
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
333
333
|
</a>
|
|
334
334
|
|
|
335
335
|
<span class="star" title="Stargazers Count">
|
|
336
336
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
337
337
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
338
338
|
</svg>
|
|
339
|
-
<span>
|
|
339
|
+
<span>47.922k</span>
|
|
340
340
|
</span>
|
|
341
341
|
<span class="star" title="Repo Forked">
|
|
342
342
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
343
343
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
344
344
|
</path>
|
|
345
345
|
</svg>
|
|
346
|
-
<span>
|
|
346
|
+
<span>3961</span>
|
|
347
347
|
</span>
|
|
348
348
|
<span class="star">
|
|
349
349
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
350
350
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
351
351
|
</svg>
|
|
352
|
-
<span>
|
|
352
|
+
<span>21268 stars this month</span>
|
|
353
353
|
</span>
|
|
354
354
|
</div>
|
|
355
355
|
<div class="details">
|
|
356
|
-
|
|
356
|
+
AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
|
|
357
357
|
</div>
|
|
358
358
|
</div>
|
|
359
359
|
</li>
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
|
|
365
365
|
<span title="Ranking 6">6</span>
|
|
366
366
|
|
|
367
|
-
<a href="https://github.com/
|
|
367
|
+
<a href="https://github.com/iptv-org/iptv" target="_blank" title="iptv-org/iptv">iptv-org/iptv</a>
|
|
368
368
|
</div>
|
|
369
369
|
<div class="sub-title followers">
|
|
370
370
|
|
|
@@ -376,24 +376,24 @@
|
|
|
376
376
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
377
377
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
378
378
|
</svg>
|
|
379
|
-
<span>
|
|
379
|
+
<span>129.587k</span>
|
|
380
380
|
</span>
|
|
381
381
|
<span class="star" title="Repo Forked">
|
|
382
382
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
383
383
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
384
384
|
</path>
|
|
385
385
|
</svg>
|
|
386
|
-
<span>
|
|
386
|
+
<span>7178</span>
|
|
387
387
|
</span>
|
|
388
388
|
<span class="star">
|
|
389
389
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
390
390
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
391
391
|
</svg>
|
|
392
|
-
<span>
|
|
392
|
+
<span>13223 stars this month</span>
|
|
393
393
|
</span>
|
|
394
394
|
</div>
|
|
395
395
|
<div class="details">
|
|
396
|
-
|
|
396
|
+
Collection of publicly available IPTV channels from all over the world
|
|
397
397
|
</div>
|
|
398
398
|
</div>
|
|
399
399
|
</li>
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
|
|
405
405
|
<span title="Ranking 7">7</span>
|
|
406
406
|
|
|
407
|
-
<a href="https://github.com/
|
|
407
|
+
<a href="https://github.com/phuryn/pm-skills" target="_blank" title="phuryn/pm-skills">phuryn/pm-skills</a>
|
|
408
408
|
</div>
|
|
409
409
|
<div class="sub-title followers">
|
|
410
410
|
|
|
@@ -412,24 +412,24 @@
|
|
|
412
412
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
413
413
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
414
414
|
</svg>
|
|
415
|
-
<span>
|
|
415
|
+
<span>21.895k</span>
|
|
416
416
|
</span>
|
|
417
417
|
<span class="star" title="Repo Forked">
|
|
418
418
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
419
419
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
420
420
|
</path>
|
|
421
421
|
</svg>
|
|
422
|
-
<span>
|
|
422
|
+
<span>2205</span>
|
|
423
423
|
</span>
|
|
424
424
|
<span class="star">
|
|
425
425
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
426
426
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
427
427
|
</svg>
|
|
428
|
-
<span>
|
|
428
|
+
<span>10208 stars this month</span>
|
|
429
429
|
</span>
|
|
430
430
|
</div>
|
|
431
431
|
<div class="details">
|
|
432
|
-
|
|
432
|
+
PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.
|
|
433
433
|
</div>
|
|
434
434
|
</div>
|
|
435
435
|
</li>
|
|
@@ -440,36 +440,36 @@
|
|
|
440
440
|
|
|
441
441
|
<span title="Ranking 8">8</span>
|
|
442
442
|
|
|
443
|
-
<a href="https://github.com/
|
|
443
|
+
<a href="https://github.com/lfnovo/open-notebook" target="_blank" title="lfnovo/open-notebook">lfnovo/open-notebook</a>
|
|
444
444
|
</div>
|
|
445
445
|
<div class="sub-title followers">
|
|
446
446
|
|
|
447
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
448
|
-
<span style="background-color: #
|
|
447
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
448
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
449
449
|
</a>
|
|
450
450
|
|
|
451
451
|
<span class="star" title="Stargazers Count">
|
|
452
452
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
453
453
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
454
454
|
</svg>
|
|
455
|
-
<span>
|
|
455
|
+
<span>34.137k</span>
|
|
456
456
|
</span>
|
|
457
457
|
<span class="star" title="Repo Forked">
|
|
458
458
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
459
459
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
460
460
|
</path>
|
|
461
461
|
</svg>
|
|
462
|
-
<span>
|
|
462
|
+
<span>3806</span>
|
|
463
463
|
</span>
|
|
464
464
|
<span class="star">
|
|
465
465
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
466
466
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
467
467
|
</svg>
|
|
468
|
-
<span>
|
|
468
|
+
<span>10333 stars this month</span>
|
|
469
469
|
</span>
|
|
470
470
|
</div>
|
|
471
471
|
<div class="details">
|
|
472
|
-
|
|
472
|
+
An Open Source implementation of Notebook LM with more flexibility and features
|
|
473
473
|
</div>
|
|
474
474
|
</div>
|
|
475
475
|
</li>
|
|
@@ -480,36 +480,36 @@
|
|
|
480
480
|
|
|
481
481
|
<span title="Ranking 9">9</span>
|
|
482
482
|
|
|
483
|
-
<a href="https://github.com/
|
|
483
|
+
<a href="https://github.com/harry0703/MoneyPrinterTurbo" target="_blank" title="harry0703/MoneyPrinterTurbo">harry0703/MoneyPrinterTurbo</a>
|
|
484
484
|
</div>
|
|
485
485
|
<div class="sub-title followers">
|
|
486
486
|
|
|
487
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
488
|
-
<span style="background-color: #
|
|
487
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
488
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
489
489
|
</a>
|
|
490
490
|
|
|
491
491
|
<span class="star" title="Stargazers Count">
|
|
492
492
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
493
493
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
494
494
|
</svg>
|
|
495
|
-
<span>
|
|
495
|
+
<span>94.502k</span>
|
|
496
496
|
</span>
|
|
497
497
|
<span class="star" title="Repo Forked">
|
|
498
498
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
499
499
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
500
500
|
</path>
|
|
501
501
|
</svg>
|
|
502
|
-
<span>
|
|
502
|
+
<span>13733</span>
|
|
503
503
|
</span>
|
|
504
504
|
<span class="star">
|
|
505
505
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
506
506
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
507
507
|
</svg>
|
|
508
|
-
<span>
|
|
508
|
+
<span>21864 stars this month</span>
|
|
509
509
|
</span>
|
|
510
510
|
</div>
|
|
511
511
|
<div class="details">
|
|
512
|
-
|
|
512
|
+
利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.
|
|
513
513
|
</div>
|
|
514
514
|
</div>
|
|
515
515
|
</li>
|
|
@@ -520,36 +520,36 @@
|
|
|
520
520
|
|
|
521
521
|
<span title="Ranking 10">10</span>
|
|
522
522
|
|
|
523
|
-
<a href="https://github.com/
|
|
523
|
+
<a href="https://github.com/openai/plugins" target="_blank" title="openai/plugins">openai/plugins</a>
|
|
524
524
|
</div>
|
|
525
525
|
<div class="sub-title followers">
|
|
526
526
|
|
|
527
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
528
|
-
<span style="background-color: #
|
|
527
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
528
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
529
529
|
</a>
|
|
530
530
|
|
|
531
531
|
<span class="star" title="Stargazers Count">
|
|
532
532
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
533
533
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
534
534
|
</svg>
|
|
535
|
-
<span>
|
|
535
|
+
<span>3.826k</span>
|
|
536
536
|
</span>
|
|
537
537
|
<span class="star" title="Repo Forked">
|
|
538
538
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
539
539
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
540
540
|
</path>
|
|
541
541
|
</svg>
|
|
542
|
-
<span>
|
|
542
|
+
<span>444</span>
|
|
543
543
|
</span>
|
|
544
544
|
<span class="star">
|
|
545
545
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
546
546
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
547
547
|
</svg>
|
|
548
|
-
<span>
|
|
548
|
+
<span>2528 stars this month</span>
|
|
549
549
|
</span>
|
|
550
550
|
</div>
|
|
551
551
|
<div class="details">
|
|
552
|
-
|
|
552
|
+
OpenAI Plugins
|
|
553
553
|
</div>
|
|
554
554
|
</div>
|
|
555
555
|
</li>
|
|
@@ -560,36 +560,36 @@
|
|
|
560
560
|
|
|
561
561
|
<span title="Ranking 11">11</span>
|
|
562
562
|
|
|
563
|
-
<a href="https://github.com/
|
|
563
|
+
<a href="https://github.com/asgeirtj/system_prompts_leaks" target="_blank" title="asgeirtj/system_prompts_leaks">asgeirtj/system_prompts_leaks</a>
|
|
564
564
|
</div>
|
|
565
565
|
<div class="sub-title followers">
|
|
566
566
|
|
|
567
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
568
|
-
<span style="background-color: #
|
|
567
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
568
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
569
569
|
</a>
|
|
570
570
|
|
|
571
571
|
<span class="star" title="Stargazers Count">
|
|
572
572
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
573
573
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
574
574
|
</svg>
|
|
575
|
-
<span>
|
|
575
|
+
<span>47.395k</span>
|
|
576
576
|
</span>
|
|
577
577
|
<span class="star" title="Repo Forked">
|
|
578
578
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
579
579
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
580
580
|
</path>
|
|
581
581
|
</svg>
|
|
582
|
-
<span>
|
|
582
|
+
<span>7736</span>
|
|
583
583
|
</span>
|
|
584
584
|
<span class="star">
|
|
585
585
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
586
586
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
587
587
|
</svg>
|
|
588
|
-
<span>
|
|
588
|
+
<span>6472 stars this month</span>
|
|
589
589
|
</span>
|
|
590
590
|
</div>
|
|
591
591
|
<div class="details">
|
|
592
|
-
|
|
592
|
+
Extracted system prompts from Anthropic - Claude Fable 5, Opus 4.8, Claude Code, Claude Design. OpenAI - ChatGPT 5.5 Thinking, GPT 5.5 Instant, Codex. Google - Gemini 3.5 Flash, 3.1 Pro, Antigravity. xAI - Grok, Cursor, Copilot, VS Code, Perplexity, and more. Updated regularly.
|
|
593
593
|
</div>
|
|
594
594
|
</div>
|
|
595
595
|
</li>
|
|
@@ -600,36 +600,36 @@
|
|
|
600
600
|
|
|
601
601
|
<span title="Ranking 12">12</span>
|
|
602
602
|
|
|
603
|
-
<a href="https://github.com/
|
|
603
|
+
<a href="https://github.com/Leonxlnx/taste-skill" target="_blank" title="Leonxlnx/taste-skill">Leonxlnx/taste-skill</a>
|
|
604
604
|
</div>
|
|
605
605
|
<div class="sub-title followers">
|
|
606
606
|
|
|
607
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
608
|
-
<span style="background-color: #
|
|
607
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
608
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
609
609
|
</a>
|
|
610
610
|
|
|
611
611
|
<span class="star" title="Stargazers Count">
|
|
612
612
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
613
613
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
614
614
|
</svg>
|
|
615
|
-
<span>
|
|
615
|
+
<span>53.863k</span>
|
|
616
616
|
</span>
|
|
617
617
|
<span class="star" title="Repo Forked">
|
|
618
618
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
619
619
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
620
620
|
</path>
|
|
621
621
|
</svg>
|
|
622
|
-
<span>
|
|
622
|
+
<span>3711</span>
|
|
623
623
|
</span>
|
|
624
624
|
<span class="star">
|
|
625
625
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
626
626
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
627
627
|
</svg>
|
|
628
|
-
<span>
|
|
628
|
+
<span>24412 stars this month</span>
|
|
629
629
|
</span>
|
|
630
630
|
</div>
|
|
631
631
|
<div class="details">
|
|
632
|
-
|
|
632
|
+
Taste-Skill - gives your AI good taste. stops the AI from generating boring, generic slop
|
|
633
633
|
</div>
|
|
634
634
|
</div>
|
|
635
635
|
</li>
|
|
@@ -640,36 +640,36 @@
|
|
|
640
640
|
|
|
641
641
|
<span title="Ranking 13">13</span>
|
|
642
642
|
|
|
643
|
-
<a href="https://github.com/
|
|
643
|
+
<a href="https://github.com/alibaba/zvec" target="_blank" title="alibaba/zvec">alibaba/zvec</a>
|
|
644
644
|
</div>
|
|
645
645
|
<div class="sub-title followers">
|
|
646
646
|
|
|
647
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
648
|
-
<span style="background-color: #
|
|
647
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
648
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
649
649
|
</a>
|
|
650
650
|
|
|
651
651
|
<span class="star" title="Stargazers Count">
|
|
652
652
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
653
653
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
654
654
|
</svg>
|
|
655
|
-
<span>
|
|
655
|
+
<span>12.641k</span>
|
|
656
656
|
</span>
|
|
657
657
|
<span class="star" title="Repo Forked">
|
|
658
658
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
659
659
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
660
660
|
</path>
|
|
661
661
|
</svg>
|
|
662
|
-
<span>
|
|
662
|
+
<span>754</span>
|
|
663
663
|
</span>
|
|
664
664
|
<span class="star">
|
|
665
665
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
666
666
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
667
667
|
</svg>
|
|
668
|
-
<span>
|
|
668
|
+
<span>2930 stars this month</span>
|
|
669
669
|
</span>
|
|
670
670
|
</div>
|
|
671
671
|
<div class="details">
|
|
672
|
-
|
|
672
|
+
A lightweight, lightning-fast, in-process vector database
|
|
673
673
|
</div>
|
|
674
674
|
</div>
|
|
675
675
|
</li>
|
|
@@ -680,7 +680,7 @@
|
|
|
680
680
|
|
|
681
681
|
<span title="Ranking 14">14</span>
|
|
682
682
|
|
|
683
|
-
<a href="https://github.com/
|
|
683
|
+
<a href="https://github.com/stablyai/orca" target="_blank" title="stablyai/orca">stablyai/orca</a>
|
|
684
684
|
</div>
|
|
685
685
|
<div class="sub-title followers">
|
|
686
686
|
|
|
@@ -692,24 +692,24 @@
|
|
|
692
692
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
693
693
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
694
694
|
</svg>
|
|
695
|
-
<span>
|
|
695
|
+
<span>9.677k</span>
|
|
696
696
|
</span>
|
|
697
697
|
<span class="star" title="Repo Forked">
|
|
698
698
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
699
699
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
700
700
|
</path>
|
|
701
701
|
</svg>
|
|
702
|
-
<span>
|
|
702
|
+
<span>660</span>
|
|
703
703
|
</span>
|
|
704
704
|
<span class="star">
|
|
705
705
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
706
706
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
707
707
|
</svg>
|
|
708
|
-
<span>
|
|
708
|
+
<span>5752 stars this month</span>
|
|
709
709
|
</span>
|
|
710
710
|
</div>
|
|
711
711
|
<div class="details">
|
|
712
|
-
|
|
712
|
+
Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on desktop and mobile.
|
|
713
713
|
</div>
|
|
714
714
|
</div>
|
|
715
715
|
</li>
|
|
@@ -720,36 +720,36 @@
|
|
|
720
720
|
|
|
721
721
|
<span title="Ranking 15">15</span>
|
|
722
722
|
|
|
723
|
-
<a href="https://github.com/
|
|
723
|
+
<a href="https://github.com/ogulcancelik/herdr" target="_blank" title="ogulcancelik/herdr">ogulcancelik/herdr</a>
|
|
724
724
|
</div>
|
|
725
725
|
<div class="sub-title followers">
|
|
726
726
|
|
|
727
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
728
|
-
<span style="background-color: #
|
|
727
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
728
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
729
729
|
</a>
|
|
730
730
|
|
|
731
731
|
<span class="star" title="Stargazers Count">
|
|
732
732
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
733
733
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
734
734
|
</svg>
|
|
735
|
-
<span>
|
|
735
|
+
<span>9.012k</span>
|
|
736
736
|
</span>
|
|
737
737
|
<span class="star" title="Repo Forked">
|
|
738
738
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
739
739
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
740
740
|
</path>
|
|
741
741
|
</svg>
|
|
742
|
-
<span>
|
|
742
|
+
<span>540</span>
|
|
743
743
|
</span>
|
|
744
744
|
<span class="star">
|
|
745
745
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
746
746
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
747
747
|
</svg>
|
|
748
|
-
<span>
|
|
748
|
+
<span>5502 stars this month</span>
|
|
749
749
|
</span>
|
|
750
750
|
</div>
|
|
751
751
|
<div class="details">
|
|
752
|
-
|
|
752
|
+
agent multiplexer that lives in your terminal.
|
|
753
753
|
</div>
|
|
754
754
|
</div>
|
|
755
755
|
</li>
|
|
@@ -760,36 +760,36 @@
|
|
|
760
760
|
|
|
761
761
|
<span title="Ranking 16">16</span>
|
|
762
762
|
|
|
763
|
-
<a href="https://github.com/
|
|
763
|
+
<a href="https://github.com/mukul975/Anthropic-Cybersecurity-Skills" target="_blank" title="mukul975/Anthropic-Cybersecurity-Skills">mukul975/Anthropic-Cybersecurity-Skills</a>
|
|
764
764
|
</div>
|
|
765
765
|
<div class="sub-title followers">
|
|
766
766
|
|
|
767
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
768
|
-
<span style="background-color: #
|
|
767
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
768
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
769
769
|
</a>
|
|
770
770
|
|
|
771
771
|
<span class="star" title="Stargazers Count">
|
|
772
772
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
773
773
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
774
774
|
</svg>
|
|
775
|
-
<span>
|
|
775
|
+
<span>23.47k</span>
|
|
776
776
|
</span>
|
|
777
777
|
<span class="star" title="Repo Forked">
|
|
778
778
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
779
779
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
780
780
|
</path>
|
|
781
781
|
</svg>
|
|
782
|
-
<span>
|
|
782
|
+
<span>2668</span>
|
|
783
783
|
</span>
|
|
784
784
|
<span class="star">
|
|
785
785
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
786
786
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
787
787
|
</svg>
|
|
788
|
-
<span>
|
|
788
|
+
<span>10688 stars this month</span>
|
|
789
789
|
</span>
|
|
790
790
|
</div>
|
|
791
791
|
<div class="details">
|
|
792
|
-
|
|
792
|
+
817 structured cybersecurity skills for AI agents · Mapped to 6 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND, NIST AI RMF & MITRE F3 (Fight Fraud) · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platforms · 29 security domains · Apache 2.0
|
|
793
793
|
</div>
|
|
794
794
|
</div>
|
|
795
795
|
</li>
|
|
@@ -800,36 +800,36 @@
|
|
|
800
800
|
|
|
801
801
|
<span title="Ranking 17">17</span>
|
|
802
802
|
|
|
803
|
-
<a href="https://github.com/
|
|
803
|
+
<a href="https://github.com/kenn-io/agentsview" target="_blank" title="kenn-io/agentsview">kenn-io/agentsview</a>
|
|
804
804
|
</div>
|
|
805
805
|
<div class="sub-title followers">
|
|
806
806
|
|
|
807
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
808
|
-
<span style="background-color: #
|
|
807
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
808
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
809
809
|
</a>
|
|
810
810
|
|
|
811
811
|
<span class="star" title="Stargazers Count">
|
|
812
812
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
813
813
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
814
814
|
</svg>
|
|
815
|
-
<span>
|
|
815
|
+
<span>3.454k</span>
|
|
816
816
|
</span>
|
|
817
817
|
<span class="star" title="Repo Forked">
|
|
818
818
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
819
819
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
820
820
|
</path>
|
|
821
821
|
</svg>
|
|
822
|
-
<span>
|
|
822
|
+
<span>272</span>
|
|
823
823
|
</span>
|
|
824
824
|
<span class="star">
|
|
825
825
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
826
826
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
827
827
|
</svg>
|
|
828
|
-
<span>
|
|
828
|
+
<span>2301 stars this month</span>
|
|
829
829
|
</span>
|
|
830
830
|
</div>
|
|
831
831
|
<div class="details">
|
|
832
|
-
|
|
832
|
+
Local-first session search, analytics, insights, and token use statistics for coding agents, supporting Claude Code, Codex, and more than 20 other agents.
|
|
833
833
|
</div>
|
|
834
834
|
</div>
|
|
835
835
|
</li>
|
|
@@ -840,36 +840,36 @@
|
|
|
840
840
|
|
|
841
841
|
<span title="Ranking 18">18</span>
|
|
842
842
|
|
|
843
|
-
<a href="https://github.com/
|
|
843
|
+
<a href="https://github.com/tashfeenahmed/freellmapi" target="_blank" title="tashfeenahmed/freellmapi">tashfeenahmed/freellmapi</a>
|
|
844
844
|
</div>
|
|
845
845
|
<div class="sub-title followers">
|
|
846
846
|
|
|
847
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
848
|
-
<span style="background-color: #
|
|
847
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
848
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
849
849
|
</a>
|
|
850
850
|
|
|
851
851
|
<span class="star" title="Stargazers Count">
|
|
852
852
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
853
853
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
854
854
|
</svg>
|
|
855
|
-
<span>
|
|
855
|
+
<span>14.251k</span>
|
|
856
856
|
</span>
|
|
857
857
|
<span class="star" title="Repo Forked">
|
|
858
858
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
859
859
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
860
860
|
</path>
|
|
861
861
|
</svg>
|
|
862
|
-
<span>
|
|
862
|
+
<span>2099</span>
|
|
863
863
|
</span>
|
|
864
864
|
<span class="star">
|
|
865
865
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
866
866
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
867
867
|
</svg>
|
|
868
|
-
<span>
|
|
868
|
+
<span>7626 stars this month</span>
|
|
869
869
|
</span>
|
|
870
870
|
</div>
|
|
871
871
|
<div class="details">
|
|
872
|
-
|
|
872
|
+
OpenAI-compatible proxy that stacks the free tiers of 16 LLM providers (~1.7B tokens/month) behind one /v1 endpoint — plus any custom OpenAI-compatible endpoint. Smart routing, automatic failover, encrypted keys. Personal experimentation only.
|
|
873
873
|
</div>
|
|
874
874
|
</div>
|
|
875
875
|
</li>
|
|
@@ -880,43 +880,7 @@
|
|
|
880
880
|
|
|
881
881
|
<span title="Ranking 19">19</span>
|
|
882
882
|
|
|
883
|
-
<a href="https://github.com/
|
|
884
|
-
</div>
|
|
885
|
-
<div class="sub-title followers">
|
|
886
|
-
|
|
887
|
-
<span class="star" title="Stargazers Count">
|
|
888
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
889
|
-
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
890
|
-
</svg>
|
|
891
|
-
<span>20.308k</span>
|
|
892
|
-
</span>
|
|
893
|
-
<span class="star" title="Repo Forked">
|
|
894
|
-
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
895
|
-
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
896
|
-
</path>
|
|
897
|
-
</svg>
|
|
898
|
-
<span>2070</span>
|
|
899
|
-
</span>
|
|
900
|
-
<span class="star">
|
|
901
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
902
|
-
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
903
|
-
</svg>
|
|
904
|
-
<span>8866 stars this month</span>
|
|
905
|
-
</span>
|
|
906
|
-
</div>
|
|
907
|
-
<div class="details">
|
|
908
|
-
PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.
|
|
909
|
-
</div>
|
|
910
|
-
</div>
|
|
911
|
-
</li>
|
|
912
|
-
|
|
913
|
-
<li>
|
|
914
|
-
<div class="info">
|
|
915
|
-
<div class="rank">
|
|
916
|
-
|
|
917
|
-
<span title="Ranking 20">20</span>
|
|
918
|
-
|
|
919
|
-
<a href="https://github.com/lfnovo/open-notebook" target="_blank" title="lfnovo/open-notebook">lfnovo/open-notebook</a>
|
|
883
|
+
<a href="https://github.com/OpenCut-app/OpenCut" target="_blank" title="OpenCut-app/OpenCut">OpenCut-app/OpenCut</a>
|
|
920
884
|
</div>
|
|
921
885
|
<div class="sub-title followers">
|
|
922
886
|
|
|
@@ -928,24 +892,24 @@
|
|
|
928
892
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
929
893
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
930
894
|
</svg>
|
|
931
|
-
<span>
|
|
895
|
+
<span>60.73k</span>
|
|
932
896
|
</span>
|
|
933
897
|
<span class="star" title="Repo Forked">
|
|
934
898
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
935
899
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
936
900
|
</path>
|
|
937
901
|
</svg>
|
|
938
|
-
<span>
|
|
902
|
+
<span>6569</span>
|
|
939
903
|
</span>
|
|
940
904
|
<span class="star">
|
|
941
905
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
942
906
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
943
907
|
</svg>
|
|
944
|
-
<span>
|
|
908
|
+
<span>8695 stars this month</span>
|
|
945
909
|
</span>
|
|
946
910
|
</div>
|
|
947
911
|
<div class="details">
|
|
948
|
-
|
|
912
|
+
The open-source CapCut alternative
|
|
949
913
|
</div>
|
|
950
914
|
</div>
|
|
951
915
|
</li>
|
|
@@ -954,78 +918,38 @@
|
|
|
954
918
|
<div class="info">
|
|
955
919
|
<div class="rank">
|
|
956
920
|
|
|
957
|
-
<span title="Ranking
|
|
958
|
-
|
|
959
|
-
<a href="https://github.com/ogulcancelik/herdr" target="_blank" title="ogulcancelik/herdr">ogulcancelik/herdr</a>
|
|
960
|
-
</div>
|
|
961
|
-
<div class="sub-title followers">
|
|
962
|
-
|
|
963
|
-
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
964
|
-
<span style="background-color: #dea584;"></span>Rust
|
|
965
|
-
</a>
|
|
966
|
-
|
|
967
|
-
<span class="star" title="Stargazers Count">
|
|
968
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
969
|
-
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
970
|
-
</svg>
|
|
971
|
-
<span>6.658k</span>
|
|
972
|
-
</span>
|
|
973
|
-
<span class="star" title="Repo Forked">
|
|
974
|
-
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
975
|
-
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
976
|
-
</path>
|
|
977
|
-
</svg>
|
|
978
|
-
<span>410</span>
|
|
979
|
-
</span>
|
|
980
|
-
<span class="star">
|
|
981
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
982
|
-
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
983
|
-
</svg>
|
|
984
|
-
<span>4711 stars this month</span>
|
|
985
|
-
</span>
|
|
986
|
-
</div>
|
|
987
|
-
<div class="details">
|
|
988
|
-
agent multiplexer that lives in your terminal.
|
|
989
|
-
</div>
|
|
990
|
-
</div>
|
|
991
|
-
</li>
|
|
992
|
-
|
|
993
|
-
<li>
|
|
994
|
-
<div class="info">
|
|
995
|
-
<div class="rank">
|
|
996
|
-
|
|
997
|
-
<span title="Ranking 22">22</span>
|
|
921
|
+
<span title="Ranking 20">20</span>
|
|
998
922
|
|
|
999
|
-
<a href="https://github.com/
|
|
923
|
+
<a href="https://github.com/can1357/oh-my-pi" target="_blank" title="can1357/oh-my-pi">can1357/oh-my-pi</a>
|
|
1000
924
|
</div>
|
|
1001
925
|
<div class="sub-title followers">
|
|
1002
926
|
|
|
1003
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1004
|
-
<span style="background-color: #
|
|
927
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
928
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
1005
929
|
</a>
|
|
1006
930
|
|
|
1007
931
|
<span class="star" title="Stargazers Count">
|
|
1008
932
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1009
933
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1010
934
|
</svg>
|
|
1011
|
-
<span>
|
|
935
|
+
<span>15.334k</span>
|
|
1012
936
|
</span>
|
|
1013
937
|
<span class="star" title="Repo Forked">
|
|
1014
938
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1015
939
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1016
940
|
</path>
|
|
1017
941
|
</svg>
|
|
1018
|
-
<span>
|
|
942
|
+
<span>1357</span>
|
|
1019
943
|
</span>
|
|
1020
944
|
<span class="star">
|
|
1021
945
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1022
946
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1023
947
|
</svg>
|
|
1024
|
-
<span>
|
|
948
|
+
<span>6466 stars this month</span>
|
|
1025
949
|
</span>
|
|
1026
950
|
</div>
|
|
1027
951
|
<div class="details">
|
|
1028
|
-
|
|
952
|
+
⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more
|
|
1029
953
|
</div>
|
|
1030
954
|
</div>
|
|
1031
955
|
</li>
|
|
@@ -1051,7 +975,7 @@
|
|
|
1051
975
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1052
976
|
</a>
|
|
1053
977
|
</div>
|
|
1054
|
-
<div class="time">Last cache created on 2026/
|
|
978
|
+
<div class="time">Last cache created on 2026/7/1 by Github API v3.</div>
|
|
1055
979
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1056
980
|
</div>
|
|
1057
981
|
</body>
|