llm-wiki: Skill for Claude Code

.claude/skills/llmwiki-ingest/SKILL.md

llmwiki-ingest is a skill for Claude Code from Pratiyush/llm-wiki. It costs 83 tokens per session (712 once invoked), scanned A, original, MIT.

A skill that converts a source document, folder, PDF, or URL into linked pages in a local llmwiki.

In plain words
What is it for?
Use it to add new material to the wiki, including summaries, people, companies, projects, tools, concepts, contradictions, and source links.
Why use it?
It removes the need to manually summarize sources, create related pages, and maintain wiki indexes and cross-links.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

This is Pratiyush/llm-wiki's own configuration. It tells Claude Code how to work on llm-wiki itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything llm-wiki configures →

Part of the llm-wiki plugin — 6 skills, 18 commands shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to Pratiyush/llm-wiki. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Pratiyush/llm-wiki/master/.claude/skills/llmwiki-ingest/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Pratiyush/llm-wiki

Made for: Claude Code.

Or install llm-wiki, the plugin that ships this one along with the rest of its 6 skills, 18 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for llmwiki-ingest

README.md
[![agentmods](https://agentmods.dev/badge/skills/pratiyush/llm-wiki/llmwiki-ingest/github.svg)](https://agentmods.dev/skills/pratiyush/llm-wiki/llmwiki-ingest)
Your own site
<a href="https://agentmods.dev/skills/pratiyush/llm-wiki/llmwiki-ingest"><img src="https://agentmods.dev/badge/skills/pratiyush/llm-wiki/llmwiki-ingest/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for llmwiki-ingest

Your own site · 80×15
<a href="https://agentmods.dev/skills/pratiyush/llm-wiki/llmwiki-ingest"><img src="https://agentmods.dev/badge/skills/pratiyush/llm-wiki/llmwiki-ingest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 712 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00083 $0.00712
Opus 5 $0.00042 $0.00356
Sonnet 5 $0.00017 $0.00142
Haiku 4.5 $0.00008 $0.00071

Measured 11d ago against content hash 94c31909a264, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

llmwiki-ingest scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/llmwiki-ingest/SKILL.md · 57 lines

How it starts

The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.

llmwiki-ingest

What this skill does

Takes a source file (or a folder) and turns it into wiki pages following the Karpathy LLM Wiki pattern:

  1. Writes a wiki/sources/<slug>.md summary
  2. Creates/updates entity pages for people, companies, projects, tools, libraries mentioned
  3. Creates/updates concept pages for ideas, patterns, decisions discussed
  4. Cross-links everything with [[wikilinks]]
  5. Flags contradictions
  6. Updates wiki/index.md, wiki/overview.md, wiki/log.md

When to use

  • User says "ingest this file", "add this to the wiki", "process this into the wiki"
  • User runs the /wiki-ingest slash command
  • User says "sync the wiki" — in that case, the llmwiki-sync skill runs the converter first, then invokes this skill for each new file

Workflow

Follow the Ingest Workflow from the repo's CLAUDE.md exactly:

  1. Read the source file(s) with the Read tool
  2. Read wiki/index.md and wiki/overview.md for context
  3. Write wiki/sources/<slug>.md using the Source Page Format
  4. Update wiki/index.md — new entry under ## Sources
  5. Update wiki/overview.md if substantial new info
  6. Create/update entity pages (wiki/entities/<TitleCase>.md)
  7. Create/update concept pages (wiki/concepts/<TitleCase>.md)
  8. Cross-link with [[wikilinks]] under ## Connections
  9. Flag contradictions under ## Contradictions
  10. Append to wiki/log.md: ## [YYYY-MM-DD] ingest | <title>

Session-specific rules

When the source is under raw/sessions/ (a session transcript converted by the converter):

  • Trust the frontmatter as authoritative (project, started, model, tools_used, etc.)
  • Do not copy the ## Conversation section verbatim — use it as raw material to summarise
  • Create a project entity page at wiki/entities/<ProjectSlug>.md with a ## Sessions list
  • Extract decisions into wiki/concepts/ — anything the user explicitly locked
  • Extract tools used — every entry in tools_used is a candidate entity
  • If is_subagent: true — link to the parent session rather than creating a new project entity

Read the full file on GitHub · 57 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 57 lines · 83 tokens per session scan A 94c31909a264

Subscribe to this mod's changes

llmwiki-ingest is a skill published in the GitHub repository Pratiyush/llm-wiki (387 stars, last pushed 2mo ago), licensed MIT. It adds 83 tokens to every session and 712 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

release-governance

Use when preparing, auditing, releasing, PDF-hardening, or rebuttal-hardening academic manuscripts, datasets, artifacts, reviewer packets, or claim registers involving multiple refs, local assets, human labels, agent-assisted drafts, wide tables, figure provenance, submission PDFs, or evidence-boundary checks.

yha9806/academic-writing-toolkit · 64 tokens

read

Read PDF page by page with structured output — key arguments, terms glossary, thesis connections. Use when reading academic papers, books, or articles.

yha9806/academic-writing-toolkit · 31 tokens

markitdown

A Python utility for converting various file formats (PDF, Word, Excel, PowerPoint, etc.) to Markdown. Use this skill to install and use MarkItDown for document conversion.

myths-labs/muse · 41 tokens

pdf

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…

hamzabellouch/agent-skills · 92 tokens

nature-figure

Create, revise, audit, and export submission-grade scientific figures for Nature-family and other high-impact venues in Python (matplotlib/seaborn) or R (ggplot2/patchwork/ComplexHeatmap), including multi-panel plots, figures4papers-style work, and journal-ready SVG/PDF/TIFF outputs. Use for paper or scientific plots…

hamzabellouch/agent-skills · 235 tokens

nature-paper2ppt

A workflow for turning a scientific paper, preprint, PDF, or reading notes into a Chinese PowerPoint presentation in a Nature-style format. It is intended for talks such as journal clubs, lab meetings, seminars, conferences, and thesis defences.

hamzabellouch/agent-skills · 177 tokens