tw-naming

tw-naming is a skill for Claude Code, Codex from unbias38/my-claude-skills. It costs 175 tokens per session (5,835 once invoked), scanned A, original, MIT.

A Traditional Chinese naming assistant for Taiwan that creates, evaluates, or revises personal names. It uses birth details, Chinese character stroke counts, name-pattern calculations, and Taiwan language and cultural checks.

In plain words
What is it for?
Use it to generate a baby's name from a surname and birth time, analyze an existing name, or suggest changing one character. It can also apply parental exclusions and consider zodiac information as a secondary signal.
Why use it?
It helps compare names using several traditional naming systems while avoiding common problems such as simplified stroke counts, unwanted characters, taboo sounds, or names that feel unsuitable in Taiwan.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit Use it to generate a baby's name from a surname and birth time, analyze an existing name, or suggest changing one character. It can also apply parental exclusions and consider zodiac information as a secondary signal.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/unbias38/my-claude-skills/tw-naming
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add unbias38/my-claude-skills --skill tw-naming
Clone the repo
git clone --depth 1 https://github.com/unbias38/my-claude-skills

Made for: Claude Code, Codex.

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 tw-naming

README.md
[![agentmods](https://agentmods.dev/badge/skills/unbias38/my-claude-skills/tw-naming/github.svg)](https://agentmods.dev/skills/unbias38/my-claude-skills/tw-naming)
Your own site
<a href="https://agentmods.dev/skills/unbias38/my-claude-skills/tw-naming"><img src="https://agentmods.dev/badge/skills/unbias38/my-claude-skills/tw-naming/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tw-naming

Your own site · 80×15
<a href="https://agentmods.dev/skills/unbias38/my-claude-skills/tw-naming"><img src="https://agentmods.dev/badge/skills/unbias38/my-claude-skills/tw-naming.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 175 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,835 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00175 $0.05835
Opus 5 $0.00088 $0.02917
Sonnet 5 $0.00035 $0.01167
Haiku 4.5 $0.00017 $0.00583

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

Security

Grade A, and why

tw-naming 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 12d ago.

The scan reads SKILL.md. This mod also ships 13 executable files (scripts/analyze_name.py, scripts/chars_by_stroke.py, scripts/find_combos.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

tw-naming/SKILL.md · 356 lines

How it starts

The opening of the file, as written. The whole thing — 356 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Traditional Chinese Name Generator (TW)

Three Modes

Mode When Entry script
Generate (新生兒命名) 全新取名, 姓 + 生辰已知 find_combos.pychars_by_stroke.py → LLM
Analyze (反查) 評估既有名字好不好 analyze_name.py
Suggest (改名建議) 既有名字想改一個字 suggest_changes.py

All three share the same data layer (康熙 CSV, 81/125 表). Generate and Suggest respect the same 父母避諱 filter via --avoid (analyze evaluates an existing name, so it has no such flag).

Two-tier signal model

Signal Role Output
三才五格 + 喜用神 Hard filter (剪枝) 通過/不通過, 縮減候選空間
生肖派 (--year) Soft signal (排序加分) 每字 +1/0/-1, 顯示但不否決
父母避諱 (--avoid) Hard filter (剔除) 完全不出現

不要把 soft signal 升級為 hard filter — 派別爭議大的算法當硬篩會崩塌候選空間。see references/zodiac-school.md.

Goal (Generate mode)

Produce a shortlist of name candidates for a person, given 姓 (surname) and 生辰 (birth datetime), that satisfy:

  1. 三才五格大吉/吉 — using 康熙字典筆劃 (NOT simplified strokes; this is the most common error in mainland tools)
  2. 喜用神五行配合 — derived from 八字
  3. 台灣語境合宜 — common in TW, no taboo homophones (台語/國語), not 菜市場名, good 字義/聲調

This skill explicitly rejects the common mistake of treating 簡體筆劃 = 繁體筆劃. 「張」=11 劃 (康熙), not 7.

Architecture (4 layers)

[Bazi layer]      birth time → 八字 + 喜用神 (五行)
       ↓
[Stroke layer]    surname + 康熙筆劃 → 三才五格大吉的名字筆劃組合
       ↓
[Char layer]      筆劃組合 × 喜用神五行 → 候選字 (繁體, 台灣常用)
       ↓
[LLM layer]       候選字 → 組合成名字, 過濾菜市場/諧音/字義 → shortlist

Each layer has different fragility. Stroke layer must be deterministic (script); LLM layer must be judgmental (prompt with TW context). Don't blur this.

Workflow

Step 1 — Gather inputs

Ask the user for:

  • (繁體, e.g., 張, 陳, 王)
  • 出生時間 (公曆,到「時」的精度,e.g., 2026/03/15 14:20)
  • 性別 (optional but helps with character selection)
  • 是否已有屬意字 (optional — if the user has 1-2 字 in mind, skill becomes "complete the name" mode)

Step 2 — 八字 + 喜用神 (Bazi layer)

Read the full file on GitHub · 356 lines

Files

What ships with it

38 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 356 lines · 175 tokens per session scan A b91d6f1ab19e

Subscribe to this mod's changes

tw-naming is a skill published in the GitHub repository unbias38/my-claude-skills (2 stars, last pushed 17d ago), licensed MIT. It adds 175 tokens to every session and 5,835 once invoked, about $0.0009 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-31.

Related

Other skills, from other repositories

stuck

Diagnoses a broken course setup by reading the folder, so the student never has to describe the problem in English. Takes no argument. Reports which class they are on and which files are filled, then names one blocker and one fix: Claude Code opened at the wrong level, .claude/skills/ missing, skills not loading…

mshadmanrahman/claude-for-designers · 161 tokens

grill-me

One move you can run on anything: point grill-me at a target and it makes you defend your thinking from first principles until the true matter is clear. Point it at your working contract and it rewrites the weak lines in place. Point it at a brief and it produces a Requirements Handshake. Point it at research, an…

mshadmanrahman/claude-for-designers · 119 tokens

information-architecture

Map the user journey first, then derive the screen inventory, navigation and hierarchy from it, flagging any screen that serves no journey step. Writes the four-part markdown plus an HTML diagram of the step-to-screen mapping. Use after the brief is settled and before tokens or UI.

mshadmanrahman/claude-for-designers · 60 tokens

persona-acid-test

Stress-test a design through three lenses, confused user, skeptical engineer and impatient PM, before it goes to a stakeholder. Requires an actual design, an HTML file, Figma link or screenshot.

mshadmanrahman/claude-for-designers · 44 tokens

design-review

Critique a design on layout, accessibility, responsiveness, dark mode and edge cases, with Pass, Needs work or Fail verdicts. Use on a built screen.

mshadmanrahman/claude-for-designers · 36 tokens

design-tokens

Establish color, typography, spacing, radius and motion as named role-based tokens. Use before building any interface.

mshadmanrahman/claude-for-designers · 27 tokens