font-harness: Skill for Claude Code

.claude/skills/hangul-composition/SKILL.md

hangul-composition is a skill for Claude Code from revfactory/font-harness. It costs 111 tokens per session (1,965 once invoked), scanned A, original, OFL-1.1.

A Korean Hangul writing-system reference for font work. It covers the consonant and vowel parts used to build Korean syllable blocks and the Unicode rules for combining them.

In plain words
What is it for?
Listing Hangul parts, splitting syllables, identifying block types, applying combination rules, and planning character coverage.
Why use it?
It helps font developers handle Korean characters correctly instead of treating each syllable as an unrelated drawing.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is revfactory/font-harness's own configuration. It tells Claude Code how to work on font-harness itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything font-harness configures →

Reuse

Borrowing it

Nothing to install: this file belongs to revfactory/font-harness. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/revfactory/font-harness/main/.claude/skills/hangul-composition/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/revfactory/font-harness

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hangul-composition

README.md
[![agentmods](https://agentmods.dev/badge/skills/revfactory/font-harness/hangul-composition.svg)](https://agentmods.dev/skills/revfactory/font-harness/hangul-composition)
Your own site
<a href="https://agentmods.dev/skills/revfactory/font-harness/hangul-composition"><img src="https://agentmods.dev/badge/skills/revfactory/font-harness/hangul-composition.svg" alt="Measured on agentmods" height="20"></a>
Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,965 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00111 $0.01965
Opus 5 $0.00056 $0.00983
Sonnet 5 $0.00022 $0.00393
Haiku 4.5 $0.00011 $0.00197

Measured 6d ago against content hash a3b2b88a3e16, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

hangul-composition scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/hangul-composition/SKILL.md · 93 lines

The source is not reproduced here

Licensed OFL-1.1

The repository is licensed OFL-1.1, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 93 lines · 111 tokens per session scan A a3b2b88a3e16

Subscribe to this mod's changes

hangul-composition is a skill published in the GitHub repository revfactory/font-harness (59 stars, last pushed 2mo ago), licensed OFL-1.1. It adds 111 tokens to every session and 1,965 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

write

Rewrites and polishes prose in Chinese or English, removes AI-like wording, and reviews product localization copy while preserving intent for drafts, docs, release notes, launch copy, and social posts. Use when users ask in any language to draft, rewrite, proofread, localize, polish release notes, remove AI-like…

tw93/Waza · 87 tokens

inclusive-design

Use when working on inclusion, i18n/localization, global name/address forms, low-end devices, slow/metered networks, affordability, or first-time/low-confidence users; not WCAG/screen readers (see accessibility).

evanca/flutter-ai-rules · 50 tokens

harden

Production-readiness pass — audits and implements the full non-happy-path matrix: loading skeletons, empty states, error messages, partial data, i18n, offline, permissions, and first-run guidance. Use when preparing a surface for production or when the user says "it crashes on empty data" / "there's no loading state"…

educlopez/ui-craft · 104 tokens

canva-translate-design

Translate all text in a Canva design to another language, creating a translated copy. Faster than manually copying and editing each text box in Canva's editor. Use when users say "translate my design to [language]", "make a Spanish/French/etc version", or "localize my Canva design".

openai/plugins · 65 tokens

global-toolbar-controls

Quick global settings — currency, language, region, units — belong in a persistent, low-profile location such as a header toolbar or footer. These controls are frequent but not primary, so they use small typography and stay out of the main content hierarchy. Use when designing global selectors, locale switchers, or…

dembrandt/dembrandt-skills · 75 tokens

review-all

Multi-agent code review for diffs (project-agnostic). Covers standards, bugs, security, DRY, smells, perf, tests, API contracts, a11y/i18n. Verifies each finding to eliminate false positives. Use for /review-all, pre-PR/pre-commit review, or auditing uncommitted/staged changes.

ncoevoet/claude-review-all · 74 tokens