Loading...
Loading...
This skill should be used when the user asks to 'optimize performance', 'check for memory leaks', 'improve performance', 'performance tuning', 'adjust performance', or mentions performance issues in Adobe Animate or CreateJS projects.
npx skill4agent add tim80411/ai-agent-extension animate-performancereferences/common-patterns.mdreferences/fix-strategies.md| # | Issue Type | Detection Keywords | Priority |
|---|---|---|---|
| 1 | Event Listener Memory Leaks | addEventListener without corresponding removeEventListener | P0 |
| 2 | Redundant Event Bindings | Repeated event registration in init function | P1 |
| 3 | Excessive Per-Frame Execution | Loops inside Ticker.addEventListener("tick") | P1 |
| 4 | MovieClip Lifecycle Issues | Missing .stop() after MovieClip creation | P2 |
| 5 | Excessive stage.update() | stage.update() inside loops | P1 |
| 6 | Missing Cache | Complex static graphics not using cache() | P3 |
| 7 | Resource Management | Loading all resources at once, audio not cleaned up | P3 |
references/common-patterns.mdreferences/common-patterns.mdreferences/fix-strategies.mdreferences/best-practices.mdperformance-analyzerreferences/fix-strategies.md"Check this project for performance issues"
"Optimize the performance"
"Check for performance issues"
"Optimize performance"