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`).