
Here Be Git
- 279 repo stars
- Updated April 25, 2026
- intellectronica/agent-skills
here-be-git is an agent skill that initializes Git in the current directory with optional .gitignore and agent commit instructions.
About
here-be-git is a lightweight agent skill for developers who want version control without a separate onboarding checklist. When you say you want Git initialized in the directory you are already working in, the skill runs a focused setup flow: initialize the repository, apply a.gitignore when appropriate, and optionally drop in commit instructions your Claude Code, Cursor, or Codex session can follow later. It is meant for the first minutes of a new or unpacked project, not for advanced branch policies or team governance. The value is speed and consistency—you get a traceable history and fewer accidental commits of build artifacts before you dive into features. Pair it with your normal review habits once code starts moving.
- Triggers on phrases like "here be git", "init git", and "initialise git"
- Creates a new Git repository in the current working directory
- Adds an optional .gitignore tailored to the project context
- Can embed optional agent commit message and workflow instructions
- One-shot setup for solo builders who have not initialized Git yet
Here Be Git by the numbers
- Data as of Jul 20, 2026 (Skillselion catalog sync)
/plugin marketplace add intellectronica/agent-skills/plugin install here-be-git@intellectronica-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 279 |
|---|---|
| Last updated | April 25, 2026 |
| Repository | intellectronica/agent-skills ↗ |
What it does
Spin up Git in a fresh project folder with a sensible.gitignore and optional instructions so your coding agent commits consistently.
Who is it for?
Best when you're opening a new repo or clone and want Git plus agent-friendly commit habits in one invocation.
Skip if: Repositories that already have Git history, monorepos with org-mandated hooks, or teams that need full branching and review policy setup in the same step.
When should I use this skill?
Users say "here be git", "init git", "initialise git", or indicate they want version control set up in the current directory.
What you get
You get an initialized repository with ignore rules and optional agent commit guidance so subsequent work can be committed in a consistent way.
- Initialized Git repository
- Optional .gitignore file
- Optional agent-oriented commit instruction artifact
Files
Initialise a git repository with optional agent commit instructions and .gitignore. Use when users say "here be git", "init git", "initialise git", or otherwise indicate they want to set up version control in the current directory.
here-be-git
Source: ./plugins/here-be-git
{ "name": "here-be-git", "source": "./plugins/here-be-git", "version": "0.1.1771067284", "category": "development", "description": "Initialise a git repository with optional agent commit instructions and .gitignore. Use when users say \"here be git\", \"init git\", \"initialise git\", or otherwise indicate they want to set up version control in the current directory." }
Related skills
How it compares
Use for first-time repo bootstrap with agent commit hints—not as a replacement for full Git workflow or PR review skills.
FAQ
Who is here-be-git for?
It is for developers using AI coding agents who need Git, a.gitignore, and optional commit instructions when a project directory still has no version control.
When should I use here-be-git?
Use it at the start of the Build phase when you say "init git", "here be git", or similar—before you accumulate unversioned files—or right after scaffolding a new app locally.
Is here-be-git safe to install?
It modifies the filesystem and initializes Git in your chosen directory; review the Security Audits panel on this Prism page and confirm you are in the correct folder before running it.