From gimp
Install a GIMP-side plugin (Script-Fu .scm, Python-Fu .py, or compiled binary) into the user's GIMP config directory so it appears in the GIMP menu next launch. Use when the user wants to add a third-party GIMP filter or extension.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin gimpThis skill uses the workspace's default tool permissions.
- `source` — local path or URL to a `.scm`, `.py`, or compiled binary
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.
source — local path or URL to a .scm, .py, or compiled binarykind — auto-detected from extension if omitted: script-fu (.scm), python-fu (.py), binary (no extension or executable)scripts_dir and plug_ins_dir from the saved profile.script-fu → <scripts_dir>/python-fu → <plug_ins_dir>/<basename>/<basename>.py (GIMP 2.10 expects each plugin in its own subdir; on 3.0 the layout is similar but uses GObject Introspection)binary → <plug_ins_dir>/<basename>/, chmod +xsource is a URL, download to $DATA_ROOT/cache/ first and verify it's the expected type..scm only — Python and binary plugins require a restart).~/.var/app/org.gimp.GIMP/config/GIMP/<ver>/ instead — the profile's config_dir already accounts for this if onboard detected Flatpak.