开发编程
#ai
ponytail-gain
Show ponytail measured impact as a scoreboard: less code, less cost, more speed, from the benchmark medians. One-shot display.
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=dietrichgebert-ponytail-openclaw-skills-ponytail-gain-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name ponytail-gain description Show ponytail measured impact as a scoreboard: less code, less cost, more speed, from the benchmark medians. One-shot display. homepage https://github.com/DietrichGebert/ponytail license MIT Ponytail Gain Display this scoreboard when invoked. One-shot: do NOT change mode, write flag files, or persist anything. The figures are the published benchmark medians (5 everyday tasks: email validator, debounce, CSV sum, countdown timer, rate limiter; three models: Haiku, Sonnet, Opus). They are measured, not computed from the current repo. Source: benchmarks/ and the README. Scoreboard Render plain ASCII bars. The bar length shows the measured range; the label carries the exact figure: ponytail gain benchmark median · 5 tasks · 3 models Lines of code no-skill ████████████████████ 100% ponytail ██▌················· 6–20% ▼ 80–94% Cost no-skill ████████████████████ 100% ponytail █████▌·············· 23–53% ▼ 47–77% Speed ponytail ▸ 3–6× faster This repo: /ponytail-debt (shortcuts you deferred) /ponytail-audit (what's still cuttable) Honesty boundary These are benchmark medians, not this repo. NEVER print a per-repo savings number ("you saved X lines/tokens here"): the unbuilt version was never written, so there is no real baseline to subtract from in a live repo. The only real per-repo figures come from /ponytail-debt (a counted ledger), and this card points there instead of inventing one. Boundaries One-shot display. Edits nothing, changes no mode. "stop ponytail" or "normal mode": revert.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |