machina-git
OfficialSafe, atomic multi-repo git workflows.
AuthorNumberOne-AI
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enforces a safe, consistent git workflow across the machina-meta workspace, including multiple submodules, guaranteeing atomic commits and reducing human error.
Core Features & Use Cases
- Mandatory skill gate: All git operations must pass through machina-git, ensuring centralized governance.
- Working directory safety: Commands must be executed in the correct repository directory within a single shell invocation.
- Security and readiness checks: Staged changes are scanned for secrets and evaluated for commit readiness before committing.
- Multi-repo consistency: Manages status, diff, add, commit, push, pull, and submodule operations across all repositories in the workspace.
- Auditable workflow: Requires explicit user confirmation for destructive actions and pushes.
Quick Start
Before performing any git operation, invoke the machina-git skill. Always cd into the target repository and run commands in a single shell invocation using logical chaining (e.g., cd repos/dem2 && git status). Review staged changes with git diff --cached and only push after explicit confirmation from the user.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: machina-git Download link: https://github.com/NumberOne-AI/machina-meta/archive/main.zip#machina-git Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.