WARP.md
Description
This file provides guidance to WARP (warp.dev) when working with code in this repository.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for blader/humanizer, shared by 3 entries
in this directory. It describes the repository, not this entry specifically.
WARP.md
This file provides guidance to WARP (warp.dev) when working with code in this repository.
What this repo is
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.
Key files (and how they relate)
SKILL.md- The actual skill definition.
- Starts with YAML frontmatter (
---…---) containingname,version,description, andallowed-tools. - After the frontmatter is the editor prompt: the canonical, detailed pattern list with examples.
README.md- Installation and usage instructions.
- Contains a summarized “24 patterns” table and a short version history.
When changing behavior/content, treat `SKILL.md` as the source of truth, and update `README.md` to stay consistent.
Common commands
Install the skill into Claude Code
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/
How to “run” it (Claude Code)
Invoke the skill:
/humanizerthen paste text
Making changes safely
Versioning (keep in sync)
SKILL.mdhas aversion:field in its YAML frontmatter.README.mdhas a “Version History” section.
If you bump the version, update both.
Editing `SKILL.md`
- Preserve valid YAML frontmatter formatting and indentation.
- Keep the pattern numbering stable unless you’re intentionally re-numbering (since the README table and examples reference the same numbering).
Documenting non-obvious fixes
If 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.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11