skill-frontmatter-zh 技能中文化

Localize SKILL.md frontmatter name and description fields to Chinese.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/XIYBHK/claude-skills --skill skill-frontmatter-zh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-frontmatter-zh 技能中文化
Source: https://github.com/XIYBHK/claude-skills/tree/main/skill-frontmatter-zh
Command: npx skills add https://github.com/XIYBHK/claude-skills --skill skill-frontmatter-zh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Frontmatter of SKILL.md across Claude Skills is mostly English. This tool batch-localizes the name and description fields to Chinese while preserving all other YAML fields like license, metadata, and allowed-tools, enabling better visibility in Chinese environments.

Core Features & Use Cases

  • Batch scans a skills directory for SKILL.md, reads existing frontmatter, and updates only the name and description with Chinese translations.
  • Keeps the original YAML structure intact and supports different frontmatter styles (single-line, multi-line, and block scalars) without touching the body content.
  • Useful for onboarding teams, enabling Chinese-speaking users to discover and understand Claude Skills more easily.

Quick Start

Translate all SKILL.md frontmatter under the skills directory to Chinese.

Frequently Asked Questions about skill-frontmatter-zh 技能中文化

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

FAQPage Schema
How do I batch translate SKILL.md frontmatter to Chinese for better localization?

Batch translate SKILL.md frontmatter to Chinese by scanning a skills directory and updating only the name and description fields, while preserving all other YAML fields and the body content.

What is the best way to localize Claude Skills metadata without breaking YAML structure?

Localizing Claude Skills metadata safely involves modifying only the name and description fields in the frontmatter, ensuring the original YAML structure, including block scalars and multi-line styles, remains intact.

Does frontmatter translation modify the SKILL.md body content or other YAML fields?

Frontmatter translation does not modify the SKILL.md body content or other YAML fields; it strictly targets and updates only the name and description fields to Chinese.

Can I use this to localize skills across both global and project-specific .claude/skills directories?

You can localize skills across both global ~/.claude/skills/ and project-specific .claude/skills/ directories, as the tool batch-scans the specified path to find and update SKILL.md files.

What frontmatter styles are supported when localizing SKILL.md files?

Localizing SKILL.md files supports different frontmatter styles including single-line, multi-line, and block scalars, ensuring translations apply correctly without touching other fields.

Why does my Claude Skill not show up in Chinese search results?

Claude Skills may not appear in Chinese search results because their SKILL.md frontmatter is in English; translating the name and description fields to Chinese improves visibility in Chinese environments.