What problem does it solve?
The art-edit Skill streamlines the process of applying deterministic image post-processing operations, such as background removal, matting, and wordmark composition, to images. It operates entirely offline, eliminating the need for API keys or network connections, and provides reproducibility through JSON sidecars.
Core Features & Use Cases
- Background Removal: Remove the background from images using U2-Net or a simple threshold method.
- Matting: Apply multi-signal alpha matting to isolate and enhance parts of the image.
- Wordmark Composition: Add a two-tone text wordmark to an image.
- Reproducibility: Generate JSON sidecars for every operation, allowing for exact reproduction of the edits.
Quick Start
Run the art-edit skill with the 'remove-bg' command to make the background of an image transparent. For example:
uv run .claude/skills/art-edit/scripts/art_edit.py remove-bg in.png -o logo.png