photo-manager

Catalog and organize image assets into structured directories by descriptive filenames.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/peterbamuhigire/website-skills --skill photo-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: photo-manager
Source: https://github.com/peterbamuhigire/website-skills/tree/main/photo-manager
Command: npx skills add https://github.com/peterbamuhigire/website-skills --skill photo-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Pillow, ImageMagick, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of managing image assets for websites, ensuring they are correctly cataloged, organized, and ready for use, preventing blurry or misplaced images.

Core Features & Use Cases

  • Automated Cataloging: Scans images, records dimensions, and categorizes them based on filename conventions.
  • Intelligent Organization: Copies images to appropriate subfolders (e.g., hero/, team/, services/) within the site's asset directory.
  • Dimension-Aware Placement: Helps ensure images are used in contexts where their dimensions are appropriate, preventing visual degradation.
  • Logo Auto-Detection: Automatically identifies and selects the best logo file based on size, format, and aspect ratio.

Quick Start

Use the photo-manager skill to process all images in the photo-bank directory.

Frequently Asked Questions about photo-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize web design assets by dimensions and filenames?

Organize web design assets by scanning images, recording dimensions, and copying them to structured subfolders like hero/ or team/ based on descriptive filenames, ensuring dimension-aware placement for web development workflows.

What is dimension-aware image placement and why does it matter?

Dimension-aware image placement is the process of matching image dimensions to appropriate web contexts, preventing visual degradation by ensuring images are only used where their size and aspect ratio fit correctly.

Can I automatically detect and select the best logo file for my website?

Yes, you can automatically detect and select the best logo file using image analysis tools that evaluate size, format, and aspect ratio to identify the optimal file from your asset directory without manual intervention.

Do I need ImageMagick or Pillow to catalog image dimensions?

Yes, you need either ImageMagick or Pillow to catalog image dimensions, as these dependencies provide the required image dimension and format analysis capabilities for processing and categorizing image assets.

What's the best way to catalog images for web development without misplacement?

The best way to catalog images for web development is to automate the scanning process to record dimensions and categorize files by descriptive filenames, copying them to appropriate subfolders to prevent blurry or misplaced assets.