| name | update-plugin |
| description | Update the celestia-engineering Claude Code plugin with latest changes from GitHub main branch |
Update Plugin Skill
Update the installed celestia-engineering plugin with latest changes from GitHub.
When to Use
- User says "update the plugin", "install latest changes", or similar
- After new version is merged to celestia-engineering main branch on GitHub
Update Process
Step 1: Pull latest from GitHub
cd ~/.claude/plugins/marketplaces/celestia-marketplace/plugins/celestia-engineering
git fetch origin main
git reset --hard origin/main
Step 2: Get version from updated source
cat ~/.claude/plugins/marketplaces/celestia-marketplace/plugins/celestia-engineering/.claude-plugin/plugin.json
Extract the version number (e.g., "2.2.0").
Step 3: Create cache directory for new version
VERSION="X.Y.Z"
mkdir -p ~/.claude/plugins/cache/celestia-marketplace/celestia-engineering/$VERSION
cp -r ~/.claude/plugins/marketplaces/celestia-marketplace/plugins/celestia-engineering/* \
~/.claude/plugins/cache/celestia-marketplace/celestia-engineering/$VERSION/
cp -r ~/.claude/plugins/marketplaces/celestia-marketplace/plugins/celestia-engineering/.claude-plugin \
~/.claude/plugins/cache/celestia-marketplace/celestia-engineering/$VERSION/