experiment/skills/optimize-skill-reminder/SKILL.md
Explains the optimize-skill PostToolUse hook and how to disable it. Use when asking about or managing this hook.
npx skillsauth add tim-hub/powerball optimize-skill-reminderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The optimize-skill hook fires automatically after any Edit or Write on a skill file. It lives in personal/hooks/hooks.json under PostToolUse as a command type, running scripts/hook.py.
When a file inside a skills/<name>/ directory is edited, a Haiku agent checks the path and — if it matches — invokes /optimize-skill on the skill directory and applies auto-fixes. Files in /plugins/cache/ and non-skill paths are silently ignored.
Edit personal/hooks/hooks.json and remove the Edit|Write agent entry from the PostToolUse array.
cat "$CLAUDE_PLUGIN_ROOT/hooks/hooks.json"
The /optimize-skill skill must be installed from the marketplace for the hook's invocations to resolve.
testing
Picks the right Kubernetes Deployment update strategy (RollingUpdate / Recreate / Blue-Green / Canary) for the situation. Use when configuring a new Deployment, changing rollout config, or deciding how to ship a risky change.
tools
Translates a markdown file to a target language, preserving structure. Use when the user needs a markdown file translated.
development
Translates text between any two languages while preserving source format. Use when the user needs to translate plain text, code, or markdown content.
testing
Generates written content — blog posts, social posts, emails, and marketing copy — matched to the project's existing voice. Use when the user needs written material.