One-click install
npx skills add https://github.com/masakinihirota/2026src-ni --skill delight-masakinihirota
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: delight
Source: https://github.com/masakinihirota/2026src-ni/tree/main/.agents/skills/delight
Command: npx skills add https://github.com/masakinihirota/2026src-ni --skill delight-masakinihirota

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Functional interfaces often feel flat and forgettable; this Skill identifies where moments of joy, personality, and polish can be added without harming usability. ## Core Features & Use Cases - Delight Opportunity Assessment: Audits success states, empty states, loading states, errors, and interactions to find natural moments for polish. - Implementation Techniques: Provides concrete patterns for micro-interactions, playful copy, illustrations, sound design, easter eggs, and celebration animations using libraries like Framer Motion, GSAP, and Lottie. - Use Case: When a user asks to make a settings page feel more fun, the Skill evaluates brand personality and audience, then adds a satisfying button press animation, an encouraging empty state message, and a subtle success checkmark animation. ## Quick Start Ask the AI to add delight and personality to a specific page or component in your interface.

Frequently Asked Questions about delight

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add micro-interactions to a web interface?▼

Add micro-interactions by targeting button presses, hover states, toggles, and form inputs with CSS transitions or animation libraries like Framer Motion and GSAP. Keep each interaction under one second and use easing curves like ease-out-quart for natural motion.

What animation libraries work for UI delight effects?▼

Framer Motion works for React components, GSAP handles universal animation, Lottie renders After Effects animations, and React Spring provides spring physics. For celebrations, canvas-confetti adds particle effects with minimal setup.

How do I write playful error messages without being unprofessional?▼

Match copy personality to your brand and emotional context: playful brands can use humor, while banks should stay warm but restrained. Never be playful during critical errors, and always keep the message helpful with a clear next action.

Does adding UI animations hurt accessibility?▼

Animations can harm accessibility if they ignore reduced-motion preferences or distract screen reader users. Respect the prefers-reduced-motion media query, keep delight skippable, and ensure no core functionality depends on animation.

When should I avoid adding delight to an interface?▼

Avoid delight when it delays core functionality, during critical error states, or when it conflicts with brand context such as banking or medical tools. Delight should enhance usability, never obscure it or mask poor UX.