knowledge-pipline
Compile documents into a persistent wiki and knowledge graph
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Knowledge Pipeline?▼
Run `npx skills add YesIamGodt/knowledge-pipline --all -g -y` in your terminal to install all skills globally, then run the included install-commands script to register the slash commands.
How to turn documents into a searchable knowledge base?▼
Drop PDFs, Word files, images, or videos into the raw folder and run /pipeline-ingest. Each file is compiled into structured wiki pages with entities, concepts, and cross-document links.
Can it detect contradictions across documents?▼
Yes. Every ingest automatically compares new claims against all existing ones and reports conflicts and supporting evidence across sources.
Does Knowledge Pipeline work with local models?▼
Yes. It supports any OpenAI-compatible API, including local Ollama, so your data never leaves your machine.
Can I generate a PPT from my knowledge base?▼
Yes. Run /pipeline-ppt to generate slides built from your compiled wiki, with source citations on every page and one-click PPTX export.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides