From workflow-skills
Search and read Obsidian vault notes by topic. Use when needing context from past sessions, project notes, or any stored knowledge.
npx claudepluginhub arosenkranz/claude-code-config --plugin workflow-skillsThis skill uses the workspace's default tool permissions.
Refer to `~/.claude/skills/obsidian-core/SKILL.md` for CLI patterns, preflight checks, and error handling.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Refer to ~/.claude/skills/obsidian-core/SKILL.md for CLI patterns, preflight checks, and error handling.
If no argument is provided, inform the user they need to pass a topic as an argument.
Primary search — full-text search across the vault:
obsidian search:context query="<topic>" format=json limit=10 2>/dev/null
Folder-scoped search — when the user specifies a context or folder:
obsidian search:context query="<topic>" path="Sessions" format=json limit=10 2>/dev/null
Tag-based search — secondary vector when the topic maps to a known tag:
obsidian tag name="<topic>" verbose 2>/dev/null
Backlinks — for the top result, surface related notes:
obsidian backlinks path="<top-result-path>" 2>/dev/null
99-Meta/) from resultsFor space- or comma-separated topics, run a separate search per term then merge and deduplicate results by note path.
/read-notes terraform - Find notes about Terraform/read-notes docker kubernetes - Find notes about Docker or Kubernetes/read-notes "datadog curriculum" - Find notes about Datadog curriculum