Stats
Actions
Tags
From gimp
List every Script-Fu, Python-Fu, and binary plugin currently installed in the user's GIMP config directory, including version (where derivable) and whether it lives in the user dir or system dir. Use when the user asks "what plugins do I have", or before installing one to check for duplicates.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gimp:list-gimp-pluginsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Read `scripts_dir` and `plug_ins_dir` from the profile (`onboard` first if missing).
scripts_dir and plug_ins_dir from the profile (onboard first if missing).<scripts_dir>/*.scm — Script-Fu scripts<plug_ins_dir>/*/ — Python-Fu / binary plugins (one subdir per plugin in 2.10 convention)/usr/lib/gimp/2.0/scripts/, /usr/lib/gimp/2.0/plug-ins/ (or 3.0)/var/lib/flatpak/app/org.gimp.GIMP/.../files/lib/gimp/....scm) the first ; comment line as a description hint.user vs system.install-gimp-plugin to add and (future) remove-gimp-plugin to delete.npx claudepluginhub danielrosehill/claude-code-plugins --plugin gimpCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.