refactor: convert skills to verb-based commands #4

Merged
cal merged 1 commits from refactor/json-pretty-command into main 2026-03-21 02:05:33 +00:00
Owner

Summary

  • Convert json-pretty skill to a format command with CLAUDE_PLUGIN_ROOT paths
  • Convert 5 more skills (youtube-transcriber, backlog, project-plan, z-image, save-doc) to verb-based commands
  • Add 3 new specialized save-doc commands: release-notes, troubleshooting, session — pre-fill frontmatter and enforce consistent KB document structure
  • Fix symlink references to use CLAUDE_PLUGIN_ROOT paths directly

Test plan

  • Verify /json-pretty:format works with inline JSON and file input
  • Verify /save-doc:release-notes, /save-doc:troubleshooting, /save-doc:session are discoverable
  • Verify each new save-doc command produces correctly frontmattered docs in claude-home
  • Verify existing /save-doc:save still works as the generic fallback

🤖 Generated with Claude Code

## Summary - Convert json-pretty skill to a `format` command with `CLAUDE_PLUGIN_ROOT` paths - Convert 5 more skills (youtube-transcriber, backlog, project-plan, z-image, save-doc) to verb-based commands - Add 3 new specialized save-doc commands: `release-notes`, `troubleshooting`, `session` — pre-fill frontmatter and enforce consistent KB document structure - Fix symlink references to use `CLAUDE_PLUGIN_ROOT` paths directly ## Test plan - [ ] Verify `/json-pretty:format` works with inline JSON and file input - [ ] Verify `/save-doc:release-notes`, `/save-doc:troubleshooting`, `/save-doc:session` are discoverable - [ ] Verify each new save-doc command produces correctly frontmattered docs in claude-home - [ ] Verify existing `/save-doc:save` still works as the generic fallback 🤖 Generated with [Claude Code](https://claude.com/claude-code)
cal added 1 commit 2026-03-21 01:49:38 +00:00
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>
cal merged commit b87017f080 into main 2026-03-21 02:05:33 +00:00
cal deleted branch refactor/json-pretty-command 2026-03-21 02:05:34 +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#4
No description provided.