selmakcbyselmakcbyCommunityยท1 Agent Skills Included

knowledge-pipeline

Build a persistent, self-maintaining knowledge wiki from raw sources

Builds a persistent, cumulative knowledge wiki from raw sources like articles, transcripts, and notes. Automates the tedious bookkeeping of cross-references, summaries, and contradiction tracking that makes people abandon wikis. Provides ready-to-use INGEST, QUERY, and LINT prompts so every new source and question makes the archive richer. Works with Obsidian and any coding agent for research, reading, team knowledge, or personal notes.
npx skills add selmakcby/knowledge-pipeline --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’