Skip to main content
Run any Skill in Manus
with one click
GitHub repository

dotfiles

dotfiles contains 4 collected skills from karur4n, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
4
Stars
4
updated
2026-06-18
Forks
0
Occupation coverage
2 occupation categories ยท 100% classified
repository explorer

Skills in this repository

wiki-bootstrap
office-clerks-general-439061

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.

2026-06-18
wiki-ingest
office-clerks-general-439061

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.

2026-06-18
wiki-lint
software-developers

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.

2026-06-10
wiki-query
software-developers

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.

2026-06-10