git-module

Manage Git submodules for maquettes, including sync and mockmig migration workflows.

1|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/SomtechSolutionMAxime/somtech-pack --skill git-module
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-module
Source: https://github.com/SomtechSolutionMAxime/somtech-pack/tree/main/.claude/skills/git-module
Command: npx skills add https://github.com/SomtechSolutionMAxime/somtech-pack --skill git-module

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing maquettes stored as Git submodules to keep project dependencies in sync and reduce manual overhead.

Core Features & Use Cases

  • Add, sync, list, status, and remove submodules representing reusable maquettes.
  • Integrate with the mockmig workflow to migrate maquettes after synchronization.
  • Enforce conventions for maquette paths (modules/maquette/<module>/<version>).

Quick Start

Run /git-module with a command to manage maquettes stored as Git submodules.

Frequently Asked Questions about git-module

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Git submodules for project maquettes?

To manage Git submodules for project maquettes, you can use commands to add, synchronize, list, inspect, or remove submodules. This enforces path conventions like modules/maquette/<module>/<version> to keep dependencies in sync.

What is the best way to synchronize reusable maquettes stored as Git submodules?

The best way to synchronize reusable maquettes stored as Git submodules is by running a sync command. This reduces manual overhead and ensures project dependencies remain perfectly aligned with the enforced maquette path conventions.

How does the mockmig workflow handle maquette migrations after Git submodule synchronization?

The mockmig workflow handles maquette migrations by integrating directly after Git submodule synchronization. It migrates the updated maquettes to ensure project dependencies remain in sync and properly transitioned during versioning updates.

Can I use Git submodules to enforce a specific path convention for my project modules?

Yes, you can use Git submodules to enforce a specific path convention for project modules. The system strictly enforces the modules/maquette/<module>/<version> directory structure to keep reusable maquettes organized and synchronized.

What commands are available for adding and removing Git submodules representing maquettes?

The available commands for Git submodules representing maquettes include add, sync, list, status, and remove. These commands allow you to manage the entire lifecycle of reusable maquettes within your project dependencies.

Why do I need to integrate submodule synchronization with a mockmig workflow?

You need to integrate submodule synchronization with a mockmig workflow to successfully migrate maquettes after updating dependencies. This integration reduces manual overhead and ensures synchronized submodules are properly transitioned during project migrations.