rag-to-skill
Convert books and documents into verified, shareable knowledge skills
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install rag-to-skill?โผ
Run `npx skills add Jia-Hong-Peng/rag-to-skill --all -g -y` in your terminal to install all skills in this repository globally.
How to turn a book into a reusable knowledge skill?โผ
Convert the book to JSONL with the included scripts, then ask your agent to build a skill from that file. The seven-stage workflow fills every reference with faithful source text and validates completeness before delivery.
Can it handle scanned PDFs without a text layer?โผ
Yes. The pdf-ocr skill detects whether a PDF has a text layer and uses the model's built-in vision to transcribe scanned pages, with resume support and per-page hash verification.
How does it prevent made-up content?โผ
Every statement in the generated skill must carry a source anchor pointing back to the original JSONL, and the bundled validate.py script audits anchor density, empty sections, and coverage before shipping.
Do I need coding experience to use rag-to-skill?โผ
No. After installation you simply ask in plain language, such as 'turn this JSONL into a skill', and the agent follows the documented workflow automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core