gm

Installation
SKILL.md

gm - GraphicsMagick Image Processor

The gm module provides an enhanced interface for GraphicsMagick, allowing users to process images efficiently. It automatically handles installation via pixi if the tool is not found locally.

When to Activate

  • When converting images between different formats (e.g., JPG to PNG).
  • When resizing images or performing batch transformations.
  • When comparing two images or creating image montages.
  • When needing image identification and metadata descriptions.

Core Principles & Rules

  • Tool Reliability: Uses pixi to ensure GraphicsMagick is available across different environments.
  • Standard Commands: Supports all classic gm subcommands like convert, mogrify, and identify.

Patterns & Examples

Installs
3
Repository
x-cmd/skill
GitHub Stars
21
First Seen
Apr 10, 2026
gm — x-cmd/skill