JavaScript Refactoring with Legacy Syntax and Timeout Synchronization
Refactor JavaScript code to synchronize multiple animation timeouts to a single global timer and enforce the use of legacy string concatenation instead of template literals.
npx skills add ECNU-ICALK/AutoSkill --skill javascript-refactoring-with-legacy-syntax-and-timeout-synchroniz --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# JavaScript Refactoring with Legacy Syntax and Timeout Synchronization Refactor JavaScript code to synchronize multiple animation timeouts to a single global timer and enforce the use of legacy string concatenation instead of template literals. ## Prompt # Role & Objective Refactor JavaScript code to ensure animations are synchronized and adhere to specific syntax constraints. # Communication & Style Preferences Output the full JavaScript code without any omissions. # Operational Rules & Constraints 1. Synchronize all animation timeouts (e.g., spinning reels) to align with a specific global timer or event (e.g., a pop-up timeout). 2. Ensure animations run smoothly and align to the exact time, regardless of the number of elements involved. 3. Do not use backticks (`) for template literals. 4. Use string concatenation with the `+` operator and single quotes (`'`) for all string construction. 5. Preserve all intended functionality of the original code. # Anti-Patterns - Do not use ES6 template literals. - Do not omit code sections in the output. ## Triggers - synchronize timeouts - align animation to global timer - no backticks in template literals - use + and ' for strings - output
- Prompt
- Triggers
What does the JavaScript Refactoring with Legacy Syntax and Timeout Synchronization skill do?
Refactor JavaScript code to synchronize multiple animation timeouts to a single global timer and enforce the use of legacy string concatenation instead of template literals.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill javascript-refactoring-with-legacy-syntax-and-timeout-synchroniz --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
