Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 933 Bytes

File metadata and controls

28 lines (21 loc) · 933 Bytes

book/ — Place Your Books and Documents Here

Put domain-specific books, papers, and documents in this folder, then type generate skill to begin generating your domain Skill.

Supported Formats

Format Notes
.pdf Requires pdf-official or firecrawl skill
.md Directly readable, recommended format
.txt Directly readable
.docx Requires docx skill

Naming Recommendations

book/
├── [domain]-[topic].pdf         Example: game-ai.pdf
├── [author]-[title].pdf         Example: jason-gregory-game-engine-architecture.pdf
└── notes-[topic].md             Example: notes-physics.md (your own notes also work)

Notes

  • More files = richer knowledge in the generated Skill
  • PDF files require a compatible tool to read (see references/pdf-tools.md)
  • Markdown/TXT files are always readable without extra tools
  • Mixed formats are supported