Overview

InfMat/karpathy-llm-wiki is an agentskills.io-compatible skill package for the LLM Wiki pattern. It is a Tier 4 starter template in the comprehensive report — distributes the pattern as a portable agent skill.

Key Facts

  • Form: agentskills.io-compatible skill package
  • Role: portable, installable skill for any agent that reads skills
  • Distribution: skill-based — installs into .agents/skills/
  • Part of the third-wave specialized/opinionated implementations

Features

Core Architecture

  • Skill package — agentskills.io-compatible, installs into any agent via npx add-skill
  • Portable — works with Claude Code, Codex CLI, Cursor, OpenCode, or any skill-reading agent
  • LLM Wiki pattern — implements the full Karpathy spec
  • Compounding knowledge — wiki improves over time instead of re-deriving relationships per query

Ingest & Processing

  • Multi-source ingest — URLs, files, PDFs, markdown, pasted text into raw/
  • Wikilink resolution — automatic cross-reference linking
  • Cross-referencing — new sources update multiple pages, strengthen cross-references, record contradictions

Search & Retrieval

  • Query with citations — answers questions with links to markdown pages as evidence

Quality & Governance

  • Lint with auto-fix — checks index integrity, broken links, wiki health; auto-fixes + reported issues
  • Skill-enforced workflows — the skill teaches the agent how to operate
  • Consistent format — ensures pages follow the LLM Wiki structure

Integration

  • agentskills.io — compatible with the skill distribution ecosystem
  • Claude Code native — designed for skill-based agent operation
  • Any agent — works with any agent that reads skill files

Data & Storage

  • Markdown files — standard LLM Wiki output
  • File-based — no database required

Relationships

Implications

InfMat shows the “pattern as installable skill” distribution model — directly analogous to how this vault uses Synaptic bundles. Validates skill-based operation.

Sources