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
You are working inside an existing repository that already uses Tessl. The team wants a reusable Tessl plugin that helps an agent write Conventional Commits style commit messages: one skill that, given a staged diff, produces a properly formatted commit message (type, optional scope, imperative summary, body, and footer).
This is a simple, self-contained workflow, so a single skill is the right shape.
Create the plugin on disk in this repository, ready to validate:
commit-writer in the tessl workspace, with a
single skill that writes Conventional Commits messages.SKILL.md with a strong description (what it does and when
to reach for it) and a few ordered steps.Do not publish. Leave the finished plugin on disk in the repository.