Add llm-wiki skill under Productivity & Organization
loading diff…
Adds llm-wiki under Productivity & Organization, next to tapestry which has a similar knowledge-network framing.
An implementation of Andrej Karpathy's LLM Wiki pattern as a Claude Code plugin + skill. Ingested sources (papers, articles, transcripts, PDFs, notes) get compiled once into persistent, structured markdown pages; subsequent queries read the pre-synthesized wiki rather than re-chunking raw sources, so knowledge compounds over time.
llm-wiki skill with progressive-disclosure references (architecture, ingest, query, lint, scaling)/wiki:init, /wiki:ingest, /wiki:query, /wiki:lint, /wiki:stats/plugin marketplace add praneybehl/llm-wiki-plugin or npx skills add praneybehl/llm-wiki-pluginSolves a real problem (scalable LLM-maintained research notes that avoid RAG's "nothing accumulates" failure mode). Tested locally with claude plugin validate and all five commands exercised.