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.
npx skills add J-StaR-Films-Studios/VibeCode-Protocol-Suite --skill git-github-toolsgit clone --depth 1 https://github.com/J-StaR-Films-Studios/VibeCode-Protocol-SuiteWrote 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.
[](https://agentmods.dev/skills/j-star-films-studios/vibecode-protocol-suite/git-github-tools)<a href="https://agentmods.dev/skills/j-star-films-studios/vibecode-protocol-suite/git-github-tools"><img src="https://agentmods.dev/badge/skills/j-star-films-studios/vibecode-protocol-suite/git-github-tools/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/j-star-films-studios/vibecode-protocol-suite/git-github-tools"><img src="https://agentmods.dev/badge/skills/j-star-films-studios/vibecode-protocol-suite/git-github-tools.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00052 | $0.00367 |
| Opus 5 | $0.00026 | $0.00183 |
| Sonnet 5 | $0.00010 | $0.00073 |
| Haiku 4.5 | $0.00005 | $0.00037 |
Grade A, and why
git-github-tools scanned grade A with 0 findings 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 8d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Git & GitHub Tools Suite
Operations for git workflow management, merge conflict reconciliation, issue/PR triage state machines, and isolated worktrees.
Sub-Skills
| Sub-Skill | Purpose | Path |
|---|---|---|
resolving-merge-conflicts |
3-step intent reconciliation for in-progress git merge/rebase conflicts | resolving-merge-conflicts/SKILL.md |
issue-pr-triage |
State machine for issues and external PRs; writes durable AGENT-BRIEF.md contracts |
issue-pr-triage/SKILL.md |
git-worktree |
Creating and managing isolated git worktrees for parallel agent development | git-worktree/SKILL.md |
github-ops |
Managing GitHub issues, PRs, milestones, and labels | github-ops/SKILL.md |
pr-comment-fix |
Automated resolution of PR review feedback and comments | pr-comment-fix/SKILL.md |
What ships with it
10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- git-worktree/SKILL.md 1.6 KB
- github-ops/scripts/publish_issues.ps1 15 KB runs code
- github-ops/scripts/smart-ops.ps1 4.4 KB runs code
- github-ops/scripts/smart-ops.sh 3.6 KB runs code
- github-ops/SKILL.md 6.4 KB
- issue-pr-triage/AGENT-BRIEF.md 7.8 KB
- issue-pr-triage/OUT-OF-SCOPE.md 4.6 KB
- issue-pr-triage/SKILL.md 6.4 KB
- pr-comment-fix/SKILL.md 6.5 KB
- resolving-merge-conflicts/SKILL.md 918 B
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.
- 8d ago First seen · 22 lines · 52 tokens per session scan A 483cc83303d5
git-github-tools is a skill published in the GitHub repository J-StaR-Films-Studios/VibeCode-Protocol-Suite (24 stars, last pushed yesterday), licensed ISC. It adds 52 tokens to every session and 367 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
missive
Invoke only when spawning a quest from a GitHub issue reference. Fetches GitHub issue context for quest spawning. Parses issue references, retrieves structured data via gh, and produces branch suggestions and PR keywords. Used standalone or as input to quest orchestration.
github-project-management
GitHub project management with issue tracking, project-board automation, and sprint planning. Use when triaging or organizing issues, automating a project board, planning a sprint, or running release/roadmap coordination on GitHub.
github
Interact with GitHub using the gh CLI. Use gh issue, gh pr, gh run, and gh api for issues, PRs, CI runs, and advanced queries.
mcore-split-pr
Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.
shiplog
Recap of everything shipped since the last run - cross-repo PRs, security fixes, star deltas, and X traction, synthesized into a digest article and a ready-to-post shiplog in your voice.
git-workflow
A guide for handling Git repository work safely, including status checks, branches, commits, pushes, pull requests, and rebasing. Git is a version-control system that records code changes and coordinates work between developers.