← All Skills
📚
Karpathy LLM Wiki Knowledge Skill
Stores source material in an immutable raw layer and compiles it into a durable wiki. It supports incremental ingest, citation-backed queries, answer archiving, and checks for index, link, and evidence consistency.
Key Features
- Raw and wiki knowledge layers
- New, update, disputed, or no-material triage
- Citation-backed wiki queries
- Index, link, and evidence linting
Installation
Run npx add-skill Astro-Han/karpathy-llm-wiki, or install the GitHub repository with any Agent Skills-compatible tool.
How to Use
Ask the agent to ingest a web or file source. It saves the source under raw/, triages its contribution, updates the wiki, and can later query or lint the resulting knowledge base.
Requirements
Requires an Agent Skills-compatible client. The npx route needs Node.js, evidence checks use Python 3, and online ingest requires the client's own web-reading capability.
Related Skills