refactor: convert 6 skills to commands #3

Merged
cal merged 1 commits from refactor/json-pretty-command into main 2026-03-19 19:56:13 +00:00
Owner

Summary

  • Convert 6 skills to commands so they appear as user-invocable slash commands (/plugin:command): json-pretty, backlog, project-plan, save-doc, youtube-transcriber, z-image
  • 4 skills remain as skills (playwright-cli, optimise-claude, create-scheduled-task, resume-tailoring) since they're contextual/workflow-driven
  • Update youtube-transcriber default model from gpt-4o-transcribe to gpt-4o-mini-transcribe (OpenAI's current recommendation, half the cost)
  • Fix youtube-transcriber cost estimates that were 4-7x too high

Test plan

  • Run /reload-plugins and verify all 6 commands appear in autocomplete
  • Verify /backlog:next, /save-doc:save, /project-plan:generate, /z-image:generate, /youtube-transcriber:transcribe, /json-pretty:format invoke correctly
  • Verify remaining 4 skills still auto-trigger contextually

🤖 Generated with Claude Code

## Summary - Convert 6 skills to commands so they appear as user-invocable slash commands (`/plugin:command`): json-pretty, backlog, project-plan, save-doc, youtube-transcriber, z-image - 4 skills remain as skills (playwright-cli, optimise-claude, create-scheduled-task, resume-tailoring) since they're contextual/workflow-driven - Update youtube-transcriber default model from `gpt-4o-transcribe` to `gpt-4o-mini-transcribe` (OpenAI's current recommendation, half the cost) - Fix youtube-transcriber cost estimates that were 4-7x too high ## Test plan - [ ] Run `/reload-plugins` and verify all 6 commands appear in autocomplete - [ ] Verify `/backlog:next`, `/save-doc:save`, `/project-plan:generate`, `/z-image:generate`, `/youtube-transcriber:transcribe`, `/json-pretty:format` invoke correctly - [ ] Verify remaining 4 skills still auto-trigger contextually 🤖 Generated with [Claude Code](https://claude.com/claude-code)
cal added 1 commit 2026-03-19 19:41:59 +00:00
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>
cal merged commit 4287001dd8 into main 2026-03-19 19:56:13 +00:00
cal deleted branch refactor/json-pretty-command 2026-03-19 19:56:13 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/claude-plugins#3
No description provided.