Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计通过

humanizehumanize 搜索

Agent Skill

humanize 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

321

周安装

13

GitHub Stars

95

下载量

101
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:humanize(humanize 搜索)
来源仓库:https://github.com/rfxlamia/claude-skillkit
仓库路径:skills/humanize
安装命令:
npx skills add https://github.com/rfxlamia/claude-skillkit --skill humanize
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/rfxlamia/claude-skillkit --skill humanize

简介

humanize 用于处理 GitHub 仓库、Issue 和 Pull Request 协作信息,支持代码变更跟踪。

  • 适用于协作事项管理和代码状态同步场景。
  • 可通过 npx 命令从 claude-skillkit 仓库安装,建议查阅原始 README 了解详细用法。
  • 使用前需确认权限边界,避免访问受限仓库或敏感提交记录。
  • 输出内容应基于公开协作数据,不擅自解读私有分支或非公开讨论。

SKILL.md

Humanize Docs

Overview

This skill transforms robotic AI-generated documentation into prose that sounds like an actual human wrote it. Think: destroying checkbox spam, dismantling perfect paragraph structures, and injecting the kind of conversational flow you'd get from a colleague explaining something over coffee.

The approach is aggressive deformalization - not just tweaking tone, but fundamentally restructuring how information flows to break AI's predictable patterns.

When You Need This

Clear signals you're dealing with AI-generated docs:

  • Checkbox overload: - [x] Task 1: Do the thing (AC: #1)
  • CAPS LOCK emphasis for CRITICAL IMPORTANT NOTES
  • 8+ code templates embedded in a single document
  • Every section has exactly 3 perfectly balanced paragraphs
  • Headers like "LLM Developer Guardrails" (literally instructions for robots)
  • Phrases: "Certainly, here is...", "It's important to note that...", "Furthermore..."

Examples from the wild:

  • AI agent documentation (like your Flutter Story example)
  • Auto-generated API specs
  • Claude Code project scaffolds
  • ChatGPT-written technical guides

Transformation Workflow

Step 1: Detect AI Patterns

Before transforming, confirm you're actually dealing with AI output. Load the detection checklist:

[See references/detection-patterns.md for complete list]

Quick test: Does the doc have 5+ of these?

  • Perfect structural symmetry (every section same length)
  • Zero sentence length variation (all 15-20 words)
  • Checkbox addiction
  • Template embedding mania
  • Emotional flatness (no "wait, why?" or "honestly...")

If yes → proceed. If no → might already be human-written, be careful.

Step 2: Apply Core Transformations

Execute transformations in order. Each pattern targets specific AI signatures:

[See references/core-transformations.md for detailed rules]

Quick reference:

  1. Burstiness Injection → Mix 5-word punches with 30-word reflections
  2. Structure Dismantling → Break perfect 3-paragraph blocks, add digressions
  3. Checkbox Annihilation → Convert to flowing prose with "anyway, you'll need..."
  4. Template Contextualization → Replace code dumps with "here's what worked for me..."
  5. Vocabulary Swap → Kill "utilize/leverage/facilitate", use "use/use/help"

Critical rule: Don't apply all transformations everywhere. Humans are inconsistent - some sections stay formal, others get playful. That's the point.

Step 3: Quality Check

Read the output aloud (or mouth the words). Does it sound like you'd actually say this to someone?

Red flags the transformation failed:

  • Still too even (every paragraph same vibe)
  • No variation in sentence rhythm
  • Feels like a "professional robot" instead of "casual robot"
  • You removed personality instead of adding it

Good signals:

  • Some sentences feel almost too casual (then you toned it back)
  • You had to resist adding MORE jokes
  • It reads faster than before
  • You can hear a specific person's voice

Step 4: Domain Adjustments (Optional)

Different doc types need different intensity levels:

High personality OK:

  • READMEs for open source projects
  • Internal team documentation
  • Tutorial blog posts
  • Onboarding guides

Moderate personality:

  • API documentation
  • User-facing help docs
  • Technical specifications

Gentle touch only:

  • Legal/compliance docs (seriously, be careful)
  • Medical/safety documentation
  • Financial reports

[See references/examples-gallery.md for before/after samples]

Quick Mode (30 seconds)

If you just need to make something readable without full transformation:

  1. Kill the checkboxes → flowing list with "you'll need: X, Y, and Z"
  2. Replace one CAPS LOCK section → italics with context
  3. Add one burstiness break → throw in a 5-word sentence after a long paragraph
  4. Swap 3-5 AI vocabulary words → utilize→use, leverage→use, facilitate→help

Done. Not perfect, but 70% better readability.

Examples

Input (AI-generated):

## Task 2: Configure Dependencies

**CRITICAL**: The following steps MUST be completed in order.

- [x] Install package A (required for Task 3)
- [x] Verify installation with command X
- [x] Proceed to next task only after confirmation

It is important to note that failure to follow these steps will result in errors.

Output (Humanized):

## Setting Up Dependencies

Okay, you'll need to install package A first - and yeah, this actually matters because
Task 3 depends on it. Run command X to verify it worked.

Once you get the confirmation, you're good to move on. If it errors out, the next step
will definitely break, so... don't skip this.

Notice:

  • Checkbox death ✅
  • "Okay" intro (conversational)
  • Sentence length variation (short → long → medium)
  • "yeah, this actually matters" (human aside)
  • "so... don't skip this" (trailing thought)
  • Kept the warning but made it sound real

Common Mistakes

Don't:

  • Remove ALL structure (humans still use headers)
  • Make everything casual (inconsistency is human)
  • Add emojis (that's a different kind of AI spam)
  • Force humor (spontaneous > trying hard)
  • Ignore domain context (legal docs stay formal)

Do:

  • Vary your transformation intensity
  • Keep some sections more formal for contrast
  • Read aloud to check naturalness
  • Preserve technical accuracy above all
  • Trust your instinct on "too much"

References

This skill uses reference documentation loaded into context:

core-transformations.md

The 5 core transformation patterns with detailed rules, examples, and edge cases. Load this for complex transformations or when you need to understand WHY a pattern works.

detection-patterns.md

Complete AI signature checklist with detection heuristics. Load when you're unsure if a doc needs transformation or want to explain what makes text feel "AI-generated".

examples-gallery.md

Before/after transformation showcase across different document types (technical guides, READMEs, API docs). Load for inspiration or to calibrate transformation intensity.

advanced-techniques.md

Future: Domain-specific adjustments for legal, academic, and specialized documentation.


Philosophy: AI writes like it's afraid to break rules. Humans write like they're explaining something to a friend while occasionally remembering they should probably sound professional. Capture that tension.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude

32.87%
按下载量换算33

Codex

31.87%
按下载量换算32

Cursor

18.21%
按下载量换算18

Gemini CLI

10.25%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills