AI Briefing
KO

A skill that turns URLs into a citable LLM Wiki

·2026.05.01 14:21

Key point

Released a Claude skill that turns URLs into a citable LLM Wiki.

Details

pin-llm-wiki is a multi-editor skill that turns external URLs into an LLM Wiki reviewable locally.

  • raw/ stores the original captures, and wiki/ stores summary pages with [[wikilinks]] and source citations.
  • AGENTS.md instructs the agent to read the wiki first before answering, reducing reliance on chat context.
  • Sources are queued via inbox.md, and operated with the /pin-llm-wiki init, ingest, queue, lint, remove commands.

While the structure is used as a slash command in Claude Code, the same SKILL.md workflow can also be applied in GitHub Copilot and Cursor. Source collection is divided into GitHub, YouTube, and Web, and for web documents, a companion repo may be merged into a single unified page depending on the case, while in deep mode, multi-product sites are split into a hub plus sub-pages.

The generated wiki is premised on being reviewed via git diff, and token guards are applied for large-scale collection. The agent is guided to re-check the latest information online if the wiki doesn't have the answer.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.