ponytail-help

โดย dietrichgebert

บัตรอ้างอิงด่วนสำหรับโหมด ทักษะ และคำสั่งทั้งหมดของ ponytail แสดงผลครั้งเดียว ไม่ใช่โหมดถาวร ทริกเกอร์: /ponytail-help, "ponytail help", "what ponytail commands", "how do I use ponytail

npx skills add https://github.com/dietrichgebert/ponytail --skill ponytail-help

Ponytail Help

Display this reference card when invoked. One-shot, do NOT change mode, write flag files, or persist anything.

Levels

LevelTriggerWhat change
Lite/ponytail liteBuild what's asked, name the lazier alternative in one line.
Full/ponytailThe ladder enforced: YAGNI → stdlib → native → one line → minimum. Default.
Ultra/ponytail ultraYAGNI extremist. Deletion before addition. Challenges requirements before building.

Level sticks until changed or session end.

Skills

SkillTriggerWhat it does
ponytail/ponytailLazy mode itself. Simplest solution that works.
ponytail-review/ponytail-reviewOver-engineering review: L42: yagni: factory, one product. Inline.
ponytail-audit/ponytail-auditWhole-repo over-engineering audit: ranked list of what to delete.
ponytail-debt/ponytail-debtHarvest ponytail: shortcut comments into a tracked ledger.
ponytail-gain/ponytail-gainMeasured-impact scoreboard: less code, less cost, more speed.
ponytail-help/ponytail-helpThis card.

Codex uses @ponytail, @ponytail-review, and @ponytail-help; Claude Code and OpenCode use the slash-command forms above (OpenCode ships all six as slash commands).

Deactivate

Say "stop ponytail" or "normal mode". Resume anytime with /ponytail. /ponytail off also works.

Configure Default Mode

Default mode = full, auto-active every session. Change it:

Environment variable (highest priority):

export PONYTAIL_DEFAULT_MODE=ultra

Config file (~/.config/ponytail/config.json, Windows: %APPDATA%\ponytail\config.json):

{ "defaultMode": "lite" }

Set "off" to disable auto-activation on session start, activate manually with /ponytail when wanted.

Resolution: env var > config file > full.

Update

Enable auto-update once: open /plugin, go to Marketplaces, pick ponytail, Enable auto-update. Claude Code then pulls new versions at startup (run /reload-plugins when it prompts). Manual refresh: /plugin marketplace update ponytail then /reload-plugins.

If /plugin is not recognized, your Claude Code is out of date. Update it (npm install -g @anthropic-ai/claude-code@latest, or brew upgrade claude-code) and restart. Other hosts use their own update flow.

More

Full docs + examples: https://github.com/DietrichGebert/ponytail

Skills เพิ่มเติมจาก dietrichgebert

ponytail
dietrichgebert
บังคับใช้วิธีแก้ที่ขี้เกียจที่สุดที่ใช้งานได้จริง ง่ายที่สุด สั้นที่สุด และน้อยที่สุด เลียนแบบนักพัฒนาระดับอาวุโสที่เห็นทุกอย่างมาแล้ว: ตั้งคำถามว่างานนั้นจำเป็นต้องมีอยู่จริงหรือไม่ (YAGNI) เลือกใช้ไลบรารีมาตรฐานก่อนโค้ดที่เขียนเอง ใช้ฟีเจอร์ดั้งเดิมของแพลตฟอร์มก่อน dependency ใช้หนึ่งบรรทัดก่อนห้าสิบบรรทัด รองรับระดับความเข้มข้น: lite, full (ค่าเริ่มต้น), ultra ใช้เมื่อผู้ใช้พูดว่า "ponytail", "be lazy", "lazy mode", "simplest solution", "minimal solution", "yagni", "do less" หรือ...
developmentcode-review
ponytail-review
dietrichgebert
ตรวจสอบโค้ดที่เน้นเฉพาะการออกแบบที่ซับซ้อนเกินจำเป็น ค้นหาสิ่งที่ควรลบ: การสร้างไลบรารีมาตรฐานขึ้นมาใหม่, dependencies ที่ไม่จำเป็น, การสร้างนามธรรมที่คาดเดา, ความยืดหยุ่นที่ไร้ประโยชน์ หนึ่งบรรทัดต่อหนึ่งสิ่งที่พบ: ตำแหน่ง, สิ่งที่ควรตัด, สิ่งที่ใช้แทน ใช้เมื่อผู้ใช้พูดว่า "review for over-engineering", "what can we delete", "is this over-engineered", "simplify review" หรือเรียกใช้ /ponytail-review เสริมการตรวจสอบที่เน้นความถูกต้อง โดยอันนี้จะตามล่าความซับซ้อนเท่านั้น
code-reviewdevelopment
ponytail-audit
dietrichgebert
การตรวจสอบทั้งรีโปสำหรับการออกแบบที่ซับซ้อนเกินจำเป็น คล้ายกับ ponytail-review แต่สแกนโค้ดเบสทั้งหมดแทนที่จะเป็น diff: รายการจัดอันดับสิ่งที่ควรลบ ลดความซับซ้อน หรือแทนที่ด้วย stdlib/ของดั้งเดิมที่เทียบเท่า ใช้เมื่อผู้ใช้พูดว่า "audit this codebase", "audit for over-engineering", "what can I delete from this repo", "find bloat", "ponytail-audit" หรือ "/ponytail-audit" รายงานครั้งเดียว ไม่ใช้การแก้ไข
code-reviewdevelopment
ponytail-debt
dietrichgebert
Harvest every `ponytail:` comment in the codebase into a debt ledger, so the deliberate shortcuts and deferrals ponytail leaves behind get tracked instead of rotting into "later means never". Use when the user says "ponytail debt", "/ponytail-debt", "what did ponytail defer", "list the shortcuts", "ponytail ledger", or "what did we mark to do later". One-shot report, changes nothing.
developmentcode-reviewproject-management