ponytail-help

Displays a quick-reference card of ponytail modes, skills, and commands.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/epicodic/drift --skill ponytail-help-epicodic
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ponytail-help
Source: https://github.com/epicodic/drift/tree/main/.agents/skills/ponytail-help
Command: npx skills add https://github.com/epicodic/drift --skill ponytail-help-epicodic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users of the ponytail plugin often forget which modes, slash commands, and configuration options are available, forcing them to dig through external documentation mid-session. ## Core Features & Use Cases - Command Reference Card: Shows all ponytail levels (lite, full, ultra) and skills (ponytail, ponytail-review, ponytail-audit, ponytail-debt, ponytail-gain) with their triggers in one view. - Configuration Guidance: Explains how to set the default mode via the PONYTAIL_DEFAULT_MODE environment variable or the config.json file. - Use Case: A developer types "/ponytail-help" in Claude Code or OpenCode to recall how to switch to ultra mode or deactivate ponytail without leaving the session. ## Quick Start Ask the assistant to show the ponytail help card by typing /ponytail-help or saying "ponytail help".

Frequently Asked Questions about ponytail-help

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I see all ponytail commands and modes?▼

Type /ponytail-help or say "ponytail help" to display the reference card. It lists the three levels (lite, full, ultra), all six skills with their triggers, and deactivation commands in one view.

What is the difference between ponytail lite, full, and ultra modes?▼

Lite builds what is asked and names a lazier alternative in one line. Full enforces the YAGNI ladder from stdlib to minimum solution and is the default. Ultra challenges requirements and prefers deletion before addition.

How do I change the default ponytail mode?▼

Set the PONYTAIL_DEFAULT_MODE environment variable, or edit the config.json file in ~/.config/ponytail (or %APPDATA%\ponytail on Windows) with a defaultMode value. Environment variable takes priority over the config file, which defaults to full.

Does ponytail-help work in Codex and OpenCode?▼

Yes. Codex uses the @ponytail-help mention form, while Claude Code and OpenCode use the /ponytail-help slash command. OpenCode ships all six ponytail skills as slash commands.

Does invoking ponytail-help change my current mode?▼

No. The help card is a one-shot display that does not change the active mode, write flag files, or persist anything. Your current level stays in effect until you change it or the session ends.