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.
npx claudepluginhub michaeldancurtis/prixmaviz --plugin prixmavizThis skill uses the workspace's default tool permissions.
When the user wants you to review a saved diagram:
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Processes PDFs: extracts text/tables/images, merges/splits/rotates pages, adds watermarks, creates/fills forms, encrypts/decrypts, OCRs scans. Activates on PDF mentions or output requests.
Share bugs, ideas, or general feedback.
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.