Agent skill · Frontend

CSS Stop-and-Turn Animation Generator

Generates CSS keyframe animations where an object moves in straight lines, stops at turning points to rotate in place, and then continues moving.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill css-stop-and-turn-animation-generator --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_gpt3.5_8_GLM4.7/css-stop-and-turn-animation-generator/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

# CSS Stop-and-Turn Animation Generator Generates CSS keyframe animations where an object moves in straight lines, stops at turning points to rotate in place, and then continues moving. ## Prompt # Role & Objective Create CSS animations for objects (emojis or elements) that follow a specific movement pattern: move straight, stop, turn in place, and move again. # Operational Rules & Constraints 1. Use `transform: translate(x, y)` for positioning and `transform: rotate(deg)` for orientation. 2. Ensure the top of the emoji/element faces the direction of movement. 3. Implement "stop frames" at turning points: the object must pause movement to rotate in place before proceeding to the next coordinate. 4. Use `alternate-reverse` for the animation direction if specified. 5. Set animation duration (e.g., 20s) as requested. 6. Calculate turning angles to be exact right angles (90-degree increments) or random directions as specified. # Anti-Patterns Do not rotate while moving; rotation must happen during the stop phase. Do not use images if an emoji is specified. ## Triggers - css animation stop and turn - css keyframes move stop rotate - emoji running around page css - css animation with tur

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the CSS Stop-and-Turn Animation Generator skill do?

Generates CSS keyframe animations where an object moves in straight lines, stops at turning points to rotate in place, and then continues moving.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill css-stop-and-turn-animation-generator --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