Agent skill
image_concatenator
A utility skill to vertically concatenate multiple images into a single file.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/image-concatenator
SKILL.md
Image Concatenator
This skill provides a tool to vertically merge images.
Capabilities
- Concatenate: Merges list of images into one.
How to use
Use the run_bash tool to run the skill’s script.
Provide the output path first, followed by one or more input image paths. Resolve the
script path from the skill root before invoking the tool. The script lives at
scripts/concatenate_images.py.
Example:
If the user asks to merge a.png and b.png into result.png, run the run_bash
tool with scripts/concatenate_images.py result.png a.png b.png as the command.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?