sync-submodules
Installation
SKILL.md
Quick Usage (Already Configured)
1) See what is dirty (root + submodules)
date
git status --porcelain
git submodule foreach --recursive 'echo "--- $name ($path)"; git status --porcelain'
2) If a submodule is dirty, stash inside that submodule
Example for _repos/openwork when Cargo.lock blocks an update:
git -C _repos/openwork status --porcelain
git -C _repos/openwork stash push -u -m "wip: allow submodule update"
Notes:
- Stashes are per-repo. You must run
git stashin the submodule itself.
Related skills
More from different-ai/openwork-hub
telegram
Send notifications and messages via Telegram bot API
2mcp-arch
|
2agent-creator
Create new OpenCode agents with a gpt-5.2-codex default.
2screenpipe
Screenpipe records your screen and microphone 24/7. Search your screen recordings and audio transcriptions via REST API and CLI.
2workspace-guide
Workspace guide to introduce OpenWork and onboard new users.
2worktree-ux-pr
|
2