Skip to content
Skill

Call 1: Check for non-ws changes

by rayk

AI Summary

Automates the ws plugin release workflow by managing version bumps, changelog updates, and git synchronization. Useful for plugin maintainers who need to publish releases consistently and reduce manual coordination errors.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "Call 1: Check for non-ws changes" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory (11 files)
mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/pub-ws.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/audit-command.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/audit-command.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/audit-skill.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/audit-skill.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/build-command.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/build-command.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/check-skill.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/check-skill.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/cookbook.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/cookbook.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/coordinate.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/coordinate.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/debug-plugin.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/debug-plugin.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/fix-faults.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/fix-faults.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/plugins.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/plugins.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/release.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/release.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Publish ws plugin to marketplace with version bump, changelog update, and git sync

Call 1: Check for non-ws changes

git status --porcelain | grep -v "plugins/ws/" | head -5

Call 2: Check remote sync

git fetch origin && git status -sb ` • If behind/diverged: ABORT • If non-ws changes: WARN, proceed

Call 4: Commit with detailed message

git commit -m "..." `

Phase 3: Version bump (1 Edit)

Determine bump type from changes: • patch: bug fixes, optimizations • minor: new features, commands • major: breaking changes `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 3mo ago
Stale
AdoptionUnder 100 stars
4 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars4
Issues0
Updated3mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code