
from karpathy-llm-wiki998
Create and maintain a Karpathy-style LLM-backed personal knowledge base: ingest raw sources, compile wiki articles, query and lint the knowledge base.
Provides a workflow and tooling to build a persistent personal wiki using LLMs: collect immutable raw sources, compile them into curated wiki articles, keep an index and operation log, and run linting and query flows. The skill formalizes ingest, compile, query, archive, and lint steps.
Use when you want an LLM-powered knowledge management system for research notes, documentation, or a personal knowledge base. Triggers include 'add to wiki', 'ingest source', 'what do I know about X', and maintenance lint jobs.
Designed for agents that can read/write project files and run LLM operations (Claude Code, Codex, Cursor-style automation agents).
A purely declarative skill for building and maintaining a Karpathy-style LLM wiki knowledge base. No scripts included — all instructions guide the agent on file/directory management patterns (raw/ sources, wiki/ compiled articles). Well-structured with clear Ingest, Query, and Lint workflows, cascade update logic, and deterministic vs heuristic lint categories. No security concerns whatsoever.
No executable code to audit. Pure instruction-based skill. High security score reflects zero attack surface. Code quality reflects well-written but instruction-only content — no scripts to evaluate for runtime behavior. Architecture is clean with good separation of concerns across three modes. Usefulness is moderate — niche but genuine audience of knowledge workers who want LLM-managed wikis.