git-onboarding-auto

git-onboarding-auto is a skill for Claude Code, Codex from GeonheeYe/multi-agent-dotfiles. It costs 47 tokens per session (1,582 once invoked), scanned A, original, no licence file.

A Git setup and pull-request workflow automation skill. Git is the version-control tool developers use to track code changes, while a pull request is a request for teammates to review and merge those changes.

In plain words
What is it for?
Use it to configure Git and create pull requests as part of an automated workflow.
Why use it?
It reduces the manual setup and repeated steps between starting with Git and opening a pull request. It is intended for requests to automate the whole process or do it with one command.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/geonheeye/multi-agent-dotfiles/git-onboarding-auto
Any agent
npx skills add GeonheeYe/multi-agent-dotfiles --skill git-onboarding-auto
Clone the repo
git clone --depth 1 https://github.com/GeonheeYe/multi-agent-dotfiles

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for git-onboarding-auto

README.md
[![agentmods](https://agentmods.dev/badge/skills/geonheeye/multi-agent-dotfiles/git-onboarding-auto.svg)](https://agentmods.dev/skills/geonheeye/multi-agent-dotfiles/git-onboarding-auto)
Your own site
<a href="https://agentmods.dev/skills/geonheeye/multi-agent-dotfiles/git-onboarding-auto"><img src="https://agentmods.dev/badge/skills/geonheeye/multi-agent-dotfiles/git-onboarding-auto.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,582 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.01582
Opus 5 $0.00023 $0.00791
Sonnet 5 $0.00009 $0.00316
Haiku 4.5 $0.00005 $0.00158

Measured 5d ago against content hash 7b55bb9af4e3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

git-onboarding-auto scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- If brew is not installed, run: `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"` then `brew install gh`
skills/git-onboarding-auto/SKILL.md · 236 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 236 lines · 47 tokens per session scan A 7b55bb9af4e3

Subscribe to this mod's changes

git-onboarding-auto is a skill published in the GitHub repository GeonheeYe/multi-agent-dotfiles (3 stars, last pushed 5d ago), with no licence file. It adds 47 tokens to every session and 1,582 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ship

Commit and push the current work properly — lint, run the release gate, write a detailed commit message, push to GitHub. Use whenever work reaches a milestone or the user says ship it, commit, or push.

ShenSeanChen/waku-agent · 46 tokens

git-ship

Use this skill whenever the user wants to commit, push, or ship changes in a git repository. Triggers include: "commit changes", "push my changes", "ship it", "commit and push", "create a branch and commit", "make a PR", "open a pull request", "create draft PR", or any variation of committing/pushing work. Always use…

epam/ai-dial-chat · 122 tokens

shep-kit:commit-pr

Use when ready to commit, push, and create a PR with CI verification. Triggers include "commit and pr", "push pr", "create pr", "ship it", or when implementation is complete and needs CI validation. Watches CI and auto-fixes failures. Part of the Shep autonomous SDLC platform — https://shep.bot.

shep-ai/shep · 76 tokens

writing-commits-and-prs

Apply the repository writing rules to commits, pull requests, branches, changelogs, and release notes.

mudler/vllm.cpp · 29 tokens

handoff

Ship completed work: verify locally, commit related changes, push, create or update the PR, watch CI/reviews, and fix until merge-ready or escalated. Use for "ship it", "create PR", "handoff", or finished code needing delivery.

heliohq/ship · 56 tokens

git-authoring

Authors and executes git work end to end — Conventional Commits messages, pull-request content, release notes, and pull-request review, plus the repository operations an engineer runs daily: branching, rebasing, squashing, cherry-picking, reverting, merge-conflict resolution, stashes, tags, remotes, and recovery…

n-shadloo/git-authoring · 220 tokens