This file provides guidance to WARP (warp.dev) when working with code in this repository.
This repository is a Claude Code skill implemented entirely as Markdown.
The “runtime” artifact is SKILL.md: Claude Code reads the YAML frontmatter (metadata + allowed tools) and the prompt/instructions that follow.
README.md is for humans: installation, usage, and a compact overview of the patterns.
SKILL.md
--- … ---) containing name, version, description, and allowed-tools.README.md
When changing behavior/content, treat SKILL.md as the source of truth, and update README.md to stay consistent.
Recommended (clone directly into Claude Code skills directory):
mkdir -p ~/.claude/skills
git clone https://github.com/blader/humanizer.git ~/.claude/skills/humanizer
Manual install/update (only the skill file):
mkdir -p ~/.claude/skills/humanizer
cp SKILL.md ~/.claude/skills/humanizer/
Invoke the skill:
/humanizer then paste textSKILL.md has a version: field in its YAML frontmatter.README.md has a “Version History” section.If you bump the version, update both.
SKILL.mdIf you change the prompt to handle a tricky failure mode (e.g., a repeated mis-edit or an unexpected tone shift), add a short note to README.md’s version history describing what was fixed and why.