From aigentry-devkit
Capture and view clipboard image. Triggers on "clipboard", "paste image", "클립보드", "이미지 붙여넣기", "캡처 확인"
How this skill is triggered — by the user, by Claude, or both
Slash command
/aigentry-devkit:clipboard-imageThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Capture the current clipboard image and display it for analysis.
Capture the current clipboard image and display it for analysis.
DISPLAY=:1 xclip -selection clipboard -t image/png -o > /tmp/clipboard-image.png 2>/dev/null
file /tmp/clipboard-image.png
If successful, use the Read tool to view /tmp/clipboard-image.png (Claude Code can read images natively).
If no image in clipboard, inform the user:
DISPLAY=:1 xclip -selection clipboard -t TARGETS -oProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub dmsdc-ai/aigentry-devkit --plugin aigentry-devkit