euni-commands

Manage Unicode normalization in Git repositories with excel-unidiff-cli commands.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/takuto-tanaka-4digit/excel-unidiff-cli --skill euni-commands
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: euni-commands
Source: https://github.com/takuto-tanaka-4digit/excel-unidiff-cli/tree/main/.codex/skills/euni-commands
Command: npx skills add https://github.com/takuto-tanaka-4digit/excel-unidiff-cli --skill euni-commands

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides clear, actionable commands for using the excel-unidiff-cli tool to manage Unicode normalization issues in Git repositories, preventing phantom diffs and ensuring CI consistency.

Core Features & Use Cases

  • Policy Management: Initialize and apply Unicode normalization policies to your repository.
  • Validation and Repair: Check for and automatically fix Unicode-related drift in Git configurations and file paths.
  • Diagnosis: Integrated tools to diagnose complex Unicode issues.
  • Use Case: Ensure your Git repository is free from Unicode normalization discrepancies that cause unexpected diffs, especially in cross-platform team environments.

Quick Start

Use the euni-commands skill to initialize a policy for the current repository.

Frequently Asked Questions about euni-commands

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

FAQPage Schema
Why does Git show phantom diffs for files with Unicode paths?

Git phantom diffs occur because of NFC and NFD Unicode normalization conflicts across different operating systems. This Skill resolves these normalization discrepancies to ensure deterministic and CI-friendly Git operations.

How do I fix Unicode normalization drift in a Git repository?

You can fix Unicode normalization drift by running the validation and repair commands provided by this Skill to automatically correct Git configurations and normalize tracked and untracked file paths.

How do I initialize a Unicode normalization policy for Git?

You can initialize a Unicode normalization policy by using the policy management commands to apply normalization rules to your current repository, preventing unexpected diffs in cross-platform team environments.

Can I check for Unicode normalization issues in untracked Git files?

Yes, the diagnostic commands can detect Unicode path issues across both tracked and untracked files, allowing you to identify and resolve normalization conflicts before they cause CI failures.

Does this work for CI pipelines experiencing Unicode normalization conflicts?

Yes, it ensures CI-friendly Git operations by diagnosing and resolving NFC and NFD normalization conflicts that cause unexpected diffs, making pipeline behavior deterministic across platforms.