style-animaxxing

Applies the Animaxxing monochrome editorial design system with tokens, typography, and motion art direction.

1|Updated Aug 17, 2026
One-click install
npx skills add https://github.com/NalinDalal/skillset --skill style-animaxxing-nalindalal
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: style-animaxxing
Source: https://github.com/NalinDalal/skillset/tree/main/skills/ui/style-animaxxing
Command: npx skills add https://github.com/NalinDalal/skillset --skill style-animaxxing-nalindalal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Restyling a site into the Animaxxing aesthetic requires coordinating many design decisions—monochrome color tokens, Rethink Sans and JetBrains Mono typography, poster-scale type, hairline rules, and a curated GSAP motion treatment. This Skill packages that art direction into reusable tokens, layout grammar, and effect-selection guidance so an agent can apply the look consistently without inventing recipes. ## Core Features & Use Cases - Design tokens and themes: Provides twelve semantic monochrome color tokens with light/dark schemes, fluid poster type scales, spacing, radii, borders, focus, and selection styles, in plain CSS or Tailwind v4 mapping. - Typography and layout grammar: Defines Poster, Statement, Label, Annotation, and BodyCopy roles plus a twelve-column grid, chapters rail, ledgers, cards, and forms for Swiss-style editorial composition. - Motion art direction: Maps surfaces (hero headline, CTAs, cards, links) to effects from the companion animaxxing skill, with intensity levels from full treatment to no animation. - Use Case: A user says "animaxx this landing page"—the Skill loads the tokens and typography references, restyles the page in the monochrome editorial look, and delegates scattering headlines and particle buttons to the installed animaxxing and framework GSAP skills. ## Quick Start Ask the agent to restyle this site in the Animaxxing look using the style-animaxxing skill, with full motion treatment if animation is desired.

Frequently Asked Questions about style-animaxxing

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

FAQPage Schema
How do I apply the Animaxxing design style to my website?▼

Request an explicit Animaxxing redesign and the Skill loads its tokens, typography, and layout references to restyle the site. For the full motion treatment, it also loads the animaxxing skill and the matching GSAP framework skill for effect implementation.

What fonts and colors does the Animaxxing aesthetic use?▼

Animaxxing uses variable Rethink Sans (weights 400–800) for reading and display type, and JetBrains Mono (100–800) for labels and code. Colors are strictly monochrome: twelve semantic tokens like canvas, foreground, muted, and border in light and dark schemes.

Can I use the Animaxxing style without animation or GSAP?▼

Yes, the design works as a static restyle using only the tokens and layout references, with no motion skill or GSAP required. You can also choose minimal motion, which keeps the composition but omits scattering, speak-in, waves, and particle effects.

Does the Animaxxing style support Tailwind CSS?▼

Yes, the tokens reference includes a Tailwind v4 @theme inline mapping that converts the CSS custom properties into utilities like bg-canvas, text-muted, text-poster, and border-hairline. Plain CSS custom properties are provided for projects without Tailwind.

When should I not use the Animaxxing style skill?▼

Do not use it for framework routing questions or isolated GSAP API questions, which belong to the framework and animaxxing skills. Also avoid a full restyle when the request does not authorize changing an existing brand; use animaxxing effects directly instead.

How does Animaxxing handle dark mode and reduced motion?▼

Dark mode follows prefers-color-scheme by default, with a data-theme attribute on the html element overriding it in both directions. Reduced motion suppresses display and ambient effects while preserving the same readable monochrome composition.