Content
87%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-crafted, concise skill that efficiently teaches Claude how to interact with Obsidian vaults and use obsidian-cli. Its main strength is actionability—every command is concrete and ready to use, with practical warnings about edge cases. The main weakness is the lack of validation steps for potentially destructive operations like move/rename and delete, which prevents workflow clarity from scoring higher.
Suggestions
Add a verification step after move/rename operations, e.g., 'After moving, grep for old path to confirm all links were updated'
Add a brief validation note for delete operations, such as confirming the note exists before deletion or checking for incoming links that would break
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient. It assumes Claude knows what Markdown is, what Obsidian is at a high level, and doesn't over-explain basic concepts. Every section delivers actionable information without padding. | 3 / 3 |
Actionability | Provides specific, copy-paste-ready CLI commands for every operation (search, create, move, delete, set-default). Includes concrete file paths for vault discovery and practical notes about edge cases (dot-folders, URI handler requirement). | 3 / 3 |
Workflow Clarity | The skill covers multiple operations but presents them as a reference list rather than a sequenced workflow. The vault discovery section has a clear decision flow, but there are no validation checkpoints—e.g., no guidance on verifying that a move/rename correctly updated all wikilinks, or confirming a create succeeded. | 2 / 3 |
Progressive Disclosure | For a skill of this size (~50 lines) with no bundle files, the content is well-organized into logical sections (vault structure, finding vaults, CLI quick start) with clear headers. No external references are needed given the scope, and the content isn't monolithic. | 3 / 3 |
Total | 11 / 12 Passed |