Skip to main content

alt-text

Write concise alt text for a local image file. Use this when the user asks for alt text, accessibility text, or a brief image description for a specific local image path. Pass the target image path as `$0`.

Jump to install

Source facts

Repository
bholmesdev/skills
Last source activity
March 17, 2026 at 21:31
Detected SKILL.md language
English
Stars
174
Forks
3

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
alt-text
description
Write concise alt text for a local image file. Use this when the user asks for alt text, accessibility text, or a brief image description for a specific local image path. Pass the target image path as `$0`.
# alt-text ## Input The target local image path is provided as `$0` or as a pasted image attachment. If `$0` is missing, ask the user for the local image path and stop. ## Instructions When this skill is invoked, inspect the image directly and write alt text immediately. - Describe what is visually present and important. - Do not say `picture of`, `image of`, `screenshot of`, or `diagram of`. - Describe what the image shows, not the file type or medium. - Keep the alt text concise and focused on the essential content. - Do not add extraneous details, speculation, backstory, or interpretation that is not clearly visible. - If visible text is important to understanding the image, include the key text briefly. ## Output Return only the alt text unless the user asks for something else.
View on GitHub