knowledge-pipeline
Build a persistent, self-maintaining knowledge wiki from raw sources
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install knowledge-pipeline?โผ
Run `npx skills add selmakcby/knowledge-pipeline --all -g -y` in your terminal to install the skill globally.
What is the LLM-Wiki pattern?โผ
Instead of re-discovering information on every query like standard RAG, your agent incrementally builds and maintains a permanent markdown wiki with cross-references, entity pages, and flagged contradictions.
How is this different from RAG?โผ
RAG retrieves fragments fresh on every query and nothing accumulates. This pattern keeps a curated, up-to-date wiki where synthesis, links, and contradictions are already maintained, so answers get richer over time.
Does it work with Obsidian and Claude Code?โผ
Yes. The vault is plain markdown designed for Obsidian's graph view, and the skill runs with Claude Code, Codex, or any agent that follows the SKILL.md standard.
What can I use the knowledge wiki for?โผ
It is domain-independent: research projects, book reading notes, team knowledge bases, competitive analysis, course notes, or personal development journals all use the same pattern.
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