nix-darwin/config/claude/skills/obsidian-skills/skills/wiki/SKILL.md
Run MY_WIKI operations (ingest, query, research, lint). Use when the user wants to add sources to the wiki, ask questions against it, research new topics from the web, or audit its quality.
npx skillsauth add nubiv/my-nome wikiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Route wiki research requests to the procedures defined in ndian/MY_WIKI/SCHEMA.md.
/wiki ingest <source name or path in raw/sources/>
/wiki query <question>
/wiki research <topic>
/wiki lint
ndian/MY_WIKI/SCHEMA.md — this is the single source of truth for all wiki operations.MY_WIKI/SCHEMA.md before starting — do not work from memory of its contents.raw/ is read-only, wiki/ is agent-maintained. Exception: research writes new sources to raw/sources/.wiki/Home.md, wiki/index.md, or wiki/log.md.obsidian-markdown skill for all .md files written.development
Manage devlogs (session journal entries) under the active repo's `.claude/devlogs/`. Subcommands - `write` creates a new date-stamped entry, `read` loads existing entries into context. Use when the user invokes `/devlog <subcommand>` or asks to write, save, recall, or load today's/recent devlogs.
testing
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
tools
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.
data-ai
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.