From 0882e2d256fd953c6a3e90b946f68ce4f9f35153 Mon Sep 17 00:00:00 2001 From: Emeriko Date: Sat, 13 Jun 2026 14:18:42 +0200 Subject: [PATCH] docs: correct ponytail-help update steps to match Claude Code docs Use auto-update or marketplace refresh + /reload-plugins (not reinstall), and note that an unrecognized /plugin means Claude Code itself needs updating. Co-Authored-By: Claude Opus 4.8 --- skills/ponytail-help/SKILL.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/skills/ponytail-help/SKILL.md b/skills/ponytail-help/SKILL.md index da42c3b..b66a3b3 100644 --- a/skills/ponytail-help/SKILL.md +++ b/skills/ponytail-help/SKILL.md @@ -59,12 +59,9 @@ Resolution: env var > config file > `full`. ## Update -Pull the latest ponytail into your install: -``` -/plugin marketplace update ponytail -/plugin install ponytail@ponytail -``` -Or turn on auto-update in `/plugin` under Marketplaces. Other hosts use their own update flow (Codex plugin manager, opencode or pi reinstall from the repo). +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