#1164·anime

[FEATURE] Official AI Agent Skills / Rules (similar to gsap-skills)

Author: smallmaCreated Apr 19, 2026Updated Apr 19, 2026
Labelsfeature proposal

Describe what the feature does Provide an official set of "AI Skills" (instruction markdown files) for Anime.js, directly inspired by the gsap-skills repository. This will help AI coding agents (like Cursor, Copilot, or Claude) generate accurate, best-practice Anime.js code across all environments—including Vanilla JS, React, and Vue—preventing syntax hallucinations and deprecated API usage.

Provide a code example of what the feature should look like The feature would be a repository or a .github/skills folder containing markdown files categorized by environment, which developers can directly feed into their AI tools. Proposed structure: • anime-core.md (For Vanilla JS and core timeline mechanics) • anime-react.md (For React lifecycle integrations) • anime-vue.md (For Vue integrations)

Describe alternatives you've considered Developers currently have to write and maintain their own custom AI instructions from scratch. This is inefficient, error-prone, and leads to inconsistent animation code quality across the community.

Additional context Reference implementation: https://github.com/greensock/gsap-skills Providing maintainer-approved AI skills drastically improves the Developer Experience (DevEx) by ensuring AI assistants write performant and correct animations right out of the box.