ponytail-help

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

Updated Jul 14, 2026
One-click install
npx skills add https://github.com/bond23869/skills --skill ponytail-help-bond23869
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ponytail-help
Source: https://github.com/bond23869/skills/tree/main/ponytail-help
Command: npx skills add https://github.com/bond23869/skills --skill ponytail-help-bond23869

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users of the ponytail lazy-coding system often forget which modes, slash commands, and configuration options exist. This Skill provides an instant, one-shot reference card so you never have to dig through documentation mid-session. ## Core Features & Use Cases - Mode Reference: Lists the three ponytail levels (Lite, Full, Ultra) with their triggers and behavior differences. - Command Overview: Shows all ponytail skills (/ponytail, /ponytail-review, /ponytail-help) and how to deactivate or resume the mode. - Configuration Guide: Explains how to set the default mode via the PONYTAIL_DEFAULT_MODE environment variable or a config.json file. - Use Case: You are mid-session and cannot remember whether /ponytail ultra or /ponytail lite challenges requirements before building. Invoke the help card to see the full comparison table instantly. ## Quick Start Ask the assistant to show the ponytail help reference card to see all available modes and commands.

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?

Invoke /ponytail-help or say "ponytail help" to display the full reference card. It lists the Lite, Full, and Ultra levels, all slash commands, and deactivation options in one table.

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). The environment variable takes priority over the config file, which defaults to full.

How do I turn off ponytail mode during a session?

Say "stop ponytail" or "normal mode", or run /ponytail off. You can resume anytime with /ponytail, and setting the default mode to "off" disables auto-activation at session start.

Does ponytail-help change my current mode or settings?

No. The help card is one-shot and read-only. It does not switch modes, write flag files, or persist any state, so invoking it is always safe mid-session.