neon-3d-symbol-gif
BY @30WONTJAM — 11 DOWNLOADS — AUTOMATION
Generate smooth procedural 3D neon symbol GIFs, especially floating rotating pentagrams, glowing occult symbols, dark square profile loops, Discord icons, animated sigils, and high-frame-count black-background rotation GIFs. Use when the user asks for a 3D rotating/floating pentagram, smooth neon symbol GIF, glowing sigil animation, or similar procedural symbol loop.
CLI INSTALL
curl -sS https://dem0n.vip/s/30wontjam/neon-3d-symbol-gif/SKILL.md -o ~/.claude/skills/neon-3d-symbol-gif/SKILL.md --create-dirs
DOWNLOAD ALL gives you a single .zip containing SKILL.md + the tar.gz — drag it into Claude Code in one go.
Sign up to see the full skill
Get the source, install command, comments, and version history
GET AN INVITENeon 3D Symbol GIF
Purpose
Use the bundled renderer to generate smooth floating 3D neon symbol GIFs. The default preset recreates the red glowing pentagram rotation style: black background, soft particle field, floating shadow, anti-aliased 3D rotation, neon glow, no text, and no scanlines.
Quick Commands
Set paths:
SKILL_DIR="$HOME/.codex/skills/neon-3d-symbol-gif"
PY="/Users/tec/.cache/codex-runtimes/codex-primary-runtime/dependencies/python/bin/python3"
[ -x "$PY" ] || PY="python3"
Generate the default smooth floating pentagram:
"$PY" "$SKILL_DIR/scripts/generate_neon_3d_symbol_gif.py" \
--symbol pentagram \
--out "$PWD/floating-3d-pentagram-rotation.gif" \
--preview-sheet "$PWD/floating-3d-pentagram-rotation-contact.png"
Generate a faster/lighter draft:
"$PY" "$SKILL_DIR/scripts/generate_neon_3d_symbol_gif.py" \
--frames 48 \
--size 512 \
--out "$PWD/pentagram-draft.gif"
Workflow
- Use the default settings for polished output:
720x720,120frames,24msframe duration. - Use
--sizefor square dimensions;720is a good balance of quality and file size. - Use
--framesto control smoothness. Keep96-144for super smooth loops. - Use
--durationto control speed.24msis fast and fluid;32-45msis slower and heavier. - Use
--color red|white|cyan|violet|green|goldor--hex "#ff3340"for glow color. - Generate a
--preview-sheetwhen visual QA is useful.
Implementation Notes
- Script:
scripts/generate_neon_3d_symbol_gif.py - Current symbol preset:
pentagram - Default size:
720 - Default frame count:
120 - Default duration:
24ms per frame - Default output:
floating-3d-pentagram-rotation.gif
The script requires Pillow. Prefer the bundled Codex primary runtime Python when available because it includes a working ARM64 Pillow build on this machine.
Keep outputs practical: high-frame neon GIFs can get large quickly. If a file is too heavy, lower --size, --frames, or --particles.
Style Guide
- Keep the composition clean: centered floating object, black field, soft glow, no labels.
- Avoid scanlines, borders, titles, or stamps unless the user asks.
- Use red for the signature occult neon look; use white/cyan/violet when the user wants cleaner cyber or icon vibes.
- For profile/icon loops, prefer square outputs:
512,720, or1024.
BADGE

VERSIONS
- 0.0.1776993385298 — 5.5 KB — 8f6e3f7b6a69
COMMENTS (0)
LOGIN TO COMMENT