CtrlK
BlogDocsLog inGet started
Tessl Logo

maria/setup-llm-wiki

Bootstrap a new LLM-maintained wiki at a chosen folder, following the llm-wiki.md pattern (a three-layer memex - raw sources, LLM-generated wiki pages, and a CLAUDE.md or AGENTS.md schema that tells the LLM how to ingest and maintain the wiki). Creates the directory layout, writes a tailored schema file, plus index.md and log.md with a bootstrap entry. Use this skill when the user asks to "set up an llm-wiki", "create an LLM wiki", "bootstrap a wiki", "instantiate the llm-wiki pattern", or invokes /setup-llm-wiki. The skill asks the user about target folder, domain (research deep-dive / personalised work wiki / personal knowledge base / business-team wiki / reading a book / combination), source types (web articles, academic PDFs, meeting/podcast transcripts, own notes), image handling, optional search tooling (qmd), schema filename (CLAUDE.md or AGENTS.md), and optional symlinks to sibling folders if the target sits inside an Obsidian vault.

87

2.24x
Quality

90%

Does it follow best practices?

Impact

83%

2.24x

Average score across 4 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

image-handling.mdassets/fragments/

Image handling

If images are downloaded locally (e.g. via Obsidian Web Clipper's "Download attachments for current file" hotkey, configured to save to raw/assets/), handle them as follows:

  1. Read the markdown text first.
  2. Note image references — usually ![](raw/assets/...).
  3. View images individually if they look load-bearing (diagrams, screenshots of results, key figures). Skip purely decorative images.
  4. Reference images in wiki pages by linking to the original raw path: ![[raw/assets/figure-1.png]]. Don't copy images into wiki/.

assets

fragments

image-handling.md

mcp-integrations.md

search-tooling.md

SKILL.md

tile.json