Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.69 KB

File metadata and controls

50 lines (38 loc) · 1.69 KB

booklib

@booklib/skills

Curated knowledge sets from canonical books — structured, tagged, ready for AI agents.

npm version downloads license


What's in this package

The raw skill files — structured SKILL.md files covering programming, architecture, design, product, and more. Each skill has XML-tagged sections (<core_principles>, <anti_patterns>, <examples>) and frontmatter metadata.

skills/
├── clean-code-reviewer/SKILL.md
├── effective-java/SKILL.md
├── effective-kotlin/SKILL.md
├── domain-driven-design/SKILL.md
├── refactoring-ui/SKILL.md
├── lean-startup/SKILL.md
└── ... 17 more (23 total)

Want the full platform?

@booklib/skills is the content. For search, MCP integration, knowledge graph, and AI tool configuration, install the full platform:

npm install -g @booklib/core
booklib init

@booklib/core includes everything in this package plus:

  • Hybrid search engine (BM25 + vector + cross-encoder reranking)
  • MCP server with 5 tools for 14 AI coding assistants
  • Personal knowledge graph
  • Interactive setup wizard
  • Doctor diagnostics

Learn more →