From suaveplan-fonts
Use when implementing or debugging code that uses @suaveplan/font-convert: Convert TTF/OTF/WOFF/WOFF2 font files to typeface.
How this skill is triggered — by the user, by Claude, or both
Slash command
/suaveplan-fonts:font-convertThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Converts TTF/OTF/WOFF/WOFF2 font files to the [typeface.js](https://gero3.github.io/facetype.js/) JSON format used by [Three.js `FontLoader`](https://threejs.org/docs/#examples/en/loaders/FontLoader). Also defines the canonical `TypefaceFont`, `TypefaceGlyph`, and `PathCommand` types consumed by `@suaveplan/font-compress`.
Converts TTF/OTF/WOFF/WOFF2 font files to the typeface.js JSON format used by Three.js FontLoader. Also defines the canonical TypefaceFont, TypefaceGlyph, and PathCommand types consumed by @suaveplan/font-compress.
@suaveplan/font-convert.import { /* see API Reference below */ } from "@suaveplan/font-convert";
Workspace dependencies: @suaveplan/error, @suaveplan/types
This skill is intentionally short. The package's own documentation is the authoritative source — read these in order:
packages/fonts/font-convert/README.md — overview, install, quick-start, module indexpackages/fonts/font-convert/src/**/*.md — co-located docs per implementation file (Purpose, Features, Basic + Advanced examples, full API reference, Implementation notes — all packages in genesis ship ≥200 words per module)packages/fonts/font-convert/package.json exports map — every subpath you can import fromWhen the user asks an API question, read the relevant co-located .md first; do not answer from training-data memory.
@suaveplan/error@suaveplan/typesThis SKILL.md is auto-generated by suaveplan-skills/scripts/generate-skills.ts from the package's README. Do not edit by hand — re-run the generator after the README changes.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub suaveplan/suaveplan-skills --plugin suaveplan-fonts