Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
albedo-tabai avatar

Image Analysis Router

  • 1 installs
  • 10 repo stars
  • Updated May 15, 2026
  • albedo-tabai/image-analysis-router

image-analysis-router is a skill that routes image-heavy requests into the correct critique workflow and produces a targeted analysis plus a study report.

About

image-analysis-router picks the right way to read an image before analyzing it, routing image-heavy requests into one of many critique workflows such as graphic design, photography, painting, interior design, architecture, infographics, or product design. It then produces a targeted analysis report plus a study report. A developer or designer uses it when a generic image summary would be too shallow. A routing script gives a prior, but the skill requires visual inspection and a stated route confidence before locking a lens.

  • Routes image requests into the correct critique lens (graphic design, photography, painting, interior, architecture, inf
  • Uses a route-matrix and per-domain method files, producing both an analysis report and a study report
  • Runs a routing script as a prior, then requires visual inspection and a stated route confidence

Image Analysis Router by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,609 of 1,880 Design & UI/UX skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

image-analysis-router capabilities & compatibility

Capabilities
design critique · image analysis
Use cases
ui design · web design
Pricing
Free
From the docs

What image-analysis-router says it does

Use this skill when the main challenge is not "describe the image" but "pick the right way to read the image first."
SKILL.md
Produce both required artifacts: - analysis report - study report
SKILL.md
npx skills add https://github.com/albedo-tabai/image-analysis-router --skill image-analysis-router

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars10
Last updatedMay 15, 2026
Repositoryalbedo-tabai/image-analysis-router

What it does

Route an image into the correct critique workflow and produce a targeted analysis plus study report.

Who is it for?

Structured critique and study of posters, UI screenshots, paintings, photos, and other visuals

Skip if: Shallow generic image summaries or captioning

When should I use this skill?

A user supplies images and wants structured analysis, style classification, critique, or learning notes

What you get

The image is routed to the correct critique method and an analysis report plus study report are produced.

  • An analysis report
  • A study report

By the numbers

  • 17 method route files
  • 3 route confidence levels (high, medium, low)

Files

SKILL.mdMarkdownGitHub ↗

Image Analysis Router

Use this skill when the main challenge is not "describe the image" but "pick the right way to read the image first."

Read in order

  • Read references/route-matrix.md first.
  • Read references/output-contract.md before drafting the final answer.
  • Read only the route file(s) you actually need:
  • references/method-graphic-design.md
  • references/method-photography.md
  • references/method-painting-illustration.md
  • references/method-interior-design.md
  • references/method-architecture-urban.md
  • references/method-infographic-diagram.md
  • references/method-product-industrial-design.md
  • references/method-comics-sequential.md
  • references/method-fashion-styling.md
  • references/method-sculpture-installation-craft.md
  • references/method-game-visual-design.md
  • references/method-scientific-medical-imaging.md
  • references/method-typography-lettering.md
  • references/method-presentation-document.md
  • references/method-film-frame.md
  • references/method-generic-mixed.md
  • references/method-universal-fallback.md

Workflow

1. Gather the user's goal, image count, file names, and any supplied context. 2. If prompt text or file names are available, run:

  • py .\scripts\route_image_request.py --prompt "<user request>" --file "<name-or-path>" ...

3. Treat the script output as a routing prior, not final truth. 4. Visually inspect at least one representative image before locking the route. 5. Pick one primary route per image or subgroup. If the batch is mixed, split it instead of forcing one lens onto everything. 6. State route confidence:

  • high: the dominant route clearly matches both the visual evidence and the user's goal
  • medium: one route leads, but a second route is plausible
  • low: the image is hybrid, under-specified, or the file is missing enough context

7. Load only the method file(s) needed for the chosen route. 8. Produce both required artifacts:

  • analysis report
  • study report

Routing rules

  • Prefer graphic-design when typography, layout, branding, CTA, hierarchy, packaging, poster logic, or image-text composition is central.
  • Prefer photography when camera capture, timing, lens behavior, exposure, depth, realism, or documentary truth claims are central.
  • Prefer painting-illustration when the image reads as painted, drawn, stylized, symbolic, art-historical, or cross-cultural in a way that needs iconography or style analysis.
  • Prefer interior-design when the image is fundamentally about space, zoning, furniture, materials, atmosphere, lighting, or circulation, regardless of whether it is a photo or render.
  • Prefer architecture-urban when the image is fundamentally about building massing, facade language, site relationship, public realm, skyline, streetscape, landscape integration, or urban spatial order.
  • Prefer infographic-diagram when the image is mainly a chart, process diagram, map, flow graphic, system schematic, or information visualization where correctness and readability matter more than visual mood.
  • Prefer product-industrial-design when the image is mainly about an object, device, furniture piece, tool, packaging structure, prototype, or product render and the core question is form, usability, manufacturability, or material-finish logic.
  • Prefer comics-sequential when the image is a comic page, manga page, strip, webtoon panel set, picture-book spread, or other sequential storytelling image where panel order and narrative pacing matter.
  • Prefer fashion-styling when the image is mainly about clothing, silhouette, layering, grooming, accessories, runway/editorial styling, or personal styling rather than camera craft alone.
  • Prefer sculpture-installation-craft when the image is mainly about a three-dimensional artwork, object ensemble, craft piece, material assembly, or site-specific installation and the core question is volume, material, presence, or viewing path.
  • Prefer game-visual-design when the image is mainly a game screenshot, HUD/UI overlay, character sheet, environment concept tied to gameplay, or scene where readability and play experience matter alongside style.
  • Prefer scientific-medical-imaging when the image is mainly diagnostic, scientific, microscopic, radiologic, technical, or evidence-bearing and the core question is interpretability, annotation, or visual validity rather than aesthetic mood.
  • Prefer typography-lettering when the image is mainly type-driven: lettering, logotypes, calligraphy, type posters, wordmarks, or text-as-form where letter construction and reading texture matter more than general layout.
  • Prefer presentation-document when the image is mainly a slide, report page, proposal page, dashboard report, or document spread where argument flow and page-to-page communication matter more than poster impact.
  • Prefer film-frame when the image is a movie still, animation frame, storyboard frame, or a cinematic composition where shot language matters more than poster/layout logic.
  • Prefer generic-mixed when the image does not cleanly fit the above routes, or when the batch mixes multiple domains that need separate treatment.
  • Prefer universal-fallback when the image does not match any route strongly enough but still deserves a structured visual reading instead of a generic summary.

If one image straddles multiple routes, choose based on what the user is actually trying to learn. Example: a movie poster usually goes to graphic-design; the raw frame inside that poster may go to film-frame only if the user wants cinematic analysis.

If a building image is mainly being judged as a photograph, photography can still win. If the same image is being judged for facade rhythm, site fit, or city effect, prefer architecture-urban.

If a product image is mainly an ad or ecommerce layout, graphic-design can still win. If the core question is form, ergonomics, or detail logic, prefer product-industrial-design.

If none of the named routes fits well, use universal-fallback rather than forcing a bad match. The fallback route should still produce a layered analysis and study report.

Until a dedicated UI product route exists, send standalone interface screenshots to graphic-design and emphasize hierarchy, information density, state clarity, and interaction cues.

Guardrails

  • Do not pretend certainty when the route is ambiguous.
  • Do not judge paintings with poster or ad-performance standards unless the user explicitly asks for commercial translation.
  • Do not treat documentary or journalistic photography as pure aesthetics when ethics, context, or truthfulness are part of the request.
  • Do not infer hidden generation workflows for AI art unless visible evidence supports the claim.
  • Do not over-read narrative meaning from a single still frame; state the missing motion, sound, or sequence context.
  • Do not collapse mixed batches into a single verdict when the images clearly serve different roles.

Batch handling

  • For a same-project batch, analyze both individual quality and set-level consistency.
  • For before/after batches, isolate what improved, what regressed, and what still blocks the target result.
  • For mood boards or reference packs, look for repeated signals instead of over-critiquing one image in isolation.

Recommended response pattern

Follow references/output-contract.md.

At minimum, the final answer should include:

1. route decision and confidence 2. why that route fits 3. the route-specific analysis 4. a concrete study report with drills or next-step practice

Related skills

FAQ

How does image-analysis-router choose a lens?

It reads a route-matrix, runs a routing script as a prior, visually inspects a representative image, then picks one primary route per image or subgroup and states a route confidence.

What does it output?

Two required artifacts: an analysis report and a study report.

Design & UI/UXuiuxbranding

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.