AI Agent Skills
Install the official Creator plugin skills.
If you build plugins with an AI coding agent, install the official LottieFiles Creator Plugin skills. They teach your agent the plugin development best practices, Creator API, and the UI library conventions.
Available skills
| Skill | Covers |
creator-plugin-development | Plugin development best practices and the Creator API |
creator-plugins-ui | Building plugin UIs with @lottiefiles/creator-plugins-ui |
Install
Run this from the root of your plugin project to install all skills:
npx skills add LottieFiles/creator-plugin-skills --skill '*'To install a single skill:
npx skills add LottieFiles/creator-plugin-skills --skill creator-plugin-developmentUse the skills
You don't have to invoke these skills explicitly. Your agent matches your request against each skill's description and loads the relevant one on its own. Describe the plugin work you want and the skill activates:
"Create a Creator plugin that duplicates the selected layer along a circular path."
"Import a Lottie animation from a URL into the active scene."
"Rebuild this plugin using
@lottiefiles/creator-plugins-uicomponents.""Make my plugin dynamically match the user's Creator theme."
If your agent doesn't seem to pick a skill up, explicitly invoke it by mentioning it, e.g. "/creator-plugins-ui rebuild this plugin panel using the plugins ui library".