Skip to content

Commit 7fbd5b0

Browse files
feat: add 5 general-purpose / foundational skill sources
Adds the highest-starred general-purpose Claude Code / Codex skill collections to scripts/sync_skills.py: - obra/superpowers (194.6k stars, 14 skills) - methodology framework - anthropics/skills (136.1k stars, 18 skills) - OFFICIAL Anthropic - forrestchang/andrej-karpathy-skills (133.3k stars, 1 skill) - the famous Karpathy CLAUDE.md - wshobson/agents (35.5k stars, 155 skills) - dev workflows across many plugin domains - anthropics/claude-plugins-official (19.5k stars, 28 skills) - OFFICIAL Anthropic plugin skills (Discord, iMessage, Slack, etc.) Install order reorganized into three tiers so higher-authority sources win generic name collisions: bio/medical -> academic -> general/ foundational. README source table grouped by scope. Skills count badge bumped to 1800+; sources badge bumped to 14. CHANGELOG updated under [Unreleased].
1 parent be11615 commit 7fbd5b0

3 files changed

Lines changed: 63 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project are documented here. The format is based on
44

55
## [Unreleased]
66

7+
### Added
8+
- 5 general-purpose / foundational upstream sources added to `scripts/sync_skills.py`:
9+
- [obra/superpowers](https://github.com/obra/superpowers) (194.6k ⭐, 14 skills — methodology framework)
10+
- [anthropics/skills](https://github.com/anthropics/skills) (136.1k ⭐, 18 skills — official Anthropic)
11+
- [forrestchang/andrej-karpathy-skills](https://github.com/forrestchang/andrej-karpathy-skills) (133.3k ⭐, 1 skill — Karpathy CLAUDE.md)
12+
- [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.
19+
720
## [0.2.0] — 2026-05-17
821

922
### Added

README.md

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
# 🧬 awesome-skills
44

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.
66

77
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
99
[![sync-skills](https://github.com/FridrichMethod/awesome-skills/actions/workflows/sync-skills.yml/badge.svg)](https://github.com/FridrichMethod/awesome-skills/actions/workflows/sync-skills.yml)
10-
[![Skills](https://img.shields.io/badge/skills-1668-brightgreen)](#sources)
11-
[![Sources](https://img.shields.io/badge/upstream%20sources-9-blue)](#sources)
10+
[![Skills](https://img.shields.io/badge/skills-1800%2B-brightgreen)](#sources)
11+
[![Sources](https://img.shields.io/badge/upstream%20sources-14-blue)](#sources)
1212
[![Last Commit](https://img.shields.io/github/last-commit/FridrichMethod/awesome-skills)](https://github.com/FridrichMethod/awesome-skills/commits/main)
1313
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
1414

@@ -26,11 +26,11 @@ Agent skills are how you give Claude Code or Codex CLI deep, reusable expertise
2626

2727
**awesome-skills** does three things:
2828

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.
3030
2. **Filters** out things that break installs (Git LFS pointers, files >40 MB, bundled vector DBs, stale `.gitattributes`).
3131
3. **Auto-syncs** every Sunday so your skill library stays current without manual work.
3232

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.
3434

3535
---
3636

@@ -133,7 +133,9 @@ If you already have the repo cloned, `./install.sh` detects the adjacent `skills
133133

134134
## Sources
135135

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
137139

138140
| Source | Stars | Skills | Focus |
139141
|---|---:|---:|---|
@@ -143,10 +145,25 @@ Skills are aggregated from these upstream repositories — credit and gratitude
143145
| [GPTomics/bioSkills](https://github.com/GPTomics/bioSkills) | 667 | ~475 | Bioinformatics (variant, CRISPR, single-cell, spatial) |
144146
| [jaechang-hits/SciAgent-Skills](https://github.com/jaechang-hits/SciAgent-Skills) | 158 | 199 | Life-science workflows (BixBench 92%) |
145147
| [adaptyvbio/protein-design-skills](https://github.com/adaptyvbio/protein-design-skills) | 127 | 21 | **Protein design pipeline**: BoltzGen, Chai, RFdiffusion, ProteinMPNN |
148+
149+
### Academic / writing
150+
151+
| Source | Stars | Skills | Focus |
152+
|---|---:|---:|---|
146153
| [Imbad0202/academic-research-skills](https://github.com/Imbad0202/academic-research-skills) | 8.6k | 4 | Academic research→write→review pipeline |
147154
| [lishix520/academic-paper-skills](https://github.com/lishix520/academic-paper-skills) | 624 | 2 | Paper strategist + composer |
148155
| [jamditis/claude-skills-journalism](https://github.com/jamditis/claude-skills-journalism) | 209 | 53 | Journalism, FOIA, fact-checking, academic writing |
149156

157+
### General-purpose & foundational
158+
159+
| Source | Stars | Skills | Focus |
160+
|---|---:|---:|---|
161+
| [wshobson/agents](https://github.com/wshobson/agents) | 35.5k | 155 | Production dev workflows — accessibility, code review, deployment, testing across many plugin domains |
162+
| [anthropics/claude-plugins-official](https://github.com/anthropics/claude-plugins-official) | 19.5k | 28 | **Official Anthropic** plugin skills — Discord, iMessage, Slack, Telegram, GitHub messaging & access |
163+
| [forrestchang/andrej-karpathy-skills](https://github.com/forrestchang/andrej-karpathy-skills) | 133.3k | 1 | Andrej Karpathy's CLAUDE.md packaged — guidance for fixing common LLM coding pitfalls |
164+
| [anthropics/skills](https://github.com/anthropics/skills) | 136.1k | 18 | **Official Anthropic** skills — algorithmic-art, brand-guidelines, canvas-design, claude-api, doc-coauthoring, mcp-builder, pdf, pptx, xlsx, etc. |
165+
| [obra/superpowers](https://github.com/obra/superpowers) | 194.6k | 14 | Anthropic-blessed methodology framework — brainstorming, TDD, debugging, planning, code review, subagent-driven dev |
166+
150167
> 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.
151168
152169
---
@@ -277,13 +294,25 @@ The curation, installer, and workflows in this repo are released under the [MIT
277294

278295
This project would not exist without the work of:
279296

297+
**Bio / scientific / medical**
298+
280299
- [K-Dense AI](https://github.com/K-Dense-AI) for the scientific-skills + scientific-writer collections
281300
- [FreedomIntelligence](https://github.com/FreedomIntelligence) for OpenClaw Medical Skills
282301
- [GPTomics](https://github.com/GPTomics) for bioSkills
283302
- [Jaechang Hits](https://github.com/jaechang-hits) for SciAgent-Skills
284303
- [Adaptyv Bio](https://github.com/adaptyvbio) for the protein-design pipeline skills
304+
305+
**Academic / writing**
306+
285307
- [Imbad0202](https://github.com/Imbad0202) and [lishix520](https://github.com/lishix520) for the academic paper pipelines
286308
- [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
287316
- The [Anthropic Claude Code](https://docs.claude.com/en/docs/claude-code) team for designing the SKILL.md format
288317

289318
If you use this repo and find it useful, ⭐ the upstream sources, not just this one.

scripts/sync_skills.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,31 @@
2525
SKILLS_DEST = REPO_ROOT / "skills"
2626

2727
# (url, local_name, description). Order matters — later entries win on conflict.
28+
# Order rationale:
29+
# 1) Broad bio/scientific/medical libraries first (provide volume baseline).
30+
# 2) Specialized bio/academic curations next (refine on top).
31+
# 3) General-purpose dev-workflow collections after (override generic
32+
# names like `brainstorming` with their higher-quality versions).
33+
# 4) Official Anthropic + Superpowers + Karpathy last (highest authority).
2834
UPSTREAMS = [
35+
# --- bio / scientific / medical libraries (volume baseline) ---
2936
("https://github.com/K-Dense-AI/claude-scientific-skills.git", "kdense-sci", "K-Dense scientific-skills"),
3037
("https://github.com/K-Dense-AI/claude-scientific-writer.git", "kdense-writer", "K-Dense scientific-writer"),
3138
("https://github.com/GPTomics/bioSkills.git", "bioskills", "GPTomics bioSkills"),
3239
("https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills.git", "openclaw", "OpenClaw Medical"),
3340
("https://github.com/jaechang-hits/SciAgent-Skills.git", "sciagent", "SciAgent-Skills"),
3441
("https://github.com/jamditis/claude-skills-journalism.git", "journalism", "Journalism / academia"),
42+
# --- specialized bio / academic curations ---
3543
("https://github.com/lishix520/academic-paper-skills.git", "lishix-paper", "lishix academic-paper"),
3644
("https://github.com/Imbad0202/academic-research-skills.git", "imbad-academic", "Imbad academic-research"),
3745
("https://github.com/adaptyvbio/protein-design-skills.git", "adaptyv-protein", "Adaptyv protein-design [P0]"),
46+
# --- general-purpose dev/productivity collections ---
47+
("https://github.com/wshobson/agents.git", "wshobson-agents", "wshobson agents (155 dev skills, 35.5k ⭐)"),
48+
("https://github.com/anthropics/claude-plugins-official.git", "anthropics-plugins", "Anthropic official plugins (19.5k ⭐)"),
49+
# --- foundational / highest-authority (win last on conflict) ---
50+
("https://github.com/forrestchang/andrej-karpathy-skills.git", "karpathy-skills", "Andrej Karpathy CLAUDE.md skill (133.3k ⭐)"),
51+
("https://github.com/anthropics/skills.git", "anthropics-skills", "Anthropic official skills (136.1k ⭐)"),
52+
("https://github.com/obra/superpowers.git", "obra-superpowers", "Superpowers methodology framework (194.6k ⭐)"),
3853
]
3954

4055
MAX_FILE_BYTES = 40 * 1024 * 1024 # 40 MB — under GitHub's 50 MB warning threshold

0 commit comments

Comments
 (0)