From ijoka
Run the update script to commit plugin changes to GitHub and reinstall from GitHub:
npx claudepluginhub shakestzd/ijoka --plugin ijoka# Update Ijoka Plugin Run the update script to commit plugin changes to GitHub and reinstall from GitHub: This script will: 1. Check for uncommitted changes in `packages/claude-plugin/` and `.claude-plugin/` 2. If changes exist, commit and push them to GitHub 3. Ensure the ijoka marketplace is configured (from `Shakes-tzd/ijoka`) 4. Update the marketplace (pull latest from GitHub) 5. Reinstall the plugin **from GitHub** (not local) **Optional:** Provide a custom commit message: **Why GitHub?** Installing from GitHub ensures you're always running the committed version, catching any is...
/update-pluginUpdates plugins from the marketplace interactively with version detection, automatic backup, verification, and rollback on failure. Supports --check-only, --yes, --json, and other flags.
/update-pluginDeprecated: Updates .claude/ directory from marketplace plugin with backup of existing files. Use /sync --marketplace instead.
/update-pluginUpdate the protoLabs Claude Code plugin to the current version. Handles uninstall, reinstall, env migration, and verification.
/update-pluginUpdate plugin content based on new knowledge or instructions
/update-pluginUpdate plugin changelog and version after making changes. Interactive workflow for documenting changes and bumping semver. Triggers when you've modified commands, skills, or other plugin files.
Run the update script to commit plugin changes to GitHub and reinstall from GitHub:
/Users/shakes/DevProjects/ijoka/scripts/update-claude-plugin.sh
This script will:
packages/claude-plugin/ and .claude-plugin/Shakes-tzd/ijoka)Optional: Provide a custom commit message:
/Users/shakes/DevProjects/ijoka/scripts/update-claude-plugin.sh "feat(plugin): add new feature"
Why GitHub? Installing from GitHub ensures you're always running the committed version, catching any issues where you forgot to push changes.
Important: After running this script, you may need to restart Claude Code for changes to take full effect.
Run the script above using the Bash tool.