安装难度较低,用户需要在目标平台(例如 Claude Code)中依次发送两条命令:先添加市场(/plugin marketplace add DietrichGebert/ponytail),随后安装插件(/plugin install ponytail@ponytail)。该过程不需要编码。
核验依据
GitHub 项目简介: Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.
README: You ask for a date picker. Your agent installs flatpickr, writes a wrapper component, adds a stylesheet, and starts a discussion about timezones.
README: Works with 20 agents
README: ~54% less code (up to 94%) · ~20% cheaper · ~27% faster · 100% safe
README: Before writing code, the agent stops at the first rung that holds: ``` 1. Does this need to exist? → no: skip it (YAGNI) 2. Already in this codebase? → reuse it, don't rewrite 3.…