submodule-ops
Installation
SKILL.md
Skill: Submodule Operations
Goal
Make safe, consistent changes in a workspace with many git submodules.
Use This Skill When
- You touch files under
orgs/**or.gitmodules. - You need to run
submodulecommands or update submodule pointers. - You are asked to change code in multiple submodules.
Do Not Use This Skill When
- The change is confined to the root workspace only.
- You are only editing documentation in
docs/.
Inputs
- The target submodule path(s).
- Any required submodule commands from
AGENTS.md.