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
{
"scenarios": [
{
"id": "scenario-1",
"title": "Task tracker base with due-date formula and incomplete-tasks view",
"description": "Create a task tracker base with tag filter, formula columns, and a view-level filter for incomplete tasks.",
"key_concepts": [
"if() guards",
"days_until_due formula",
"view-level filters",
"formula references in order"
]
},
{
"id": "scenario-2",
"title": "Fix three bugs in a broken base file",
"description": "Diagnose and repair a base that has a Duration.round() error, an undefined formula reference, and an unquoted colon in a displayName.",
"key_concepts": [
"Duration.days before round()",
"undefined formula reference",
"YAML quoting rules"
]
},
{
"id": "scenario-3",
"title": "Reading list base with cards view and grouped status",
"description": "Create a reading list base using cards view, a guarded reading-time formula, and groupBy status.",
"key_concepts": [
"cards view",
"if() guards on formula properties",
"groupBy",
"valid YAML structure"
]
},
{
"id": "scenario-4",
"title": "Debug global filter blocking an archived-projects view",
"description": "Explain why a global tag filter prevents the Archived view from showing archived notes, and fix the base to use view-level filters.",
"key_concepts": [
"global vs view-level filters",
"filter scope explanation",
"multi-view design"
]
},
{
"id": "scenario-5",
"title": "Daily notes index with day-of-week and word-count formulas",
"description": "Create a daily notes index base using folder filter, day-of-week formula, and file.size-based word estimate.",
"key_concepts": [
"file.inFolder filter",
"date formatting with .format()",
"file.size formula",
"formula definition order"
]
}
]
}defuddle
json-canvas
evals
obsidian-bases
evals
references
obsidian-cli
evals
obsidian-markdown
evals