CtrlK
BlogDocsLog inGet started
Tessl Logo

pantheon-ai/obsidian-toolkit

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

Quality

96%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

criteria.jsonobsidian-markdown/evals/scenario-4/

{
  "context": "Agent was asked to create a collapsed, important-type callout with a custom title 'Key Deadline' and highlighted date text inside it.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Callout uses 'important' type",
      "description": "The callout opening line uses [!important] (e.g. > [!important]- or > [!important]+)",
      "max_score": 25
    },
    {
      "name": "Callout is collapsed by default",
      "description": "The callout opening line includes a minus sign after the type bracket: > [!important]- (not + and not missing the symbol entirely)",
      "max_score": 30
    },
    {
      "name": "Custom title on the opening line",
      "description": "The text 'Key Deadline' appears on the same line as the callout type declaration (e.g. > [!important]- Key Deadline)",
      "max_score": 25
    },
    {
      "name": "Highlighted date uses == syntax",
      "description": "The date or relevant text inside the callout body is wrapped in ==...== highlight syntax (e.g. ==April 15th==)",
      "max_score": 20
    }
  ]
}

tile.json