skills/markdown-img-alt-text/SKILL.md
Adds detailed alt text to markdown image embeds that are missing it. Supports both Obsidian wiki-style (![[image]]) and standard markdown () formats. Reads each image, describes its content thoroughly, and updates the embed inline. Triggers on "add alt text", "update alt text", "describe images", "missing alt text", or "image descriptions".
npx skillsauth add richtabor/agent-skills markdown-img-alt-textInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Scan markdown files for image embeds that are missing alt text and add detailed, descriptive alt text by reading each image.
![[image.png]] → ![[image.png|alt text here]] → Detect which format the file uses and apply alt text accordingly.
Search the target scope (a specific note, folder, or the whole project) for image embeds without alt text:
![[filename.ext]] with no | pipe character (image extensions: png, jpg, jpeg, gif, svg, webp) where the alt text between [] is emptyImages that already have alt text — ![[image.png|description]] or  — should be skipped.
For each image found, use the Read tool to view the image file. Resolve the image path based on the project structure (e.g., an attachments folder, a public/images directory, or a relative path).
Write thorough, detailed alt text for each image. The alt text should:
Use the Edit tool to add alt text in the correct format for the embed style used in that file.
Obsidian — before:
![[dashboard-screenshot.png]]
Obsidian — after:
![[dashboard-screenshot.png|Analytics dashboard showing a bar chart of monthly revenue from January to June 2026, with a sidebar navigation listing Overview, Reports, and Settings. The header reads "Q2 Performance" in bold with a blue export button in the top right.]]
Standard markdown — before:

Standard markdown — after:

testing
Transforms notes into X (Twitter) posts. Triggers when user asks to create social content, draft tweets, or turn notes/ideas into posts.
tools
# WordPress Add Links Find and add internal and external links to a blog post draft, naturally woven into existing sentences. ## Trigger - "find links for this post" - "find internal links" - "add links to this post" - "link this draft" ## Environment Variables - `WORDPRESS_URL` — Blog base URL (e.g. `https://yourblog.com`) - `WORDPRESS_USERNAME` — WordPress account username - `WORDPRESS_APP_PASSWORD` — Application password (not your regular password) ## Process ### Phase 1: Load the Post
development
Writes technical blog posts about features being built. Triggers when user asks to write about development progress, implementations, or project updates.
testing
Reviews and validates agent skills against best practices. Triggers on "review this skill", "check my skill", "validate skill", "is this skill well-written", or when creating/editing skills.