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-3/

{
  "context": "Agent was asked to add block IDs to a list of sprint tasks so individual items can be referenced from other notes, and to demonstrate the reference syntax.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Block IDs on separate lines after list",
      "description": "The block ID(s) appear on a separate line after the list block, not appended inline to a list item (e.g. '- Item ^id' is incorrect; the ID must be on its own line after the list)",
      "max_score": 35
    },
    {
      "name": "Block ID format is valid",
      "description": "Block IDs use only letters, numbers, and hyphens (e.g. ^auth-task, ^ci-cd-task) — no spaces or special characters",
      "max_score": 30
    },
    {
      "name": "Block reference syntax demonstrated",
      "description": "The example reference uses [[sprint-tasks#^block-id]] or [[sprint-tasks-updated#^block-id]] syntax (note name + #^ + block ID inside wikilink)",
      "max_score": 35
    }
  ]
}

tile.json