mooreslaws/expert-mind-skill
5 stars · Last commit 2026-06-19
Alexey Vorobey's experimental expert circle for Claude Code — 16 distilled mental models (Eric Seufert, Andrew Chen, Elena Verna, ...) that auto-refresh on cadence from LinkedIn, RSS, YouTube, podcasts.
README preview
# Expert Mind Skill
> **A rotating circle of 21 named experts living inside your Claude Code.**
> Mention an expert by name, by domain, or by group — Claude answers through
> their frameworks, principles, and voice. Auto-refreshes weekly from
> LinkedIn, RSS, YouTube, podcasts.
```mermaid
flowchart LR
U["Your question<br/>in Claude Code"] --> R{How you frame it}
R -->|"Use Eric Seufert..."| N["1 expert<br/>(by name)"]
R -->|"mobile UA experts..."| D["2-4 experts<br/>(by domain)"]
R -->|"growth experts lens..."| G["2-3 experts<br/>(by group)"]
N --> C["Claude responds<br/>through that lens"]
D --> C
G --> C
style C fill:#d4f1d4
```
---