git-submodule
Manage external Git repositories within a project using submodules for dependency locking and monorepo workflows.
Install
npx skills add https://github.com/supercent-io/skills-template --skill git-submoduleStats
| Total installs | 10,430 |
| Weekly installs | 10.4K |
| GitHub stars | 88 |
| First seen | Jan 24, 2026 |
| Source | @supercent-io/skills-template |
Summary
- Add, update, and remove submodules with commands for locking specific commits, branches, or tags
- Clone repositories with submodules using --recursive or manual initialization and update steps
- Batch operations across all submodules via git submodule foreach for pulling, checking status, and branch management
- Nested submodule support with recursive initialization and updates for complex dependency hierarchies
- Troubleshooting guidance for detached HEAD states, permission errors, dirty submodules, and reference mismatches
Tags
Related skills
| Skill | Installs | vs git-submodule |
|---|---|---|
| breakdown-plan | 7,594 | -2,836 |
| system-environment-setup | 10,493 | +63 |
| agent-evaluation | 10,066 | -364 |
| workflow-automation | 12,566 | +2,136 |
| azure-kubernetes | 14,181 | +3,751 |
FAQ
- How many installs does git-submodule have?
- git-submodule has 10,430 total installs and 10.4K installs this week.
- Where is git-submodule hosted?
- git-submodule is published by @supercent-io/skills-template at https://github.com/supercent-io/skills-template.
- How many GitHub stars does git-submodule have?
- git-submodule has 88 GitHub stars.
- When was git-submodule first indexed?
- OrangeBot.AI first indexed git-submodule on Jan 24, 2026.
- How do I install git-submodule?
- Run: npx skills add https://github.com/supercent-io/skills-template --skill git-submodule