What problem does it solve? Setting an Intent Architect module's package icon requires embedding a large base64 data URI into the module's .application.config file, which is error-prone and wasteful when passed through an agent's context. This Skill crafts the SVG and applies it via script so the encoded payload never needs manual handling. ## Core Features & Use Cases - House-Style SVG Authoring: Generates a circular badge icon with a gradient fill and white glyph following a defined default style guide. - Script-Based Application: Updates only the root <icon> and <iconType> elements in .application.config via a shell script, asserting exactly one match before writing. - Safe Verification: Confirms changes through file diffs without ever reading or reproducing the base64 payload. - Use Case: A maintainer says "create an icon showing a database cylinder for this module" — the Skill drafts the SVG, encodes it, updates the config, regenerates the .imodspec iconUrl via the Software Factory, and cleans up the temp file. ## Quick Start Create and apply a module icon depicting a shield with a checkmark for this module's package.