From b116ad4abfc1f1fbced6ca20f84115b17989e4da Mon Sep 17 00:00:00 2001 From: pablo-mano Date: Tue, 3 Mar 2026 23:38:04 +0100 Subject: [PATCH] Improve command-reference pointer in SKILL.md Make the reference blockquote actionable: specify when to read it (specific flags/formats/subcommands) rather than just announcing it exists. Co-Authored-By: Claude Sonnet 4.6 --- skills/obsidian-cli/SKILL.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/skills/obsidian-cli/SKILL.md b/skills/obsidian-cli/SKILL.md index 06be55c..7de2f38 100644 --- a/skills/obsidian-cli/SKILL.md +++ b/skills/obsidian-cli/SKILL.md @@ -17,8 +17,9 @@ description: > The official Obsidian CLI (released in v1.12, February 2026) lets you control every aspect of Obsidian from the terminal. It communicates with a running Obsidian desktop instance via IPC. -> For the full command reference with all subcommands, flags and examples, read -> `references/command-reference.md` in this skill folder. +> Read `references/command-reference.md` when you need specific flags, output formats, or +> subcommands for any command group. It covers all 130+ commands with full parameter tables +> and has a table of contents at the top. ## Prerequisites