بنقرة واحدة
dotfiles
يحتوي dotfiles على 4 من skills المجمعة من karur4n، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
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.