From prixmaviz
Use when the user has saved diagrams in the project library and asks for review-style help — phrases like "look over my architecture", "any issues with this diagram?", "review what I have", "what would you change?". Triggers on review/critique intent against existing saved content.
How this skill is triggered — by the user, by Claude, or both
Slash command
/prixmaviz:diagram-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user wants you to review a saved diagram:
When the user wants you to review a saved diagram:
list_diagrams() to see what's saved.load_diagram(slug) to read the IR/DSL.get_annotations(diagramId) to see the user's existing marks.apply_patch to apply on user confirmation.Don't lecture. Diagrams are working tools, not artwork. Suggest changes that make the diagram more useful for the user's evident purpose.
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 michaeldancurtis/prixmaviz