KS
Killer-Skills

euni-commands-guide — Categories.community

v1.0.0
GitHub

About this Skill

Perfect for DevOps Agents needing Unicode normalization management across macOS, Linux, and Windows CI runners. Cross-platform CLI to detect and fix Unicode normalization (NFC/NFD) Git diffs in repositories and submodules, preventing phantom Excel file changes across macOS, Linux, and Windows CI runners.

takuto-tanaka-4digit takuto-tanaka-4digit
[0]
[0]
Updated: 2/27/2026

Quality Score

Top 5%
42
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add takuto-tanaka-4digit/excel-unidiff-cli/euni-commands-guide

Agent Capability Analysis

The euni-commands-guide MCP Server by takuto-tanaka-4digit is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Perfect for DevOps Agents needing Unicode normalization management across macOS, Linux, and Windows CI runners.

Core Value

Empowers agents to detect and fix Unicode normalization issues via Git diffs using the `excel-unidiff-cli` (`euni`) command-line tool, preventing phantom Excel file changes and ensuring consistent repository states by leveraging `euni init-policy`, `euni check`, and `euni apply` commands.

Capabilities Granted for euni-commands-guide MCP Server

Automating Unicode normalization checks for Git repositories and submodules
Debugging phantom Excel file changes across different operating systems
Applying policy drift fixes via `git config --local` for consistent repository management

! Prerequisites & Limits

  • Requires `excel-unidiff-cli` installation
  • Limited to Git repositories and submodules
  • Needs `--repo` specification for `.euni.yml` template creation
Project
SKILL.md
3.6 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

euni Commands (English)

Operational playbook for excel-unidiff-cli (euni). Goal: decide quickly which command to run, in what order, and how to interpret results.

Command Map

  • euni init-policy
    • Create .euni.yml template in --repo.
  • euni check
    • Non-destructive check for policy drift + Unicode findings on tracked files.
  • euni apply
    • Apply policy drift fixes via git config --local only.
    • Use --dry-run before writing.
    • Use --repair-unicode-deletes to restore staged/worktree deleted tracked paths in core.precomposeunicode=false mode.
    • The repair keeps staged non-delete changes (worktree-only delete is restored with git restore --worktree).
    • Caution: this restores deleted tracked paths in scope; do not use when deletions are intentional.
  • euni doctor
    • Combined diagnosis (check + scan-like Unicode analysis).
  • euni scan
    • Unicode path analysis on tracked + untracked files (no policy input).
  • euni version
    • Print euni <version> (<commit>).

Core Rules

  • Subcommand required; no standalone help command.
  • --recursive default is false (root repo only).
  • Write operations are only apply and init-policy.
  • scan does not accept --policy.
  • version accepts no options.
  • --format is text or json only.

Recommended Flows

1) First-time setup

bash
1euni init-policy --repo . 2euni check --repo . --recursive --policy ./.euni.yml

2) Drift remediation loop

bash
1euni apply --repo . --recursive --policy ./.euni.yml --dry-run 2euni apply --repo . --recursive --policy ./.euni.yml 3euni check --repo . --recursive --policy ./.euni.yml

3) Unicode phantom delete repair (one command)

bash
1euni apply --repo . --recursive --policy ./.euni.yml --repair-unicode-deletes

4) Hard-case diagnosis

bash
1euni doctor --repo . --recursive --policy ./.euni.yml 2euni scan --repo . --recursive --format json

CI Recipe (Deterministic Gate)

bash
1euni check \ 2 --repo . \ 3 --recursive \ 4 --policy ./.euni.yml \ 5 --non-interactive \ 6 --format json > euni-report.json

Gate expectations:

  • Validate against schema/euni-report.schema.json.
  • Ensure process exit code matches report.exitCode.
  • Treat exit 1 as findings (operational failure), exit 2 as execution/runtime failure.
  • Upload euni-report.json as artifact.

JSON contract:

  • stdout: exactly one JSON object.
  • stderr: logs/progress/error details.

Exit Codes

  • 0: no findings, no errors.
  • 1: findings present.
  • 2: execution error.

Precedence: if any execution error exists, exit is 2.

UG Code Triage (Quick)

Common findings (exit 1):

  • UG004: config drift detected.
  • UG005: NFC collision detected.
  • UG011: combining mark in path.
  • UG012: non-standard FS entry (symlink/reparse/mount).
  • UG013: ambiguous policy path key (case-only collision).
  • UG014: unicode delete repair signal (dry-run plan or runtime safety skip).

Common execution errors (exit 2):

  • UG001: invalid/inaccessible --repo.
  • UG002: git command/runtime failure.
  • UG003: policy load failure.
  • UG006: submodule uninitialized/inaccessible.
  • UG007: invalid policy structure/unsupported keys.
  • UG008: .euni.yml exists without --force.
  • UG009: unsupported command/option usage.
  • UG010: gitdir/top-level outside --repo boundary.

Local Source Run Note

When running via go run, non-zero app exits may appear as process exit 1 (Go tool wrapper behavior). For strict 0/1/2 contract checks, build and run the binary directly:

bash
1go build -o ./bin/euni ./cmd/euni 2./bin/euni check --repo . --policy ./.euni.yml 3echo $?

Related Skills

Looking for an alternative to euni-commands-guide or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication