✍️
AutomationJavaScript

Draw Your Font

by danilo-znamerovszkij

Draw Your Font is an Automation skill for Claude Code, published by danilo-znamerovszkij in draw-your-font.

574 stars58 forkson danilo-znamerovszkij/draw-your-fontAdded 2026/08/11+3% in starsRepository updated 2026/08/05
claude-codeclaude-skillfonthandwritinghandwriting-fontpotracettfwoff2
Install in seconds
Install Draw Your Font
Copy Draw Your Font into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/danilo-znamerovszkij/draw-your-font/tree/main/skills/draw-your-font ~/.claude/skills/draw-your-font

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/danilo-znamerovszkij/draw-your-font.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/draw-your-font/SKILL.md in danilo-znamerovszkij/draw-your-font
Installs to
~/.claude/skills/draw-your-font
Collection
The only skill cataloged from this repository
Category
Automation1523 skills

What Draw Your Font does

Draw Your Font turns a photo of handwritten letters into an installable font file. Use it when you want to make a font from your own handwriting or refine a font made from handwriting photos.

Draw Your Font is cataloged under Automation on DirSkills. Draw Your Font comes from a repository tagged claude-code, claude-skill, font, handwriting and handwriting-font.

Documentation

README

draw-your-font

Photo of handwritten letters in → installable font out. You do the seeing (find and label letters, judge quality); the CLI does all geometry (trace, metrics, font assembly). Never edit SVG paths or coordinates yourself.

Setup (once per session)

Run node <skill-dir>/scripts/resolve-cli.js once. It prints the CLI invocation to use (e.g. node /abs/path/src/cli.js). Substitute that printed command wherever the examples below show $DYF - shell variables do not persist between tool calls, so paste the real command each time.

If it errors, run npm install where it tells you (or npm i -g draw-your-font) and retry. Requires Node ≥ 18. Everything runs locally; nothing is uploaded.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Draw Your Font

  • How does Draw Your Font compare to other Automation skills?

    Draw Your Font ranks #1255 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Draw Your Font against them. Open each page to compare what they document and how they install.