CtrlK
BlogDocsLog inGet started
Tessl Logo

doogal-test/test-plugin

A test plugin with rules, skills, and commands

35

Quality

35%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

tile.json

{
  "name": "doogal-test/test-plugin",
  "version": "4.0.1",
  "summary": "A test plugin with rules, skills, and commands",
  "rules": {
    "no-var": {
      "rules": "steering/no-var.md"
    }
  },
  "commands": {
    "lint": {
      "script": "commands/lint.md"
    }
  },
  "skills": {
    "format-code": {
      "path": "skills/format-code/SKILL.md"
    }
  },
  "private": false
}

tile.json