You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[wshobson/agents](https://github.com/wshobson/agents) (35.5k ⭐, 155 skills — dev workflows)
13
+
-[anthropics/claude-plugins-official](https://github.com/anthropics/claude-plugins-official) (19.5k ⭐, 28 skills — official plugins)
14
+
- README source table now grouped by scope (bio/scientific, academic, general-purpose).
15
+
- Acknowledgements section expanded with the new authors.
16
+
17
+
### Changed
18
+
- Install order in `scripts/sync_skills.py` reorganized into three tiers: bio/medical → academic → general-purpose/foundational. Higher-authority sources (Superpowers, official Anthropic, Karpathy) are now last so they win generic name collisions.
Copy file name to clipboardExpand all lines: README.md
+35-6Lines changed: 35 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
# 🧬 awesome-skills
4
4
5
-
**A curated, auto-synced collection of 1,668+ agent skills for Claude Code and Codex CLI** — focused on AI4Protein, bioinformatics, AI development, and academic paper writing.
5
+
**A curated, auto-synced collection of 1,800+ agent skills for Claude Code and Codex CLI** — covering AI4Protein, bioinformatics, academic writing, and general dev/productivity workflows.
@@ -26,11 +26,11 @@ Agent skills are how you give Claude Code or Codex CLI deep, reusable expertise
26
26
27
27
**awesome-skills** does three things:
28
28
29
-
1.**Aggregates** the best Claude Code / Codex skills from 9 upstream curated collections.
29
+
1.**Aggregates** the best Claude Code / Codex skills from 14 upstream curated collections — bio/scientific, academic writing, official Anthropic, Superpowers, Karpathy, and major community libraries.
30
30
2.**Filters** out things that break installs (Git LFS pointers, files >40 MB, bundled vector DBs, stale `.gitattributes`).
31
31
3.**Auto-syncs** every Sunday so your skill library stays current without manual work.
32
32
33
-
The result is one URL + one curl command that bootstraps a fresh laptop with **1,668 vetted skills** ready for use in Claude Code or Codex.
33
+
The result is one URL + one curl command that bootstraps a fresh laptop with **1,800+ vetted skills** ready for use in Claude Code or Codex.
34
34
35
35
---
36
36
@@ -133,7 +133,9 @@ If you already have the repo cloned, `./install.sh` detects the adjacent `skills
133
133
134
134
## Sources
135
135
136
-
Skills are aggregated from these upstream repositories — credit and gratitude to the original authors:
136
+
Skills are aggregated from these upstream repositories — credit and gratitude to the original authors. Sources are grouped by scope; within `scripts/sync_skills.py` they are listed in install order (later = wins on name collision).
137
+
138
+
### Bio / scientific / medical
137
139
138
140
| Source | Stars | Skills | Focus |
139
141
|---|---:|---:|---|
@@ -143,10 +145,25 @@ Skills are aggregated from these upstream repositories — credit and gratitude
|[wshobson/agents](https://github.com/wshobson/agents)| 35.5k | 155 | Production dev workflows — accessibility, code review, deployment, testing across many plugin domains |
> On name collision, **later sources in the install order overwrite earlier ones**. The order in `scripts/sync_skills.py` places specialized protein-design and academic-writing skills last so they win conflicts.
151
168
152
169
---
@@ -277,13 +294,25 @@ The curation, installer, and workflows in this repo are released under the [MIT
277
294
278
295
This project would not exist without the work of:
279
296
297
+
**Bio / scientific / medical**
298
+
280
299
-[K-Dense AI](https://github.com/K-Dense-AI) for the scientific-skills + scientific-writer collections
281
300
-[FreedomIntelligence](https://github.com/FreedomIntelligence) for OpenClaw Medical Skills
282
301
-[GPTomics](https://github.com/GPTomics) for bioSkills
283
302
-[Jaechang Hits](https://github.com/jaechang-hits) for SciAgent-Skills
284
303
-[Adaptyv Bio](https://github.com/adaptyvbio) for the protein-design pipeline skills
304
+
305
+
**Academic / writing**
306
+
285
307
-[Imbad0202](https://github.com/Imbad0202) and [lishix520](https://github.com/lishix520) for the academic paper pipelines
286
308
-[Joe Amditis](https://github.com/jamditis) for the journalism skills
309
+
310
+
**General-purpose / foundational**
311
+
312
+
-[Jesse Vincent (obra)](https://github.com/obra) for [Superpowers](https://github.com/obra/superpowers) — the methodology framework that anchors how skills get built
313
+
-[Anthropic](https://github.com/anthropics) for the [official skills](https://github.com/anthropics/skills) and [plugins-official](https://github.com/anthropics/claude-plugins-official) directories
314
+
-[Andrej Karpathy](https://karpathy.ai/) (via [forrestchang](https://github.com/forrestchang/andrej-karpathy-skills)) for the famous CLAUDE.md
315
+
-[wshobson](https://github.com/wshobson) for the [agents](https://github.com/wshobson/agents) multi-plugin collection
287
316
- The [Anthropic Claude Code](https://docs.claude.com/en/docs/claude-code) team for designing the SKILL.md format
288
317
289
318
If you use this repo and find it useful, ⭐ the upstream sources, not just this one.
0 commit comments