add-font

Register new fonts into the JustDoIt rendering system.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/HogJonny-AMZN/JustDoIt --skill add-font
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-font
Source: https://github.com/HogJonny-AMZN/JustDoIt/tree/main/.claude/skills/add-font
Command: npx skills add https://github.com/HogJonny-AMZN/JustDoIt --skill add-font

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of adding new fonts to the JustDoIt system, enabling users to enhance text rendering with custom styles.

Core Features & Use Cases

  • Flexible font integration: Supports built-in pixel fonts, FIGlet (.flf) fonts, and system TTF/OTF fonts.
  • Custom font creation: Guides users to define hand-crafted glyph arrays or upload and register external font files.
  • Quick Start: Use the add-font skill to create and register a new font module, then render text with it in JustDoIt.

Quick Start

Use the add-font skill to add a new font to the system by creating the font module, registering it, and then rendering text.

Frequently Asked Questions about add-font

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

FAQPage Schema
How do I add custom fonts for ASCII art rendering?

To add custom fonts for ASCII art rendering, you create and register a new font module within the rendering system. This makes the font available for text engineering tasks.

What font formats are supported for ASCII text customization?

Supported font formats for ASCII text customization include built-in pixel fonts, FIGlet (.flf) files, and standard system TTF/OTF fonts.

Can I create my own hand-crafted ASCII glyphs instead of uploading files?

Yes, you can create your own ASCII glyphs by defining hand-crafted glyph arrays within a Python module, allowing full customization of your text rendering style.

Do I need to know Python module creation to register FIGlet fonts?

Yes, registering FIGlet (.flf) fonts or system TTF/OTF fonts requires an understanding of Python module creation and the system's specific font registration procedures.

What's the best way to register an external TTF file for ASCII rendering?

The best way to register an external TTF file is to upload the file, create a corresponding Python font module, and complete the registration procedure to integrate it into the rendering system.