crux-wiki

Solid

A literature wiki for a crux research vault — Andrej Karpathy's LLM-wiki pattern applied to a crux project. The PI curates immutable sources under `raw/`; you (the agent) compile them into a persistent, interlinked `wiki/` of background, prior methods, SOTA, baselines, datasets, and definitions, and draw on it to ask sharper questions and design better hypotheses. The crux engine owns the bookkeeping (source hashes, the generated `WIKI.md` index, structural lint via `crux validate`); you supply the reading and synthesis. One-way by design: literature → wiki → informs the tree; a project's own findings never enter the wiki. Use when a crux user wants a project-relevant literature base. Triggers: "ingest this paper", "add to the wiki", "what does the literature say", "compile a wiki", "lint the wiki", literature review, prior work / SOTA / baselines for a crux project, crux wiki, LLM wiki.

Web & Frontend 3 stars 0 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# crux-wiki — a literature wiki for a crux vault This skill adds a **literature layer** to a crux research vault: a living, interlinked knowledge base of *prior* knowledge — background, methods, SOTA, baselines, datasets, definitions — that you maintain and draw on. It is [Andrej Karpathy's LLM-wiki pattern] (compile curated sources once into a persistent wiki; keep it current; don't re-derive on every query) instantiated on crux, so crux's deterministic engine does the bookkeeping the pattern needs. It rides on the **crux** skill and its engine (`<crux skill>/scaffold/` — the crux skill is this skill's sibling directory in your skills dir; in a repo clone, `skills/crux`). If the engine is missing, install the crux skill first (`npx skills add mehdiforoozandeh/crux --all`, or the repo's `./install.sh`). crux tracks the *new* knowledge you're producing (the Question→Hypothesis tree); crux-wiki tracks the *existing* knowledge you're building on. They are cross-linked but separate. ## The one-way flow rule (hard, load-bearing) ``` literature (raw/) → wiki/ → informs ask · hypothesize · interpreting findings ``` **Never the reverse.** The wiki is a literature source-of-truth. A crux project's own results — verdicts, findings, closed hypotheses — **never** flow into the wiki. Wiki pages may link *out* to nothing but other wiki pages and their `raw/` sources; they must never cite a `q*`/`h*` tree node. This keeps provenance clean (every wiki claim traces to a curated source, ...

Details

Author
mehdiforoozandeh
Repository
mehdiforoozandeh/crux
Created
4 weeks ago
Last Updated
3 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

llm-wiki

Use when user wants to build/maintain a personal knowledge base in Obsidian using the LLM Wiki pattern (Andrej Karpathy). Triggers on "obsidian", "llm wiki", "/llm-wiki", "init wiki", "ingest sources", "compile knowledge base", "inizializza wiki", "second brain", "pkm", or when working in a directory containing an Obsidian vault (`.obsidian/` folder) and user references knowledge-base, research-notes, or wiki accumulation work. Also use when user asks about RAG alternatives for curated personal corpora.

0 Updated 1 weeks ago
fralapo
Web & Frontend Solid

crux

An agentic research companion — a scientific-method lab notebook for navigating large research programs. Organize work as a tree of Questions (what we don't know) and falsifiable Hypotheses (testable leaves), each with pre-registered verifiables and findings; a deterministic engine rolls results up into per-question answers, trips a human review gate, and regenerates an Obsidian-graphable META + experiments registry. Use when the user wants to run a research program rigorously: open/track research questions, design experiments as problem-statement → hypothesis → verifiables → findings, synthesize results, and update the open questions. Triggers: crux, "open a research question", "lab notebook", "hypothesis/experiment tracking", "design an experiment", "what should we try next", "research notebook", scientific method, meta-questions, Obsidian research vault.

3 Updated 3 days ago
mehdiforoozandeh
AI & Automation Listed

llm-wiki

Persistent project wiki that compounds knowledge across sessions. Ingest learnings, query past decisions, lint for contradictions. Based on Karpathy's LLMwiki pattern.

0 Updated 5 days ago
aksheyw