Dan Koe methodology toolkit. Built from 3,378 tweets (2020-2026), distilled into knowledge atoms, and packaged as an AI agent skill.
Generated by x-user-skill-creator.
npx skills add EwingYangs/thedankoe-skillOr manually:
git clone https://github.com/EwingYangs/thedankoe-skill.git /tmp/thedankoe-skill && cp -r /tmp/thedankoe-skill ~/.claude/skills/thedankoe && rm -rf /tmp/thedankoe-skillAfter install, trigger with /thedankoe or ask "what would Dan Koe say about...".
| 子技能 | 原子数 | 核心定位 |
|---|---|---|
| One-Person Business | 381 | 一人公司、知识变现、产品化自己 |
| Content & Writing | 486 | 写作即杠杆、内容复用飞轮 |
| Focus & Philosophy | 1152 | 聚焦的艺术、意义构建、生活即游戏 |
| Personal Development | 1174 | 自我教育、技能即肌肉、拥抱不确定性 |
| Digital Leverage | 1032 | 互联网即新基建、数字财富创造 |
| Mindset & Psychology | 775 | 打破条件反射、视角决定一切 |
thedankoe/
├── SKILL.md # 主技能文件(安装此文件)
├── README.md # 本文件
├── frequency_dictionary.md # Dan Koe 高频概念词典
├── atoms/
│ └── atoms.jsonl # 3378 条原子知识(JSONL 格式)
├── references/ # 知识包(按主题分类)
│ ├── one_person_business.md
│ ├── content_and_writing.md
│ ├── focus_and_philosophy.md
│ ├── personal_development.md
│ ├── digital_leverage.md
│ └── mindset_and_psychology.md
└── data/ # 原始数据
├── all-original-tweets.json
├── filtered-tweets.json
├── topics.json
├── topic_config.json
└── topic_skills.json
- Twitter: @thedankoe
- 推文数量: 3,378 条(过滤后)
- 时间跨度: 2020-07 至 2026-03
- 生成工具: x-user-skill-creator