Claude Skill

humanize

AI가 쓴 한글 텍스트를 자연스럽게 윤문하는 진입 명령. humanize-korean 파이프라인을 Fast 모드(기본)로 실행하고 `--strict`면 정밀 3콜(진단→겨냥 윤문→finalize). 트리거 — "/humanize".

LLM Mart · 0 points · 15 views 38 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download epoko77-ai-im-not-ai-skills_humanize-fe02c9c.zip · 1 KB
Part of epoko77-ai/im-not-ai — 13 skills

Install

skills CLI npx skills add https://github.com/epoko77-ai/im-not-ai/tree/main/skills/humanize
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install epoko77-ai-im-not-ai@llmmart
Git git clone https://github.com/epoko77-ai/im-not-ai.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole epoko77-ai/im-not-ai collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

/humanize — 한글 AI 티 제거

humanize-korean 스킬을 발동해 인자로 전달된 한글 텍스트(또는 파일)에 윤문을 실행한다.

입력

$ARGUMENTS

동작

  1. 인자가 비면: "윤문할 텍스트를 붙여넣어 주세요" 안내 후 종료.
  2. 인자가 파일 경로(.txt/.md)면 Read로 본문 로드.
  3. 인자가 텍스트면 그대로 입력으로 사용.
  4. humanize-korean 스킬 SKILL.md 절차(Phase 0 → 결과 전달)를 따른다 — 경로는 route_hint(light|standard|heavy)가 정하고, --strict 시 heavy 고정.
  5. 결과 전달:
    • 한 줄 상태(변경률 / 등급 / 자체검증 통과)
    • 윤문본 본문(마크다운 블록)
    • 카테고리별 탐지 건수 before/after
    • 주요 변경 하이라이트 3~5건
    • 등급 B 이하면 "/humanize-redo로 2차 윤문 가능" 안내

옵션 (인자 끝에 자연어로)

  • 장르: 칼럼|리포트|블로그|공적 — 장르 명시 (생략 시 첫 300자로 자동 추정)
  • 강도: 보수|기본|적극 — 윤문 강도 (기본값: 기본)
  • 최소심각도: S1|S2|S3 — 탐지 임계값 (기본값: S2)
  • --strict — 정밀 3콜(진단→겨냥 윤문→finalize) 강제

참고

  • 분류 체계: humanize-korean/references/ai-tell-taxonomy.md
  • 윤문 처방: humanize-korean/references/rewriting-playbook.md
Files (im-not-ai)
  • SKILL.md 1.7 KB
    ---
    name: humanize
    description: AI가 쓴 한글 텍스트를 자연스럽게 윤문하는 진입 명령. humanize-korean 파이프라인을 shim 의 route_hint 가 정한 경로(light 1콜 · standard 2콜 · heavy 3+콜)로 실행하고 `--strict`면 heavy 고정. 트리거 — "/humanize".
    argument-hint: "[윤문할 텍스트 또는 파일 경로]"
    disable-model-invocation: true
    ---
    
    # /humanize — 한글 AI 티 제거
    
    `humanize-korean` 스킬을 발동해 인자로 전달된 한글 텍스트(또는 파일)에 윤문을 실행한다.
    
    ## 입력
    $ARGUMENTS
    
    ## 동작
    1. 인자가 비면: "윤문할 텍스트를 붙여넣어 주세요" 안내 후 종료.
    2. 인자가 파일 경로(.txt/.md)면 `Read`로 본문 로드.
    3. 인자가 텍스트면 그대로 입력으로 사용.
    4. `humanize-korean` 스킬 SKILL.md 절차(Phase 0 → 결과 전달)를 따른다 — 경로는 **route_hint**(light|standard|heavy)가 정하고, `--strict` 시 heavy 고정.
    5. 결과 전달:
       - 한 줄 상태(변경률 / 등급 / 자체검증 통과)
       - 윤문본 본문(마크다운 블록)
       - 카테고리별 탐지 건수 before/after
       - 주요 변경 하이라이트 3~5건
       - 등급 B 이하면 "`/humanize-redo`로 2차 윤문 가능" 안내
    
    ## 옵션 (인자 끝에 자연어로)
    - `장르: 칼럼|리포트|블로그|공적` — 장르 명시 (생략 시 첫 300자로 자동 추정)
    - `강도: 보수|기본|적극` — 윤문 강도 (기본값: 기본)
    - `최소심각도: S1|S2|S3` — 탐지 임계값 (기본값: S2)
    - `--strict` — 정밀 3콜(진단→겨냥 윤문→finalize) 강제
    
    ## 참고
    - 분류 체계: `humanize-korean/references/ai-tell-taxonomy.md`
    - 윤문 처방: `humanize-korean/references/rewriting-playbook.md`
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related