From c259a051e97f755499dc4f51bf6dba423f6a624c Mon Sep 17 00:00:00 2001 From: cjxz Date: Mon, 18 May 2026 20:40:26 +0800 Subject: [PATCH] fix: simplify SKILL.md frontmatter for Claude Code App upload - Convert description from multiline | YAML syntax to single line - Remove allowed-tools field (not supported by Claude Code App) - Remove metadata field (not supported by Claude Code App) Fixes #3 --- SKILL.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/SKILL.md b/SKILL.md index 3b39d9a..7dfd67c 100644 --- a/SKILL.md +++ b/SKILL.md @@ -1,18 +1,6 @@ --- name: humanizer-zh -description: | - 去除文本中的 AI 生成痕迹。适用于编辑或审阅文本,使其听起来更自然、更像人类书写。 - 基于维基百科的"AI 写作特征"综合指南。检测并修复以下模式:夸大的象征意义、 - 宣传性语言、以 -ing 结尾的肤浅分析、模糊的归因、破折号过度使用、三段式法则、 - AI 词汇、否定式排比、过多的连接性短语。 -allowed-tools: - - Read - - Write - - Edit - - AskUserQuestion -metadata: - trigger: 编辑或审阅文本,去除 AI 写作痕迹 - source: 翻译自 blader/humanizer,参考 hardikpandya/stop-slop +description: Use when editing or reviewing text to remove AI writing patterns and make it sound more natural and human-written. --- # Humanizer-zh: 去除 AI 写作痕迹