Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .openclaw/skills/ponytail-help/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

Expand Down
5 changes: 4 additions & 1 deletion skills/ponytail-help/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

Expand Down
Loading