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 agentmods add skills/githits-com/githits-cli/githits-plugin-maintenancenpx skills add githits-com/githits-cli --skill githits-plugin-maintenancegit clone --depth 1 https://github.com/githits-com/githits-cliWrote 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/githits-com/githits-cli/githits-plugin-maintenance)<a href="https://agentmods.dev/skills/githits-com/githits-cli/githits-plugin-maintenance"><img src="https://agentmods.dev/badge/skills/githits-com/githits-cli/githits-plugin-maintenance.svg" alt="Measured on agentmods" 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 | $0.00070 | $0.00912 |
| Opus 5 | $0.00035 | $0.00456 |
| Sonnet 5 | $0.00014 | $0.00182 |
| Haiku 4.5 | $0.00007 | $0.00091 |
Grade A, and why
githits-plugin-maintenance 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 today.
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.
How it starts
The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Maintain GitHits Plugin Surfaces
This is an internal, repository-only skill. Do not publish or package it with
the public skills under skills/.
Keep root skills and shared metadata canonical. Treat generated manifests and host MCP files as reviewable build artifacts, not authoring locations.
Workflow
- Identify the canonical input that owns the requested behavior.
- Read
docs/implementation/plugin-packaging.mdbefore changing packaging or transport behavior. - Edit canonical inputs only.
- For the stable MCP quick-start guide, keep
packages/mcp/src/mcp/instructions.tsbuildMcpQuickStart()and the terminal## Quick-start guidesection inskills/githits-mcp/SKILL.mdbyte-for-byte aligned in the same PR.src/skills-packaging.test.tsis the exact-parity contract; excludebuildLocalMcpQuickStart()runtime appendices from the public copy. Route behavior-dependent guide changes through the public Agent Skill lifecycle. - Run
bun run plugins:generate. - Inspect every generated diff and confirm it follows from the canonical change.
- Run
bun run plugins:check. - Run targeted tests, then the required smoke or agent evaluations for the affected surface.
Canonical Ownership
- Author public skill content only under
skills/. - Author shared agent guidance in
AGENTS.md; keepCLAUDE.mdandGEMINI.mdas symlinks to it. packages/mcp/src/mcp/instructions.tsowns the stable quick-start builder; the terminal guide inskills/githits-mcp/SKILL.mdis its exact public copy.- Use
package.jsonfor root version, identity, and shared package metadata. - Use
server.jsonfor registry transports and the hosted MCP endpoint. - Use
scripts/generate-plugin-assets.tsfor host rendering and validation.
Transport Contract
- Every plugin and extension package uses
https://mcp.githits.com. Claude, Codex, Cursor, and VS Code/GitHub Copilot OpenPlugin share generated.mcp.json; Gemini usesgemini-extension.jsonwithhttpUrl; and Antigravity usesmcp_config.jsonwithserverUrl. - The hosted server lives in the separate
remote-mcprepository and consumes released@githits/mcpfor tool registration, descriptors,quick_start, and tool logic. Keep transport, request-scoped service composition, auth/session handling, deployment, and observability inremote-mcp; never reimplement package-owned MCP behavior there. Hosted descriptor changes take effect only after the package release is adopted and deployed byremote-mcp. - Direct
githits initconfiguration retains stdio except for Cursor, which is remote-only. Claude and Gemini CLI setup remove legacy plugin or extension state before installing the user-scoped stdio server. server.jsonadvertises both remote and version-pinned npm stdio transports.
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.
- today Changed · +7 lines 1aa179eb15fa
- 3d ago First seen · 87 lines · 70 tokens per session scan A f19ddcab7efd
githits-plugin-maintenance is a skill published in the GitHub repository githits-com/githits-cli (93 stars, last pushed today), licensed Apache-2.0. It adds 70 tokens to every session and 912 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-08-30.
Other skills, from other repositories
organize
Open the Cross-Code Organizer (CCO) dashboard — view and manage all memories, skills, MCP servers, hooks, and configs across scopes.
codestory-grounding
Use when an agent should ground a local repository with CodeStory before making source claims, planning edits, choosing tests, reviewing changes, or using broad retrieval evidence through the CodeStory plugin MCP.
ai-unity-asset-pipeline
Build, install, run, and verify a reusable image-to-game-ready-3D pipeline for Unity with controlled ImageGen references, approved AI mesh providers, Blender MCP/CLI, modular era catalogs, Blender retopology/LOD/pivot processing, and Unity import/render proof. Use for 2D-to-3D assets, vehicles, aircraft, ships…
source-command-cb-usage
코드브레인 활동 — Codex+Codex 토큰 + hook/MCP breakdown + PreToolUse 차단 횟수.
source-command-cb-health
코드브레인 상태 한 줄 요약 — doctor·큐·worker·인덱스.
coograph-apply
Implement tasks from an OpenSpec change. Use when the user wants to start or continue implementing a proposed change.