What problem does it solve?
This Skill processes files containing figlet tags and replaces them with ASCII art representations, preserving comment styles (forward slash forward slash, hash, double-dash, forward slash asterisk), automatically manages Node.js dependencies, and supports 400+ fonts (defaulting to the standard font). The skill should be used when a user requests converting marked text in a file to ASCII art using figlet tag syntax, or when they want to list available fonts.
Core Features & Use Cases
- Universal Tag Processing: Replaces <figlet> tags in any file with ASCII art
- Comment Style Preservation: Detects and preserves //, #, --, /* comments
- Automatic Dependency Management: Installs figlet on first run
- Font Support: Works with 400+ fonts (default: standard)
- Font Discovery: List available fonts via internal scripts
- Use Case: Convert code headers or documentation banners in place
Quick Start
Instruct Claude to process a file containing <figlet> tags and replace them with ASCII art. Example: node figlet-text-converter/scripts/process-file.js path/to/file.txt