CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/plugin-creator

Create a Tessl plugin: turn agent workflows and guardrails into a versioned bundle of skills, rules, hooks, and MCP servers, then validate and publish it.

93

1.31x
Quality

88%

Does it follow best practices?

Impact

95%

1.31x

Average score across 9 eval scenarios

SecuritybySnyk

Low

Low-risk findings worth noting

Overview
Quality
Evals
Security
Files

task.mdevals/scenario-7/

Build a cross-agent post-edit validation plugin

The Meridian web team wants a deterministic check to run after an AI coding agent edits a file. The same behavior must work across supported agents:

  • Trigger after Edit or Write tool calls.
  • Run npm run validate:changed from the consuming project.
  • Keep the hook entrypoint inside the plugin so it ships with the plugin.
  • Do not modify Claude Code, Cursor, or any other agent's configuration directly.

Create a Tessl plugin named meridian/validate-after-edit under validate-after-edit/. Produce the complete plugin files on disk, ready for tessl plugin lint and tessl plugin pack. Use the smallest composition that implements the deterministic lifecycle behavior; do not add a skill or rule that merely describes the check.

README.md

tile.json