Developing plugins locally
Develop and test plugins locally
Why develop locally
Development workflow
1. Create your plugin
tessl skill new --name my-skill --path ./my-plugin/skills/my-skilltessl plugin new --name myworkspace/my-plugin --path ./my-plugin2. Install locally
3. Test and validate
4. Iterate
Plugin structure
Last updated

