Agent skill · Code Review & Quality

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.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/javascript-refactoring-with-legacy-syntax-and-timeout-synchroniz/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
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.

Keep going