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
88%
Does it follow best practices?
Impact
95%
1.31xAverage score across 9 eval scenarios
Low
Low-risk findings worth noting
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:
Edit or Write tool calls.npm run validate:changed from the consuming project.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.