update-skill

Automate skill updates across i18n sources with branch and merge workflows.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/KITTran/pinn-ndt-sim --skill update-skill-kittran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-skill
Source: https://github.com/KITTran/pinn-ndt-sim/tree/main/i18n/zh/skills/update-skill
Command: npx skills add https://github.com/KITTran/pinn-ndt-sim --skill update-skill-kittran

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the standard process for adding or updating skills across multilingual i18n sources, ensuring consistency and preventing drift between translations and active files.

Core Features & Use Cases

  • Standardized branching and workflow guidance for skill changes across languages.
  • Automated propagation of updates from i18n sources to active files and translation targets.
  • Clear, reproducible steps that ensure traceability and auditability for new or updated skills.

Quick Start

Run the standardized workflow to add or update a skill across all i18n languages in a repeatable, auditable manner.

Frequently Asked Questions about update-skill

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

FAQPage Schema
How do I automate skill updates across multiple i18n translation sources?

Automating skill updates across i18n translation sources involves enforcing a standardized workflow that creates fix branches, edits sources, translates content, syncs active files, and merges changes to maintain consistency.

What is the best way to prevent drift between active files and i18n translations?

Preventing drift between active files and i18n translations requires an automated workflow that propagates updates from i18n sources to translation targets and active files simultaneously, ensuring strict branch hygiene.

How do I maintain git branch hygiene when updating multilingual skills?

Maintaining git branch hygiene when updating multilingual skills involves following strict workflow steps that isolate changes in fix branches before merging them directly into main and research branches for traceability.

Can I use a standardized git workflow for both adding and updating translation skills?

A standardized git workflow can be used for both adding and updating translation skills, as the process enforces reproducible steps for editing i18n sources, syncing active files, and merging branches consistently.

Why does my translation workflow lack traceability when syncing i18n active files?

A translation workflow lacks traceability when syncing i18n active files because it does not enforce standardized branching, causing untracked updates. Implementing strict branch creation and merging ensures all changes are auditable.