with one click
dotfiles
dotfiles contains 4 collected skills from karur4n, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Initialize a personal LLM wiki for an Obsidian vault. Creates <vault>/llm-wiki/wiki/config.json and <vault>/llm-wiki/wiki/schema.md (both inside the vault โ no external pointers). Use when the user mentions "wiki bootstrap", "wiki ๅๆๅ", "wiki ใปใใใขใใ", "personal wiki ใๅงใใใ", or when the user asks to start a new personal knowledge base maintained by Claude. Always run this before wiki:ingest/query/lint if the config or schema does not exist yet โ the other skills depend on it.
Ingest a raw source (markdown, PDF, or image) into the personal LLM wiki. Reads the source, extracts key information in Japanese, creates or updates relevant wiki pages with cross-references, and appends an entry to log.md while refreshing index.md. Use whenever the user drops a new raw file in the vault and says "ใใใ wiki ใซๅใ่พผใใง", "ingest this", "wiki ใซ่ฟฝๅ ", "่ชญใฟ่พผใใง wiki ๆดๆฐ", or references a file under llm-wiki/raw/ that should be summarized into the wiki. Also use when the user gives a web URL or article to add to the wiki, or asks to ่ชฟๆปใใฆ wiki ใซๅใ่พผใใง โ the source is fetched into raw/ first. Always consult schema.md for conventions before editing โ never guess the frontmatter or index format.
Health-check the personal LLM wiki for contradictions, stale claims, orphan pages, missing cross-references, concepts that deserve their own page, and gaps worth filling with future ingests. Produces a prioritized remediation report in Japanese and optionally applies fixes for low-risk items. Use when the user says "wiki lint", "wiki ๅฅๅบท่จบๆญ", "wiki ใ็นๆค", "wiki ใฎๆดๅๆงใใงใใฏ", or on a periodic basis (e.g. weekly) to keep the knowledge base from decaying. Always check this before claiming the wiki is in good shape.
Answer a question against the personal LLM wiki in Japanese with citations to wiki pages. Reads index.md first, drills into relevant pages, synthesizes a grounded answer, and optionally files the answer back into the wiki as a new page so explorations compound. Use when the user asks any substantive question while referencing their personal knowledge base โ e.g. "wiki ใง่ชฟในใฆ", "ใใฌใใธใใผในใใ็ญใใฆ", "wiki ใซ่ใใฆ", "<topic> ใซใคใใฆ wiki ใงใพใจใใฆ", or when the user has a non-trivial question that would benefit from their own curated sources rather than a web search. Prefer this over generic web search when the user is working with their wiki.