Turns your Obsidian vault into queryable dashboards using either native Bases (1.8+, no plugin) or the Dataview community plugin. You get filtered tables, cards, and grouped views over your notes by folder, tag, or frontmatter properties. The skill walks through config resolution to find your vault path, checks which tool you have available, then generates the appropriate YAML or dataview query block. Worth knowing: Bases use expression string filters that must wrap in `and:`/`or:`/`not:` (bare arrays break the parser), and `groupBy` goes inside each view definition, not at the top level. Good for "show me all my active projects" or "list concepts by domain" without manually maintaining index pages.
npx skills add https://github.com/ar9av/obsidian-wiki --skill wiki-dashboard