From ec9fd02523cb363634069e2092a4c429dc3bcfa4 Mon Sep 17 00:00:00 2001 From: Malte Landwehr <67974055+MalteBerlin@users.noreply.github.com> Date: Fri, 20 Feb 2026 20:26:58 +0100 Subject: [PATCH] Update WARP.md Replaced curly quotes with straight quotes. If the skill claims curly quotes are a sign of ChatGPT, it should use straight quotes everywhere. --- WARP.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WARP.md b/WARP.md index f722d1f9..d2445ed8 100644 --- a/WARP.md +++ b/WARP.md @@ -5,7 +5,7 @@ This file provides guidance to WARP (warp.dev) when working with code in this re ## 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. +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. @@ -16,7 +16,7 @@ The “runtime” artifact is `SKILL.md`: Claude Code reads the YAML frontmatter - 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. + - 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. @@ -34,14 +34,14 @@ mkdir -p ~/.claude/skills/humanizer cp SKILL.md ~/.claude/skills/humanizer/ ``` -## How to “run” it (Claude Code) +## How to "run" it (Claude Code) Invoke the skill: - `/humanizer` then paste text ## Making changes safely ### Versioning (keep in sync) - `SKILL.md` has a `version:` field in its YAML frontmatter. -- `README.md` has a “Version History” section. +- `README.md` has a "Version History" section. If you bump the version, update both. @@ -50,4 +50,4 @@ If you bump the version, update both. - 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. \ No newline at end of file +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.