ar9av/obsidian-wiki
These skills were imported into SkillJury from the public skills ecosystem.
llm-wiki
You are maintaining a persistent, compounding knowledge base. The wiki is not a chatbot — it is a compiled artifact where knowledge is distilled once and kept current, not re-derived on every query.
wiki-query
You are answering questions against a compiled Obsidian wiki, not raw source documents. The wiki contains pre-synthesized, cross-referenced knowledge.
wiki-ingest
You are ingesting source documents into an Obsidian wiki. Your job is not to summarize — it is to distill and integrate knowledge across the entire wiki.
wiki-setup
You are setting up a new Obsidian wiki vault (or repairing an existing one).
wiki-lint
You are performing a health check on an Obsidian wiki. Your goal is to find and fix structural issues that degrade the wiki's value over time.
wiki-update
You are distilling knowledge from the current project into the user's Obsidian wiki. This skill works from any project directory, not just the obsidian-wiki repo.
wiki-status
You are computing the current state of the wiki: what's been ingested, what's new since last ingest, and what the delta looks like. This helps the user decide whether to append (ingest the delta) or rebuild (archive and reprocess everything).
wiki-rebuild
You are performing a destructive operation on the wiki. Always archive first, always confirm with the user before proceeding.
wiki-export
You are exporting the wiki's wikilink graph to structured formats so it can be used in external tools (Gephi, Neo4j, custom scripts, browser visualization).
cross-linker
You are weaving the wiki's knowledge graph tighter by finding and inserting missing [[wikilinks]] between pages that should reference each other but currently don't.
data-ingest
You are ingesting arbitrary text data into an Obsidian wiki. The source could be anything — conversation exports, log files, transcripts, data dumps. Your job is to figure out the format, extract knowledge, and distill it into wiki pages.
tag-taxonomy
You are enforcing consistent tagging across the wiki by normalizing tags to a controlled vocabulary.
wiki-history-ingest
This is a thin router for history sources only . It does not replace wiki-ingest for documents.
claude-history-ingest
You are extracting knowledge from the user's past Claude Code conversations and distilling it into the Obsidian wiki. Conversations are rich but messy — your job is to find the signal and compile it.