Create a Tessl plugin: wrap your existing skills into a versioned, shareable bundle, decide what else it needs (rules, commands, MCP servers), validate, and publish.
91
88%
Does it follow best practices?
Impact
95%
1.25xAverage score across 5 eval scenarios
Advisory
Suggest reviewing before use
{
"name": "tessl/plugin-creator",
"version": "0.1.1",
"summary": "Create a Tessl plugin: wrap your existing skills into a versioned, shareable bundle, decide what else it needs (rules, commands, MCP servers), validate, and publish.",
"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"
}
}
}