duson-gallery-system

Orchestrate PHP gallery systems with main and modal image views.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/songyoungsoo/duson-print-system --skill duson-gallery-system
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: duson-gallery-system
Source: https://github.com/songyoungsoo/duson-print-system/tree/main/.claude/00_Legacy_Archive/skills/duson-gallery-system
Command: npx skills add https://github.com/songyoungsoo/duson-print-system --skill duson-gallery-system

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The duson-gallery-system defines a robust, privacy-conscious gallery architecture for the Duson Planning Print System, enabling main product galleries, thumbnails, and modal views with clear image source prioritization and privacy rules.

Core Features & Use Cases

  • Main Gallery: a 4-thumbnail main gallery with zoom support and a "see more" modal that showcases a 24-image grid with pagination.
  • Privacy-first image sourcing: explicit prioritization of curated images and restricted sources for privacy-sensitive items like business cards and envelopes.
  • Extensibility: easy addition of new products and gallery rules via adapter logic and category mappings.

Use Case: A designer reviews a product page and needs a privacy-safe visual gallery for a catalog presentation.

Quick Start

Trigger the gallery system for a specific product code (e.g., inserted, namecard) and load the main gallery with 4 thumbs and a modal with 24 items to validate display and privacy policy.

Frequently Asked Questions about duson-gallery-system

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

FAQPage Schema
How do I build a PHP image gallery with a modal popup and thumbnail support?

A privacy-conscious gallery system restricts image sourcing for sensitive items like business cards by enforcing explicit prioritization of curated images and blocking restricted sources to safeguard customer data.

How do I structure image sourcing priorities for privacy-sensitive product pages?

Structure image sourcing priorities by defining explicit category mappings for privacy-sensitive items like envelopes and namecards, ensuring only curated images load while restricted sources are blocked by the PHP backend.

Can I add new product categories and gallery rules to an existing PHP gallery system?

You can add new product categories and gallery rules by utilizing adapter logic and category mappings, allowing the system to extend its main and modal galleries to additional product lines without modifying core architecture.

What is the best way to display a 24-image modal gallery with pagination in PHP?

The best way to display a 24-image modal gallery with pagination in PHP is to architect a backend that paginates image grids and serves them to a lightweight frontend trigger for the popup interface.

Does this gallery system architecture support zoom functionality on main product thumbnails?

The gallery system architecture supports zoom functionality on the main product gallery, providing a 500x400 main viewer with four thumbnails that users can interact with before opening the full modal grid.