Braingit
/install braingit
Braingit
Commit Markdown-only deltas in a git repository (typically a notes/workspace repo) using a deterministic script.
Article: https://github.com/gleb-urvanov/braingit/blob/master/braingit-article.md
Quick start
Commit Markdown changes (default: *.md)
From inside the target git repo:
./scripts/commit_md_changes.sh "md: snapshot"
Or specify a repo path:
BRAINGIT_REPO=/path/to/repo ./scripts/commit_md_changes.sh "md: snapshot"
Change what files are included
BRAINGIT_PATTERN='*.md' ./scripts/commit_md_changes.sh
Behavior
- Reads
git status --porcelain -z - Stages only matching files (default
*.md) - Commits only if something is staged
- Exits
0when there is nothing to do
Scripts
scripts/commit_md_changes.sh- Env:
BRAINGIT_REPO(default: cwd)BRAINGIT_PATTERN(default:*.md)BRAINGIT_DRY_RUN=1
- Env:
References
references/protocol.md— conventions + an OpenClaw cron example
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install braingit - After installation, invoke the skill by name or use
/braingit - Provide required inputs per the skill's parameter spec and get structured output
What is Braingit?
Automate committing Markdown-only changes in a git repo with safe staging, ideal for note snapshots without affecting code or binaries. It is an AI Agent Skill for Claude Code / OpenClaw, with 335 downloads so far.
How do I install Braingit?
Run "/install braingit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Braingit free?
Yes, Braingit is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Braingit support?
Braingit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Braingit?
It is built and maintained by gleb-urvanov (@gleb-urvanov); the current version is v0.1.2.