kanji-index

Assign kanji IDs and regenerate index mappings in JSON and HTML formats.

8|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/tkgally/je-dict-1 --skill kanji-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanji-index
Source: https://github.com/tkgally/je-dict-1/tree/main/.claude/skills/kanji-index
Command: npx skills add https://github.com/tkgally/je-dict-1 --skill kanji-index

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Kanji Index Maintenance guidelines help dictionary maintainers keep a scalable, consistent kanji index by assigning kanji IDs, building index mappings, and ensuring up-to-date linkage across entries.

Core Features & Use Cases

  • Establishes a standardized kanji_id scheme and a process for assigning new kanji.
  • Generates index artifacts such as kanji_list.json and per-kanji datasets, and supports HTML pages for quick navigation.
  • Provides validation and batch-update workflows to prevent drift when new kanji are introduced.

Quick Start

Follow the process to detect new kanji, assign IDs, and regenerate all index artifacts across the dataset.

Frequently Asked Questions about kanji-index

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

FAQPage Schema
How do I assign kanji IDs and keep a dictionary index consistent when adding new characters?

To maintain a kanji index, you need a standardized kanji_id scheme that automatically detects new characters, assigns sequential IDs, and regenerates index mappings to prevent data drift across dictionary entries.

What is the best way to automate kanji index generation for structured JSON data?

Automated kanji index generation builds index artifacts like kanji_list.json and per-kanji datasets from structured JSON data, applying validation pipelines to ensure linkage integrity across the entire dictionary master list.

How do I create HTML navigation pages from a kanji master list?

Creating HTML pages for kanji navigation involves generating index artifacts from your per-kanji groupings, allowing quick browsing and lookup directly from the structured dictionary data.

Can I use batch updates to prevent index drift when introducing new kanji to a dataset?

Yes, batch-update workflows prevent index drift by systematically detecting new kanji, assigning unique IDs, and regenerating all related index mappings and datasets in a single validated pass.

What validation pipelines are needed to ensure kanji index integrity?

Kanji index integrity requires automated validation pipelines that check structured JSON data formats, confirm correct ID assignment, and verify that generated HTML index pages match the kanji master list.