From 975fd5bc8d3f70880181dd41280745cf8d32d925 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 26 Apr 2026 10:48:00 +0100 Subject: [PATCH] docs: add gif asset hygiene guidance --- skills/gifgrep/SKILL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/skills/gifgrep/SKILL.md b/skills/gifgrep/SKILL.md index 8e91c64c16f..c97aa626a2e 100644 --- a/skills/gifgrep/SKILL.md +++ b/skills/gifgrep/SKILL.md @@ -73,6 +73,12 @@ Output - `--json` prints an array of results (`id`, `title`, `url`, `preview_url`, `tags`, `width`, `height`) - `--format` for pipe-friendly fields (e.g., `url`) +GIF asset hygiene + +- Before recommending or using an animated GIF URL, verify it resolves successfully, has `Content-Type: image/gif`, and is actually animated (multiple frames or loop metadata; e.g. inspect with `file`, `identify`, or a small script). +- Record attribution/license/source URL alongside the asset. +- Do not hotlink when a local asset is needed: download/copy it into the project and reference the local file. + Environment tweaks - `GIFGREP_SOFTWARE_ANIM=1` to force software animation