From 7c8f53e4292505f5251aa2fba17596220880a122 Mon Sep 17 00:00:00 2001 From: abmorrill4 Date: Thu, 18 Jun 2026 11:26:05 -0500 Subject: [PATCH] Add missing ponytail-audit and ponytail-debt to the help card MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ponytail-help Skills table listed only ponytail, ponytail-review, and ponytail-help, omitting ponytail-audit and ponytail-debt — two skills that ship in the repo. A user running /ponytail-help would never learn they exist. Add a row for each, and extend the Codex @-command list to match. Applied to both skills/ and the .openclaw/ mirror. Co-Authored-By: Claude Opus 4.8 --- .openclaw/skills/ponytail-help/SKILL.md | 5 ++++- skills/ponytail-help/SKILL.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.openclaw/skills/ponytail-help/SKILL.md b/.openclaw/skills/ponytail-help/SKILL.md index 1d59c9e..e5c0c7f 100644 --- a/.openclaw/skills/ponytail-help/SKILL.md +++ b/.openclaw/skills/ponytail-help/SKILL.md @@ -26,10 +26,13 @@ Level sticks until changed or session end. |-------|---------|--------------| | **ponytail** | `/ponytail` | Lazy mode itself. Simplest solution that works. | | **ponytail-review** | `/ponytail-review` | Over-engineering review: `L42: yagni: factory, one product. Inline.` | +| **ponytail-audit** | `/ponytail-audit` | Whole-repo over-engineering audit. Ranked list of what to delete, simplify, or replace. | +| **ponytail-debt** | `/ponytail-debt` | Harvest `ponytail:` comments into a ledger of deferred shortcuts. | | **ponytail-gain** | `/ponytail-gain` | Measured-impact scoreboard: less code, less cost, more speed. | | **ponytail-help** | `/ponytail-help` | This card. | -Codex uses `@ponytail`, `@ponytail-review`, and `@ponytail-help`; Claude Code +Codex uses `@ponytail`, `@ponytail-review`, `@ponytail-audit`, `@ponytail-debt`, +`@ponytail-gain`, and `@ponytail-help`; Claude Code and OpenCode use the slash-command forms above (OpenCode ships `/ponytail` and `/ponytail-review`). diff --git a/skills/ponytail-help/SKILL.md b/skills/ponytail-help/SKILL.md index 7e096bf..8bfa2cb 100644 --- a/skills/ponytail-help/SKILL.md +++ b/skills/ponytail-help/SKILL.md @@ -27,10 +27,13 @@ Level sticks until changed or session end. |-------|---------|--------------| | **ponytail** | `/ponytail` | Lazy mode itself. Simplest solution that works. | | **ponytail-review** | `/ponytail-review` | Over-engineering review: `L42: yagni: factory, one product. Inline.` | +| **ponytail-audit** | `/ponytail-audit` | Whole-repo over-engineering audit. Ranked list of what to delete, simplify, or replace. | +| **ponytail-debt** | `/ponytail-debt` | Harvest `ponytail:` comments into a ledger of deferred shortcuts. | | **ponytail-gain** | `/ponytail-gain` | Measured-impact scoreboard: less code, less cost, more speed. | | **ponytail-help** | `/ponytail-help` | This card. | -Codex uses `@ponytail`, `@ponytail-review`, and `@ponytail-help`; Claude Code +Codex uses `@ponytail`, `@ponytail-review`, `@ponytail-audit`, `@ponytail-debt`, +`@ponytail-gain`, and `@ponytail-help`; Claude Code and OpenCode use the slash-command forms above (OpenCode ships `/ponytail` and `/ponytail-review`).