Agent skills for building, maintaining, and instrumenting LottieFiles Creator Plugins.
creator-plugin-development- Use when creating or modifying Creator Plugins, working with the plugin sandbox/UI split, using@lottiefiles/creator-api-types, or manipulating the scene graph.creator-plugins-ui- Use when building plugin UIs with@lottiefiles/creator-plugins-ui, including component usage, theming, and common migration patterns.
List available skills from this repository:
npx skills add LottieFiles/creator-plugin-skills --listInstall one skill:
npx skills add LottieFiles/creator-plugin-skills --skill creator-plugin-developmentInstall all skills:
npx skills add LottieFiles/creator-plugin-skills --skill '*'skills/
├── creator-plugin-development/
└── creator-plugins-ui/
Each skill is self-contained in its own directory with a required SKILL.md file and optional references/ files loaded by agents only when needed.
From the repository root:
npx skills add . --listTo test installation into a specific agent:
npx skills add . --skill '*' -a codex --copy
npx skills add . --skill '*' -a claude-code --copy