karpathy-wiki-ingest

Ingests claimed wiki captures into project wikis with lock-protected page merging and auto-commit.

98|24|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/toolboxmd/karpathy-wiki --skill karpathy-wiki-ingest
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: karpathy-wiki-ingest
Source: https://github.com/toolboxmd/karpathy-wiki/tree/main/skills/karpathy-wiki-ingest
Command: npx skills add https://github.com/toolboxmd/karpathy-wiki --skill karpathy-wiki-ingest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The ingester skill defines a deterministic, spawn-based ingestion protocol for processing claimed wiki captures, ensuring main agents remain unaltered and that writes, commits, and quality signals are consistently managed.

Core Features & Use Cases

  • Establishes a formal orientation protocol and read-merge workflow to integrate captures into wiki pages with page locking, per-page merging, and quality scoring.
  • Coordinates end-to-end ingest steps: read state, select candidate pages, merge content, schedule indexing, validation, and archival, then auto-commit.
  • Use Case: When a new capture is claimed for a project wiki, run the spawned ingester to translate it into wiki pages, commit, and propagate as configured.

Quick Start

Process a claimed capture by running the spawned ingester to append wiki pages and commit the changes.

Frequently Asked Questions about karpathy-wiki-ingest

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

FAQPage Schema
How do I automate wiki page ingestion and commit changes programmatically?▼

Automated wiki page ingestion is handled by a deterministic, spawn-based protocol that reads capture state, merges content per page, and auto-commits changes while maintaining wiki integrity and quality ratings.

What is the best way to merge captured wiki content into existing project pages?▼

The best way to merge captured wiki content is a lock-protected read-merge workflow that selects candidate pages, applies page-merge operations, schedules indexing, and validates content before committing.

Does wiki ingestion support capture frontmatter and quality rating requirements?▼

Wiki ingestion explicitly satisfies capture frontmatter, page-merge, index regeneration, archival, and quality-rating requirements during the ingestion flow.

How does a spawned ingester workflow protect main agents during wiki commits?▼

A spawned ingester workflow isolates the ingestion process to ensure main agents remain unaltered while the ingester handles writes, commits, and quality signal propagation deterministically.

Can I use lock-protected merging to prevent conflicts when updating multiple wiki pages?▼

Lock-protected merging applies per-page locking during the ingestion flow to prevent conflicts, ensuring deterministic content updates and commits across project wiki pages.

What steps are required to process claimed wiki captures end-to-end?▼

End-to-end processing requires reading capture state, selecting candidate pages, merging content, scheduling indexing and validation, performing archival, and auto-committing changes through the spawned ingester.