From obsidian-qmd-search
Manage Obsidian Base files (database) — list bases, run queries, list and create views over the vault as a structured dataset.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-qmd-search:baseWhen to use
INVOKE when: user wants to query an Obsidian Base or manage Base views. Triggers: "list bases", "query the base", "run a base query", "create a base view", "베이스 목록", "Base에 쿼리해줘", "데이터베이스 조회", "Base 뷰 만들어줘"
haikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Obsidian Base (database) operations. See [cli-basics.md](../common/references/cli-basics.md) for common patterns.
Obsidian Base (database) operations. See cli-basics.md for common patterns.
obsidian bases
obsidian base:views
obsidian base:query file=<name>
obsidian base:query file=<name> view="Active" format=json
view= target a specific viewformat=json|csv|tsv|md|paths (default: json)obsidian base:create file=<name> name="New Item" content="Description"
npx claudepluginhub juyeongyi/jylee_claude_marketplace --plugin obsidianCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.