Add general FFmpeg and ImageMagick agent skills #675

Closed
opened 2026-07-24 00:17:39 +00:00 by coilyco-ops · 1 comment
Member

workflow: pull-request-and-merge

Add two flat, cross-harness media tool skills:

  • tooling-ffmpeg for probing, transcoding, trimming, frame and audio extraction, filter selection, and output verification.
  • tooling-imagemagick for format conversion, resizing, orientation, composition, annotation, metadata handling, and image comparison.

Acceptance:

  • Each skill carries its own license and metadata.source-url frontmatter. No central registry is added.
  • Each skill uses concise workflow guidance and native commands instead of a broad wrapper framework.
  • The ImageMagick skill cross-links the existing tooling-image-zoom skill where close inspection is the actual task.
  • The core dev image installs FFmpeg and verifies both ffmpeg and ffprobe during the build.
  • Representative image and media operations run successfully, and the repository test and pre-commit suites pass.
workflow: pull-request-and-merge Add two flat, cross-harness media tool skills: * `tooling-ffmpeg` for probing, transcoding, trimming, frame and audio extraction, filter selection, and output verification. * Source URL: https://ffmpeg.org/documentation.html * License: LGPL-2.1-or-later by default. Installed builds can include GPL components, so the skill must inspect the local build. * `tooling-imagemagick` for format conversion, resizing, orientation, composition, annotation, metadata handling, and image comparison. * Source URL: https://imagemagick.org/command-line-processing/ * License: ImageMagick Acceptance: * Each skill carries its own `license` and `metadata.source-url` frontmatter. No central registry is added. * Each skill uses concise workflow guidance and native commands instead of a broad wrapper framework. * The ImageMagick skill cross-links the existing `tooling-image-zoom` skill where close inspection is the actual task. * The core dev image installs FFmpeg and verifies both `ffmpeg` and `ffprobe` during the build. * Representative image and media operations run successfully, and the repository test and pre-commit suites pass.
Author
Member

WARD-OUTCOME: done

verdict: pass
confidence: high
summary: The two skills satisfy issue #675 with concise native-command workflows, per-skill provenance, safe output defaults, and the required dev-image tooling. The diff survives refutation against overwrite risk, stream and metadata loss, version differences, license-sensitive FFmpeg builds, and output verification.
findings: []
conclusion: The FFmpeg and ImageMagick skills are ready to land. Real-media smoke checks, 524 repository tests, and every pre-commit hook passed.

Commit: b6f186e

WARD-OUTCOME: done verdict: pass confidence: high summary: The two skills satisfy issue #675 with concise native-command workflows, per-skill provenance, safe output defaults, and the required dev-image tooling. The diff survives refutation against overwrite risk, stream and metadata loss, version differences, license-sensitive FFmpeg builds, and output verification. findings: [] conclusion: The FFmpeg and ImageMagick skills are ready to land. Real-media smoke checks, 524 repository tests, and every pre-commit hook passed. Commit: b6f186e
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-flight-deck/agentic-os#675
No description provided.