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 create an Obsidian note for Project Alpha with frontmatter, a wikilink to Meeting Notes, an embedded section from Architecture Diagram, and a warning callout about a deadline.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Frontmatter is first",
"description": "The file begins with a YAML frontmatter block (---) before any headings or body content",
"max_score": 20
},
{
"name": "Wikilink used for internal note reference",
"description": "The note references Meeting Notes using [[Meeting Notes]] wikilink syntax, not [Meeting Notes](meeting-notes.md) or similar Markdown link",
"max_score": 20
},
{
"name": "Section embed used for Architecture Diagram",
"description": "The embed uses ![[Architecture Diagram#Overview]] or similar section-scoped embed form, not ![[Architecture Diagram]] (full note embed)",
"max_score": 20
},
{
"name": "Warning callout syntax correct",
"description": "The deadline callout uses > [!warning] syntax (with the bracketed type on the blockquote line)",
"max_score": 20
},
{
"name": "Tags are valid (no spaces)",
"description": "Any tags in frontmatter or inline do not contain spaces (e.g. #project-alpha not #project alpha)",
"max_score": 20
}
]
}defuddle
json-canvas
evals
obsidian-bases
evals
references
obsidian-cli
evals
obsidian-markdown
evals