back
loading skill details...
Clone or update https://github.com/vibe-motion/procedural-fish and render procedural-fish animation to a video using the project's own render command. Use when…
Procedural Fish Render
Workflow
Resolve skill_dir and run the helper script:
skill_dir=""
for base in "${AGENTS_HOME:-$HOME/.agents}" "${CLAUDE_HOME:-$HOME/.claude}" "${CODEX_HOME:-$HOME/.codex}"; do
if [ -d "$base/skills/procedural-fish-render" ]; then
skill_dir="$base/skills/procedural-fish-render"
break
fi
done
[ -n "$skill_dir" ] || { echo "procedural-fish-render skill not found under ~/.agents, ~/.claude, or ~/.codex"; exit 1; }don't have the plugin yet? install it then click "run inline in claude" again.