claude-pace
A lightweight Claude Code status line and rate limit tracker that shows your 5-hour and 7-day quota usage in real time. Pure Bash + jq, single file, zero npm.
A reusable skill for building Karpathy-style LLM wikis with Claude Code, Cursor, Codex, and other Agent Skills tools. karpathy-llm-wiki packages Karpathy's LLM Wiki idea into one installable Agent Skills skill.
$ npx -y skills add Astro-Han/karpathy-llm-wiki --agent claude-code
Run the curl in your terminal, the rest in Claude Code.
What's inside
A reusable skill for building Karpathy-style LLM wikis with Claude Code, Cursor, Codex, and other Agent Skills tools.
karpathy-llm-wiki packages Karpathy's LLM Wiki idea into one installable Agent Skills skill. Your coding agent ingests sources into raw/, compiles durable knowledge pages into wiki/, answers questions with citations, and lints the wiki for consistency.
An LLM wiki is a knowledge system where the LLM maintains structured wiki pages instead of re-searching raw documents on every question. New sources are compiled into durable markdown pages, cross-references are updated over time, and answers cite the wiki pages that already contain the synthesized knowledge.
This skill gives you three operations:
| Operation | What it does | Output |
|---|---|---|
| Ingest | Collects a source into raw/, triages it, then creates or updates wiki articles โ or just logs it when nothing is new | New or updated wiki pages |
| Query | Searches the wiki and answers with citations | Grounded answers linking to markdown pages |
| Lint | Checks index integrity, links, and wiki health | Auto-fixes plus reported issues |
See SKILL.md for the full skill specification.
| Approach | Knowledge lives in | When synthesis happens | Good for |
|---|---|---|---|
| RAG | Raw chunks and embeddings | At query time | Broad retrieval across large corpora |
| LLM Wiki | Curated markdown pages | During ingest and maintenance | Compounding knowledge, summaries, and durable cross-links |
This skill is optimized for the wiki model: knowledge that improves over time instead of re-deriving relationships on every query.
Based on a production knowledge base maintained daily since April 2026:
See examples/ for sample wiki pages, source files, and operation logs.
npx add-skill Astro-Han/karpathy-llm-wiki
Works with any tool that supports the Agent Skills standard.
Give the skill a URL, a file, or pasted text:
"Ingest this article: https://example.com/attention-is-all-you-need"
The skill stores the source in raw/, then compiles or updates the right knowledge pages in wiki/.
"What do I know about attention mechanisms?"
The skill searches the wiki and answers with citations linking back to your markdown pages.
"Lint my wiki"
Checks for broken links, missing index entries, stale cross-references, and related issues.
The core idea from Karpathy: the LLM maintains the wiki while the human focuses on choosing sources and asking good questions.
your-project/
โโโ raw/ โ Immutable source material
โ โโโ topic/
โ โโโ 2026-04-03-source-article.md
โโโ wiki/ โ Compiled knowledge pages maintained by the LLM
โ โโโ topic/
โ โ โโโ concept-name.md
โ โโโ index.md โ Global table of contents
โ โโโ log.md โ Append-only operation log
Each new source can update multiple pages, strengthen cross-references, and record contradictions. That is what makes the wiki compound over time.
This skill follows the agentskills.io open standard:
| Tool | Install method |
|---|---|
| Claude Code | npx add-skill Astro-Han/karpathy-llm-wiki |
| Cursor | npx add-skill Astro-Han/karpathy-llm-wiki |
| Codex CLI | Copy to .agents/skills/karpathy-llm-wiki/ |
| OpenCode | npx add-skill Astro-Han/karpathy-llm-wiki |
| Other tools | Copy SKILL.md, references/, and scripts/ into the tool's skill directory |
An LLM wiki is maintained by the model. It updates summaries, cross-links, index entries, and contradictions as new material arrives. A normal personal wiki depends on manual editing.
Web pages, papers, blog posts, PDFs, markdown files, text files, and pasted text. The skill converts everything into markdown under raw/ and compiles it into wiki/.
The workflow is based on a real knowledge base with 94 articles and 99 sources maintained daily since April 2026. The repo includes examples, templates, and a design spec.
Deliberately not built, after three months of production logs and a survey of the ecosystem (LLM Wiki v2, llm-wiki-compiler, OKF, agent-memory literature):
Unofficial community implementation of the workflow from Karpathy's LLM Wiki idea. The value here is the reusable workflow, prompt structure, and battle-tested knowledge-compilation rules.
See also: lucasastorian/llmwiki, atomicmemory/llm-wiki-compiler. We are tracking Google's Open Knowledge Format draft and will evaluate compatibility once the spec and tooling mature.
.gitignore assets/ karpathy-tweet.png examples/ 2026-03-19-claude-code-statusline-landscape.md ai-coding-tools-index.md claude-code-statusline-landscape.md log-sample.md README.md LICENSE README.md references/ archive-template.md article-template.md index-template.md raw-template.md scripts/ check_evidence.py SKILL.md tests/ test_check_evidence.py
A lightweight Claude Code status line and rate limit tracker that shows your 5-hour and 7-day quota usage in real time. Pure Bash + jq, single file, zero npm.
FAQ
karpathy-llm-wiki is a Claude Code plugin with 1 hand-picked skill for documentation work, indexed on Flowy. Install it with the command on its page. It includes karpathy-llm-wiki. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.