ponytail-help
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePonytail Help
Ponytail 帮助
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.
| 等级 | 触发指令 | 功能变化 |
|---|---|---|
| Lite | | 按要求构建,用一行文字说明更简便的替代方案。 |
| Full | | 遵循优先级原则:YAGNI → stdlib → 原生实现 → 单行代码 → 最简方案。默认模式。 |
| Ultra | | YAGNI极端主义模式。先删除再添加。在构建前先质疑需求合理性。 |
模式等级会保持不变,直到手动更改或会话结束。
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-review| 技能 | 触发指令 | 功能说明 |
|---|---|---|
| ponytail | | 懒人模式本身。采用可行的最简解决方案。 |
| ponytail-review | | 过度设计审查: |
| ponytail-help | | 显示此卡片。 |
Codex 使用 、 和 ;Claude Code 和 OpenCode 使用上述斜杠命令形式(OpenCode 内置 和 )。
@ponytail@ponytail-review@ponytail-help/ponytail/ponytail-reviewDeactivate
停用
Say "stop ponytail" or "normal mode". Resume anytime with .
also works.
/ponytail/ponytail off说出“stop ponytail”或“normal mode”即可停用。随时可通过 恢复。 同样有效。
/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 > .
full默认模式为 ,每次会话自动激活。如需更改:
full环境变量(优先级最高):
bash
export PONYTAIL_DEFAULT_MODE=ultra配置文件(,Windows系统:):
~/.config/ponytail/config.json%APPDATA%\ponytail\config.jsonjson
{ "defaultMode": "lite" }设置为 可禁用会话启动时的自动激活,需要时手动通过 激活。
"off"/ponytail优先级:环境变量 > 配置文件 > 默认模式。
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-code一次性开启自动更新:打开 ,进入市场,选择ponytail,启用自动更新。Claude Code 会在启动时拉取新版本(提示时运行 )。手动更新: 然后运行 。
/plugin/reload-plugins/plugin marketplace update ponytail/reload-plugins如果 指令不被识别,说明你的 Claude Code 版本过旧。请更新(,或 )并重启。其他宿主环境使用各自的更新流程。
/pluginnpm install -g @anthropic-ai/claude-code@latestbrew upgrade claude-codeMore
更多信息
Full docs + examples: https://github.com/DietrichGebert/ponytail