A set of AGENTS.md instructions for working in the llm-wiki-skill repository. It explains repository navigation, how its monorepo—one repository containing multiple related projects—fits together, common development commands, and how to install and maintain skills.
Instructions for the llm-wiki-skill repository, including its navigation, development commands, installation, and maintenance. A monorepo is a repository that contains multiple related projects or packages, and these instructions explain how they connect.
A personal knowledge-base system based on Karpathy’s llm-wiki method. It collects material from sources such as web pages, social posts, videos, PDFs, and local files, then organizes it into a structured wiki.
Fetch any URL and convert to markdown using Chrome CDP. Saves the rendered HTML snapshot alongside the markdown, uses an upgraded Defuddle pipeline with better web-component handling and YouTube transcript extraction, and automatically falls back to the pre-Defuddle HTML-to-Markdown pipeline when needed. If local…
Extract transcripts from YouTube videos. Use when the user asks for a transcript, subtitles, or captions of a YouTube video and provides a YouTube URL (youtube.com/watch?v=, youtu.be/, or similar). Supports output with or without timestamps.
Repository guidance for working across several documentation areas or contexts. It tells new contributors to use the documentation map before entering a specific area.
An upgrade helper for llm-wiki, a tool that builds and maintains a personal knowledge base from collected sources. It downloads the latest code from GitHub and runs the official upgrade script.
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when…
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…
Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or…