Skills and plugins#
A skill is a packaged set of instructions for a recurring task. A plugin adds new tools to the runtime.
Installing#
Install from the in-app catalogue, or from a folder in your workspace.
A plugin runs with the same access the runtime has. Install only what you trust, and read what a plugin does before installing it.
Writing a skill#
A skill is a folder with an instruction file and any files it references:
text
my-skill/
├── SKILL.md
└── templates/The catalogue and authoring format are still being finalised for public release.