Loading...
Loading...
This skill processes files containing figlet tags and replaces them with ASCII art representations. It detects and preserves 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.
npx skill4agent add rawveg/skillsforge-marketplace figlet-text-converter<figlet><figlet><figlet font="3-D">Text to Convert</figlet><figlet>Text to Convert</figlet># Section Title
<figlet font="Standard">Important Notice</figlet>
Content goes here...#!/bin/bash
echo '<figlet>Deployment Started</figlet>'
# Script logic...# <figlet>Configuration</figlet>
config = {
'setting': 'value'
}// <figlet font="Block">Database Connection</figlet>
function connectDB() {
// ...
}<figlet>System Status Report</figlet>
This report contains...<figlet>// <figlet>Section Break</figlet>// // ___ _ _ ____ _
// / __| ___ | | | | ___ _ _ | __ ) _ _ __| | |
// \__ \/ -_) | |_| |/ _ \| ' \ | _ \| '_|/ _` | |
// |___/\___| \___/ \___/|_|_|_| |_| \_\_| \__,_|_|# <figlet>Configuration</figlet># -- <figlet>Query Section</figlet>-- /* <figlet>Module Start</figlet>* * ___ _ _ _ ___ _ _
* | \/ | ___ __| | _ | | ___ / __| | |_ __ _ _ | |_
* | |\/| |/ _ \ / _` ||_|| |/ -_) \__ \ | _|/ _` || || _|
* |_| |_|\___/ \__,_| \__/ \___| |___/ |_| \__,_|\__|\__|<figlet>Plain ASCII Art</figlet><figlet>Default Font Example</figlet><figlet font="Block">Bold Text</figlet>
<figlet font="3-D">3D Effect</figlet>
<figlet font="Shadow">Shadowed</figlet><figlet>node process-file.js <file-path>node list-fonts.js<figlet font="font-name">text</figlet><figlet>text</figlet>