Cache was stuck at 1.0.0 and not picking up the 3 new commands
added in b87017f (release-notes, session, troubleshooting).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Specialized commands that pre-fill frontmatter and enforce consistent
structure for the three most common KB document types, reducing manual
setup vs the generic /save-doc:save command.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Convert backlog, project-plan, save-doc, youtube-transcriber, and
z-image from skills/ to commands/ so they appear as user-invocable
slash commands with plugin name prefixes.
Update youtube-transcriber: switch default model from gpt-4o-transcribe
to gpt-4o-mini-transcribe (OpenAI's current recommendation, half cost)
and fix cost estimates that were 4-7x too high.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The symlink to ~/.local/bin is no longer needed since the command
can reference the script via ${CLAUDE_PLUGIN_ROOT}/scripts/.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Move from skills/ to commands/ so it shows as /json-pretty:format
in the autocomplete menu with the plugin name prefix. Move the
script to scripts/ to match command-based plugin conventions.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Plugin:skill pairs now read as noun:verb commands instead of repeating
the plugin name. Also added concise descriptions to all SKILL.md frontmatter.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>