What problem does it solve? Plain text pasted into chat is hard to scan, and standard chat does not reliably render markdown or highlight syntax as real visual formatting. This Skill overlays emphasis tags on the original text and renders the result as a real HTML widget image in the chat. ## Core Features & Use Cases - Non-destructive formatting: Adds bold, italic, code, and mark tags on top of the original text without changing any words, order, or content. - HTML widget rendering: Renders the formatted text through the visualize:show_widget tool so highlights appear as real styled output instead of raw markdown. - Selective emphasis rules: Applies a tag-selection table (code for commands and paths, mark for key sentences, strong for key terms, em for names) so only genuinely important points are emphasized. - Use Case: Paste a plain-text meeting note or technical explanation and invoke /highlight to get a readable version with commands in code style and critical warnings highlighted in color. ## Quick Start Invoke /highlight followed by the plain text you want formatted, and the Skill returns the same text with emphasis tags rendered as an HTML widget.