Sandbox
@simbajigege/book2skills

Book-based skills for Claude Code and other agents

book2skills turns books into reusable Agent Skills that agents can load and apply. Each skill folder contains the distilled rules, frameworks, and references for one book or topic, so your agent can follow a tested method instead of improvising.

162 starsβ€’31 forksβ€’Pythonβ€’Updated 22d ago
Who it's for

Builders who want Claude Code, Cursor, or another agent to use book-based workflows and decision rules.

What it delivers

You can give your agent proven frameworks from classic books instead of re-explaining the method every time.

What it does

Book-to-skill conversions

Each skill distills one book into an Agent Skills package that agents can use directly.

Traceable source notes

Skills are based on the full original book and annotate rules with source chapters for review.

Portable skill folders

Skills live in `skills/<skill-name>/` folders so you can copy them into supported tools.

Claude Code install path

The README shows how to clone the repo and copy a skill into `.claude/skills/`.

Growing skill catalog

The repo includes released skills and a roadmap for more books across investing, business, and mental models.

How to get it

  1. 1Run
    # 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/

README

πŸ“š book2skills

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.


🎯 Philosophy

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:

  • πŸ“– Faithful to the source β€” Every Skill is based on reading the complete original book, not secondhand summaries
  • 🧩 Actionable β€” Not just knowledge transfer, but transformation into executable judgment frameworks for agents
  • πŸ” Verifiable β€” Every criterion and rule is annotated with its source chapter for traceability
  • 🌐 Open standard β€” Follows specifications, compatible with Claude, Claude Code, Cursor, VS Code, and more

πŸ“¦ Skills List

SkillBookAuthorCategoryStatus
common-stocks-uncommon-profitsCommon Stocks and Uncommon ProfitsPhilip FisherInvestingβœ… Released
html-line-svgOriginal SkillsimbajigegeDesign & Visualizationβœ… Released
(more coming soon)πŸ”œ

πŸš€ Quick Start

Using with Claude.ai

  1. Go to any Skill folder and download the corresponding .skill file (see Releases)
  2. Open Claude.ai β†’ Settings β†’ Features β†’ Custom Skills β†’ Upload

Using with Claude Code

# 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/

Manual Installation (any platform supporting Agent Skills)

Copy the skills/<skill-name>/ folder to your platform's skills directory.


πŸ—ΊοΈ Roadmap

We plan to progressively convert the following books into Skills:

Investing

  • The Intelligent Investor β€” Benjamin Graham
  • One Up On Wall Street β€” Peter Lynch
  • Poor Charlie's Almanack β€” Charlie Munger

Business Thinking

  • Good to Great β€” Jim Collins
  • Zero to One β€” Peter Thiel
  • The Innovator's Dilemma β€” Clayton Christensen

Mental Models

  • Thinking, Fast and Slow β€” Daniel Kahneman
  • The Art of Problem Solving β€” Russell Ackoff

Have a book you'd like to see? Submit an Issue and vote!


🀝 How to Contribute

Everyone is welcome! Ways to contribute:

  1. Submit a book request β€” Tell us which book you'd most like to see converted
  2. Contribute a new Skill β€” Follow the Contributing Guide and submit a PR
  3. Improve existing Skills β€” Found an error or inaccuracy? Open an Issue or submit a PR directly
  4. Spread the word β€” Star ⭐ this project and share it with interested friends

πŸ“ Project Structure

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

πŸ“„ License

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

Files in the repo

Repository payloadβ€’7 top-level entries
  • .github
  • skills
  • .gitignore
  • CONTRIBUTING.md
  • LICENSE
  • README.md
  • skills-lock.json

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More collections

The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞

52k
phuryn/
pm-skills
phuryn/pm-skillsCollections

PM Skills Marketplace: 100+ agentic skills, commands, and plugins β€” from discovery to strategy, execution, launch, and growth.

26k

Extracted system prompts from Anthropic - Claude Fable 5.1, Opus 5, Claude Design, Claude Code. OpenAI - ChatGPT GPT-6-Astra, Codex. Google - Gemini 3.8 Flash, 3.1 Pro, Antigravity. xAI - Grok, Grok Bot, Cursor, Kimi and more! Updated regularly.

65k
1 add