select-svg-icon
Installation
SKILL.md
Select SVG Icon
Use this skill to pick an icon that matches a pyRevit command's behavior, not just its name.
SVG-Only Policy
- Acquire source assets as
.svgonly. - Reject PNG-only sources during acquisition.
- Generate
icon.pngonly in the finalization step for pyRevit compatibility.
Workflow
- Read the target command script and capture an intent brief:
- Primary verb (
select,align,export,delete). - Primary object (
walls,views,parameters,sheets). - Risk level (
safe,warning,destructive). - User context (
single element,batch,analysis,settings).