add-skill-karpathy-llm-wiki

Ingest sources into a persistent Markdown wiki with lint checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/TerrifiedBug/nanotars-skills --skill add-skill-karpathy-llm-wiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-skill-karpathy-llm-wiki
Source: https://github.com/TerrifiedBug/nanotars-skills/tree/main/plugins/nanotars-karpathy/skills/add-skill-karpathy-llm-wiki
Command: npx skills add https://github.com/TerrifiedBug/nanotars-skills --skill add-skill-karpathy-llm-wiki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add Karpathy-style LLM Wiki to a NanoTars group. The agent maintains a structured, interlinked markdown knowledge base across ingest / query / lint operations, enabling knowledge to accumulate and evolve over time rather than fading after a single session.

Core Features & Use Cases

  • Ingest sources into a structured wiki: entities, concepts, and a log/index for navigable knowledge.
  • Maintain cross-referenced pages and automated lint checks to surface contradictions and information gaps.
  • Use across groups for collaborative research, product documentation, and long-term knowledge management.

Quick Start

Instruct the agent to create a wiki in a chosen group and begin ingesting a source into groups/<folder>/sources.

Frequently Asked Questions about add-skill-karpathy-llm-wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a persistent markdown wiki for collaborative research?

You build a persistent markdown wiki by ingesting sources into a structured group directory, creating interlinked entity and concept pages with navigable logs and indexes for ongoing knowledge accumulation.

How does cross-linking work in an LLM wiki knowledge base?

Cross-linking in an LLM wiki knowledge base works by automatically interlinking markdown pages during ingestion, maintaining navigable references between entities and concepts while keeping a running log of updates.

What is the best way to manage knowledge accumulation across long-term projects?

Managing knowledge accumulation across long-term projects is best handled by a structured wiki with automated lint checks, cross-referenced summaries, and a defined workflow for ingesting and querying cumulative sources.

Can I use automated lint checks to surface contradictions in a markdown knowledge base?

Yes, you can use automated lint checks to surface contradictions in a markdown knowledge base by running the lint operation to detect information gaps and conflicting data across interlinked wiki pages.

Do I need a specific directory structure to ingest sources into a group wiki?

Yes, you need a specific directory structure at groups/<folder>/wiki with log and index files, and integration points at groups/<folder>/sources to manage source files and changes during ingestion.

When should I not use a cross-referenced wiki for knowledge management?

You should not use a cross-referenced wiki for knowledge management when dealing with single-session tasks or non-cumulative data, as the interlinked page maintenance and linting workflow adds overhead for temporary information.