Skills for working with Obsidian vaults and related formats: Obsidian Flavored Markdown, JSON Canvas files, the Obsidian CLI, and Defuddle for clean web content extraction.
96
96%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
{
"context": "Agent was asked to save a documentation page to a local file. The correct approach is to use defuddle parse with --md and the -o flag to write directly to the target file. Shell redirection (>) should NOT be used.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Used defuddle parse",
"description": "The agent invoked defuddle parse with the target URL rather than using WebFetch or curl.",
"max_score": 30
},
{
"name": "Used --md flag",
"description": "The defuddle command included the --md flag to request markdown output.",
"max_score": 25
},
{
"name": "Used -o flag for file output",
"description": "The agent used the -o bun-installation.md flag rather than shell redirection (>) to write the file.",
"max_score": 30
},
{
"name": "Output file exists and contains content",
"description": "The file bun-installation.md exists in the working directory and contains non-empty markdown content.",
"max_score": 15
}
]
}defuddle
json-canvas
evals
obsidian-bases
evals
references
obsidian-cli
evals
obsidian-markdown
evals