Added documentation for Ctrl+G keyboard shortcut to open default text editor when providing custom responses to Claude's questions. [line 437] [Source]
Updated introduction to explain that Skills can bundle scripts in any language (Python, Node.js, Bash, etc.) for advanced capabilities like generating interactive visualizations, querying databases, processing files, calling APIs, and producing reports. [lines 3-4] [Source]
Added new "Generate visual output" section demonstrating how to create an interactive codebase visualizer Skill that uses a bundled Python script to generate an HTML tree view with collapsible directories, file sizes, and color-coded file types. [line 559] [Source]