figlet-text-converter

Replace figlet tags with ASCII art across multiple file types.

40|7|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/rawveg/skillsforge-marketplace --skill figlet-text-converter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figlet-text-converter
Source: https://github.com/rawveg/skillsforge-marketplace/tree/main/figlet-text-converter
Command: npx skills add https://github.com/rawveg/skillsforge-marketplace --skill figlet-text-converter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires figlet, and includes scripts (resource) and references (resource) components.

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

Frequently Asked Questions about figlet-text-converter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert text tags to ASCII art in my files?

ASCII art conversion replaces <figlet> tags with large text drawings. Mark sections with <figlet>text</figlet> tags in any file, and the Skill processes them in place, preserving your file's comment style (// # -- /*) and supporting 400+ fonts with standard as the default.

Does figlet work with different file types and comment styles?

Yes, figlet processes Markdown, shell scripts, Python, PHP, JavaScript, and configuration files while detecting and preserving their native comment syntax—forward slashes, hashes, double-dashes, and block comments—so ASCII art integrates seamlessly.

What fonts are available for ASCII art conversion?

Over 400 fonts are supported, with standard as the default. Specify a font name inside your figlet tag, or list all available fonts using the internal font discovery script to explore options.

Do I need to install figlet separately before using this?

No, the Skill automatically installs the figlet Node.js dependency on first run, so you don't need to set it up manually—just provide your file with figlet tags.

Can I use ASCII art headers in code comments and documentation?

Yes, this is the primary use case. Convert code headers, documentation banners, and any marked text to ASCII art in place while maintaining proper comment formatting for your language.