Create best skills based on best books
npx skills add https://github.com/simbajigege/book2skills --skill stock-picking-by-common-stocks-uncommon-profitsقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
Transform the wisdom of classic books into AI Agent Skills.
book2skills is an open-source project focused on systematically distilling high-quality practical books into Agent Skills format, enabling AI agents like Claude and Claude Code to directly apply the methodologies from these books to solve real-world problems.
The value of a great book shouldn't exist only in human memory.
By distilling a book's core frameworks, decision processes, and evaluation criteria into structured Skills, anyone can let AI agents directly apply time-tested wisdom.
Our principles:
| Skill | Book | Author | Category | Status |
|---|---|---|---|---|
| common-stocks-uncommon-profits | Common Stocks and Uncommon Profits | Philip Fisher | Investing | ✅ Released |
| (more coming soon) | 🔜 |
.skill file (see Releases)# Clone the entire repository
git clone https://github.com/simbajigege/book2skills.git
# Copy the desired skill to your project
cp -r book2skills/skills/common-stocks-uncommon-profits .claude/skills/
Copy the skills/<skill-name>/ folder to your platform's skills directory.
We plan to progressively convert the following books into Skills:
Investing
Business Thinking
Mental Models
Have a book you'd like to see? Submit an Issue and vote!
Everyone is welcome! Ways to contribute:
book2skills/
├── README.md
├── CONTRIBUTING.md # Contributing guide
├── skills/
│ ├── common-stocks-uncommon-profits/ # Each skill in its own folder
│ │ ├── SKILL.md # Core file: triggers + main framework
│ │ └── references/ # Detailed reference files (loaded on demand)
│ │ ├── fifteen-points.md
│ │ ├── scuttlebutt.md
│ │ ├── when-to-buy-sell.md
│ │ └── donts.md
│ └── (more skills...)
└── .github/
└── ISSUE_TEMPLATE/ # Issue templates
The code in this project is licensed under the MIT License.
Skill content is distilled from original works for personal learning and research purposes only. Copyright belongs to the original authors.
Made with ❤️ | Making great books accessible through AI