SkillAgentSearch skills...

ponytail-help

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".

Install / Use

npx skills add DietrichGebert/ponytail --skill ponytail-help

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

92/100

Supported Platforms

Universal

Tags

Our assessment of ponytail-help

ponytail-help scores 92/100 on our quality scale, 100th of 1,453 Development & Engineering skills we index (top 7%).

Its SKILL.md is 2.7 KB long, split into 7 sections with 2 code examples: a solid amount of guidance for an agent.

With 145,162 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
26/30
Structure
16/20
Description
15/15
Adoption
20/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 10 days ago, so ponytail-help is actively maintained.
  • It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.

Automated pattern scan on 2026-09-24. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

ponytail-help compared with similar skills

All 4 of these similar skills score higher than ponytail-help; compare them before choosing.

SkillScoreStarsUpdatedFormat
ponytail-help (this skill)by DietrichGebert92145.2k10d agoSKILL.md
ai-job-searchby MadsLorentzen10043.9k3d agoCLAUDE.md
claude-howtoby luongnv8910041.7k5d agoCLAUDE.md
algorithmic-artby anthropics100177.9k2d agoSKILL.md
pptxby anthropics100177.9k2d agoSKILL.md

Frequently asked questions

How do I install ponytail-help?
Run npx skills add DietrichGebert/ponytail --skill ponytail-help. The install tabs above show the steps for each supported agent.
Which AI agents does ponytail-help work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is ponytail-help safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is MIT-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is ponytail-help still maintained?
The repository was last updated 10 days ago, so ponytail-help is actively maintained.

name: ponytail-help description: > 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".

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 | /ponytail lite | Build what's asked, name the lazier alternative in one line. | | Full | /ponytail | The ladder enforced: YAGNI → stdlib → native → one line → minimum. Default. | | Ultra | /ponytail ultra | YAGNI extremist. Deletion before addition. Challenges requirements before building. |

Level sticks until changed or session end.

Skills

| Skill | Trigger | What it does | |-------|---------|--------------| | 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. | | ponytail-debt | /ponytail-debt | Harvest ponytail: shortcut comments into a tracked ledger. | | 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 and OpenCode use the slash-command forms above (OpenCode ships all six as slash commands).

Deactivate

Say "stop ponytail" or "normal mode". Resume anytime with /ponytail. /ponytail off also works.

Configure Default Mode

Default mode = full, auto-active every session. Change it:

Environment variable (highest priority):

export PONYTAIL_DEFAULT_MODE=ultra

Config file (~/.config/ponytail/config.json, Windows: %APPDATA%\ponytail\config.json):

{ "defaultMode": "lite" }

Set "off" to disable auto-activation on session start, activate manually with /ponytail when wanted.

Resolution: env var > config file > full.

Update

Enable auto-update once: open /plugin, go to Marketplaces, pick ponytail, Enable auto-update. Claude Code then pulls new versions at startup (run /reload-plugins when it prompts). Manual refresh: /plugin marketplace update ponytail then /reload-plugins.

If /plugin is not recognized, your Claude Code is out of date. Update it (npm install -g @anthropic-ai/claude-code@latest, or brew upgrade claude-code) and restart. Other hosts use their own update flow.

More

Full docs + examples: https://github.com/DietrichGebert/ponytail

Related Skills

View on GitHub
GitHub Stars145.2k
CategoryDevelopment
Updated10d ago
Forks7.8k

Languages

JavaScript

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions