like-burst

like-burst is a skill for Claude Code, Codex from nexu-io/motion-anything. It costs 79 tokens per session (640 once invoked), scanned A, original, Apache-2.0.

A small particle animation for like, favorite, upvote, or reaction buttons. It plays when a user likes something, but not when they undo the action.

In plain words
What is it for?
Use it on reaction controls where a brief celebratory response fits, such as likes, favorites, upvotes, or saved items.
Why use it?
It gives clear visual feedback for a positive action while avoiding distracting animation on page load or on unrelated buttons. It also supports reduced-motion settings.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it on reaction controls where a brief celebratory response fits, such as likes, favorites, upvotes, or saved items.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nexu-io/motion-anything/like-burst
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add nexu-io/motion-anything --skill like-burst
Clone the repo
git clone --depth 1 https://github.com/nexu-io/motion-anything

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for like-burst

README.md
[![agentmods](https://agentmods.dev/badge/skills/nexu-io/motion-anything/like-burst/github.svg)](https://agentmods.dev/skills/nexu-io/motion-anything/like-burst)
Your own site
<a href="https://agentmods.dev/skills/nexu-io/motion-anything/like-burst"><img src="https://agentmods.dev/badge/skills/nexu-io/motion-anything/like-burst/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for like-burst

Your own site · 80×15
<a href="https://agentmods.dev/skills/nexu-io/motion-anything/like-burst"><img src="https://agentmods.dev/badge/skills/nexu-io/motion-anything/like-burst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 640 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00079 $0.00640
Opus 5 $0.00039 $0.00320
Sonnet 5 $0.00016 $0.00128
Haiku 4.5 $0.00008 $0.00064

Measured 8d ago against content hash 45396630863f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

like-burst scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (like-burst.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

recipes/web/like-burst/SKILL.md · 66 lines

What it actually says

like-burst

A celebratory particle burst for like / favorite / reaction buttons. Part of motion-anything; obeys MOTION-SPEC.md.

When to use it

  • Like / favorite / upvote / reaction buttons.
  • A small, earned moment of positive feedback.

When NOT to use it (restraint)

  • Destructive or neutral actions (delete, dismiss, close).
  • When more than one burst could fire at once — one celebratory moment per screen.
  • On load / autoplay. This must be user-triggered.

How to apply

  1. Copy like-burst.css and like-burst.js into the project.
  2. Link them, and mark the button:
    <link rel="stylesheet" href="like-burst.css" />
    <button class="like-btn" data-like-burst aria-pressed="false" aria-label="Like">♥</button>
    <script src="like-burst.js"></script>
    
  3. It auto-attaches to any [data-like-burst], or call attachLikeBurst(el) manually.

Tuning

  • PARTICLE_COUNT / COLORS in like-burst.js (keep particle count modest — taste over spectacle).
  • Pop feel: the lb-pop keyframe (currently 420ms, ease-out). Burst spread: dist in spawnParticles.

Accessibility & performance

  • Honors prefers-reduced-motion: particles are suppressed, a quiet color/scale cue remains.
  • Animates transform/opacity only; removes injected particle nodes after ~700ms.

Framework notes

  • React: call attachLikeBurst(ref.current) in useEffect; or port the click handler into your component and keep the CSS as-is.
Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 66 lines · 79 tokens per session scan A 45396630863f

Subscribe to this mod's changes

like-burst is a skill published in the GitHub repository nexu-io/motion-anything (779 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 79 tokens to every session and 640 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

figma

Import Figma content into a HyperFrames composition — rendered assets, brand tokens, components, storyboard sections → reconstructed motion (frames read as states, not slides) (REST/CLI), connector-assisted motion when available, and shaders from a connector or native export. Use when the user pastes a figma.com link…

heygen-com/hyperframes · 89 tokens

motion-graphics

A short, design-led motion graphic where motion is the message — kinetic typography, stat count-up, chart/data-viz hit, logo sting / brand lockup, lower-third / callout / social overlay, animated map (highlight regions, connect places, zoom to a location), animated tweet / news-article / headline, webpage / UI…

heygen-com/hyperframes · 139 tokens

animation-patterns

Comprehensive animation recipe book for the Excalimate MCP server. Use when adding keyframe animations to Excalidraw diagrams — covers fade-in reveals, slide-in movements, pop-in scale effects, arrow draw-on strokes, camera pan/zoom, staggered multi-element sequences, and timing/easing selection. Essential for…

excalimate/excalimate · 80 tokens

export-optimization

Optimize Excalimate diagram exports for different formats and platforms. Use when asked to export animations, set up camera framing, choose output format, adjust aspect ratios, or prepare diagrams for specific destinations like presentations, social media, documentation, or video — even if the user just says "export"…

excalimate/excalimate · 70 tokens

animated-presentations

Create multi-scene animated presentations with smooth camera transitions using the Excalimate MCP server. Use when asked to create presentations, pitch decks, animated slide shows, demo walkthroughs, keynote-style reveals, or any sequential multi-scene visual narrative — even if the user says "slides" or "deck.".

excalimate/excalimate · 65 tokens

paint

Paint a complete visual universe with genjutsu - art direction brainstorm, design system, implementation, audit. Anti-AI-slop design pipeline. Adapts to Web, Android (Compose), Apple (SwiftUI).

AThevon/genjutsu · 46 tokens