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.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin gimpThis skill uses the workspace's default tool permissions.
1. Read `scripts_dir` and `plug_ins_dir` from the profile (`onboard` first if missing).
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
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.