markdown-safe-writing

Preserve UTF-8 Korean text when editing Markdown via Windows PowerShell.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nowonbun/nowonbun-harness --skill markdown-safe-writing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown-safe-writing
Source: https://github.com/nowonbun/nowonbun-harness/tree/main/codex-skills/runtime-management_markdown-safe-writing
Command: npx skills add https://github.com/nowonbun/nowonbun-harness --skill markdown-safe-writing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Markdown 또는 일반 텍스트 문서를 Windows PowerShell로 수정할 때 한국어 텍스트 손상이 발생하지 않도록 안전한 쓰기 경로와 UTF-8 보존 검사를 보장합니다.

Core Features & Use Cases

  • 안전한 쓰기 경로 선정 및 UTF-8 보존 검사를 포함한 작성 흐름 가이드를 제공합니다.
  • 긴 한국어 텍스트를 PowerShell의 here-string, 파이프, 또는 표준 입력으로 전달할 때의 손상 방지 사례를 다룹니다.
  • 문서 수정 시 비파손적 복원 및 손상 진단 절차에 대한 지침을 제공합니다.

Quick Start

Use a safe write path before editing Markdown documents in PowerShell to preserve UTF-8.

Frequently Asked Questions about markdown-safe-writing

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

FAQPage Schema
Why does Korean text get corrupted when editing Markdown files in Windows PowerShell?

Korean text corruption occurs because Windows PowerShell defaults to legacy encodings instead of UTF-8. This Skill enforces a safe write path and UTF-8 preservation checks to prevent the issue.

How do I safely write Korean Markdown content using PowerShell here-strings?

To safely write Korean Markdown content using PowerShell here-strings, route the text through a validated safe write path that enforces UTF-8 encoding. This Skill provides guidance on preventing corruption for long content delivered via here-strings, pipelines, or standard input.

What is the best way to preserve UTF-8 encoding when modifying text files with PowerShell?

The best way to preserve UTF-8 encoding when modifying text files with PowerShell is to apply a safe writing route with explicit UTF-8 validation checks. This Skill guides those routing decisions to ensure data integrity.

Can I recover corrupted Korean text in a Markdown document without destroying the original file?

Yes, you can recover corrupted Korean text non-destructively. This Skill provides guidance on non-destructive recovery procedures and corruption diagnostics to restore UTF-8 Markdown documents safely.

Does this approach support long Korean text delivered via standard input and pipelines?

Yes, this approach explicitly supports long Korean text delivered via standard input, pipelines, and here-strings. It applies UTF-8 preservation checks across all these input methods to ensure safe Markdown writing.