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

{
  "context": "Agent was given a broken Obsidian note with misplaced frontmatter, a tag with a space, Markdown links used for internal notes, and a wikilink wrapping an external URL. The agent must fix all issues.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Frontmatter moved to top",
      "description": "The YAML frontmatter block (---) appears before the # Weekly Sync heading and before any body content",
      "max_score": 25
    },
    {
      "name": "Tag space removed",
      "description": "The tag 'project alpha' is replaced with a valid tag that has no space, such as #project-alpha or project-alpha in the frontmatter list",
      "max_score": 25
    },
    {
      "name": "Internal note links converted to wikilinks",
      "description": "All references to internal notes (Meeting Notes, Design Team, Architecture Overview) use [[...]] wikilink syntax, not [text](file.md) Markdown links",
      "max_score": 25
    },
    {
      "name": "External URL uses Markdown link syntax",
      "description": "The company portal URL uses [text](https://...) syntax, not [[https://...]] wikilink syntax",
      "max_score": 25
    }
  ]
}

tile.json