← all skills

dg-summon-cats

Summon Greta and Nigel into your Digital Garden.

L1 · low risk v1.0 MIT digital-garden pixel-art
Greta and Nigel summoned in a dark Digital Garden Greta and Nigel summoned in a light Digital Garden

Two bonded Neko cats roam above your garden. Tap or click anywhere and Greta and Nigel walk toward that point, then settle into idle, sleeping, or scratching animations. Greta is the cream spirit cat; Nigel is the faster gray cat.

Inspired by WebNeko. The chase / idle / sleep / scratch interaction follows WebNeko (first encountered via chardidath.ing). This skill packages Greta and Nigel as a reusable, upstream-safe Digital Garden feature with local sprite assets and reduced-motion behavior — no runtime CDN.

Install with an agent

git clone https://github.com/palol/skills-zoo.git
cp -r skills-zoo/skills/dg-summon-cats ~/.claude/skills/

(or ~/.agents/skills/)

Use dg-summon-cats to add Greta and Nigel to this Digital Garden. Install the footer component, styles, and local sprite sheets; build it; then verify pointer and reduced-motion behavior.

What it installs

  1. A footer-autoloaded runtime component at components/user/common/footer/zzz-summon-cats.njk.
  2. A small style block appended to custom-style.scss.
  3. Two 256×128 local sprite atlases under src/site/img/user/.

No layout edits, runtime CDN, cookies, tracking, or network requests.

Behavior

What's in the box

Prerequisites

Browse the full source on GitHub →