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
{
"name": "tessl/plugin-creator",
"version": "0.1.3",
"summary": "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.",
"private": false,
"skills": {
"build-composition": {
"path": "skills/build-composition/SKILL.md"
},
"create-context": {
"path": "skills/create-context/SKILL.md"
},
"decompose-into-skills": {
"path": "skills/decompose-into-skills/SKILL.md"
},
"gather-context": {
"path": "skills/gather-context/SKILL.md"
},
"plan-composition": {
"path": "skills/plan-composition/SKILL.md"
},
"publish-plugin": {
"path": "skills/publish-plugin/SKILL.md"
}
}
}