MarkBovee

Text Writing — AI skill for Claude Code

AI community

Write or rewrite text so it reads human and avoids AI-detected patterns.

How to install Text Writing

Installs to ~/.claude/skills/markbovee-agent-skills-kit-text-writing/SKILL.md

Terminal
mkdir -p ~/.claude/skills/markbovee-agent-skills-kit-text-writing && curl -fsSL https://raw.githubusercontent.com/MarkBovee/agent-skills-kit/HEAD/commands/text-writing.md -o ~/.claude/skills/markbovee-agent-skills-kit-text-writing/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Text Writing does


description: Write or rewrite text so it reads human and avoids AI-detected patterns

Load the `text-writing` skill via the skill tool and apply its human-first writing workflow to the supplied text: load the banned-vocabulary list, enforce the structure, punctuation, accuracy, and formatting constraints, calibrate voice, and run the self-check before output.

Apply it to: $ARGUMENTS

Alternatives in AI

  • AIHawk — Open-source AI browser agent: describe any task in plain language and it autonomously browses, clicks, types a 30.3k ★
  • Humanizer — A Claude Code skill that removes signs of AI-generated writing from text, making it sound more natural and hum 11.3k ★
  • Surface — Show ranked attack surface for a target from its recon manifest + hunt memory 3.8k ★

Full documentation available on GitHub

View Source Repository