ponytail-help
Original:🇺🇸 English
Translated
Quick-reference card for all ponytail modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /ponytail-help, "ponytail help", "what ponytail commands", "how do I use ponytail".
97installs
Sourcedietrichgebert/ponytail
Added on
NPX Install
npx skill4agent add dietrichgebert/ponytail ponytail-helpTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Ponytail Help
Display this reference card when invoked. One-shot, do NOT change mode,
write flag files, or persist anything.
Levels
| Level | Trigger | What change |
|---|---|---|
| Lite | | Build what's asked, name the lazier alternative in one line. |
| Full | | The ladder enforced: YAGNI → stdlib → native → one line → minimum. Default. |
| Ultra | | YAGNI extremist. Deletion before addition. Challenges requirements before building. |
Level sticks until changed or session end.
Skills
| Skill | Trigger | What it does |
|---|---|---|
| ponytail | | Lazy mode itself. Simplest solution that works. |
| ponytail-review | | Over-engineering review: |
| ponytail-help | | This card. |
Codex uses , , and ; Claude Code
and OpenCode use the slash-command forms above (OpenCode ships and
).
@ponytail@ponytail-review@ponytail-help/ponytail/ponytail-reviewDeactivate
Say "stop ponytail" or "normal mode". Resume anytime with .
also works.
/ponytail/ponytail offConfigure Default Mode
Default mode = , auto-active every session. Change it:
fullEnvironment variable (highest priority):
bash
export PONYTAIL_DEFAULT_MODE=ultraConfig file (, Windows: ):
~/.config/ponytail/config.json%APPDATA%\ponytail\config.jsonjson
{ "defaultMode": "lite" }Set to disable auto-activation on session start, activate manually
with when wanted.
"off"/ponytailResolution: env var > config file > .
fullUpdate
Enable auto-update once: open , go to Marketplaces, pick ponytail, Enable auto-update. Claude Code then pulls new versions at startup (run when it prompts). Manual refresh: then .
/plugin/reload-plugins/plugin marketplace update ponytail/reload-pluginsIf is not recognized, your Claude Code is out of date. Update it (, or ) and restart. Other hosts use their own update flow.
/pluginnpm install -g @anthropic-ai/claude-code@latestbrew upgrade claude-codeMore
Full docs + examples: https://github.com/DietrichGebert/ponytail