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

{
  "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
    }
  ]
}

tile.json