repo-of-repos: Skill for Claude Code

.agents/skills/commit/SKILL.md

commit is a skill for Claude Code from raffertyuy/repo-of-repos. It costs 23 tokens per session (307 once invoked), scanned A, original, MIT.

A workflow for staging, committing, and pushing changes in the main Git repository. Git is a system for tracking code changes; a repository is the project folder it tracks.

In plain words
What is it for?
Use it to review root-level changes, create a commit, push it to the remote repository, and confirm the final status.
Why use it?
It keeps changes in nested repositories out of the main commit and follows the project's commit-message rules. It also checks the repository before and after pushing.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is raffertyuy/repo-of-repos's own configuration. It tells Claude Code how to work on repo-of-repos itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything repo-of-repos configures →

Reuse

Borrowing it

Nothing to install: this file belongs to raffertyuy/repo-of-repos. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/raffertyuy/repo-of-repos/main/.agents/skills/commit/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/raffertyuy/repo-of-repos

Made for: Claude Code.

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 commit

README.md
[![agentmods](https://agentmods.dev/badge/skills/raffertyuy/repo-of-repos/commit/github.svg)](https://agentmods.dev/skills/raffertyuy/repo-of-repos/commit)
Your own site
<a href="https://agentmods.dev/skills/raffertyuy/repo-of-repos/commit"><img src="https://agentmods.dev/badge/skills/raffertyuy/repo-of-repos/commit/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.

agentmods 80×15 button for commit

Your own site · 80×15
<a href="https://agentmods.dev/skills/raffertyuy/repo-of-repos/commit"><img src="https://agentmods.dev/badge/skills/raffertyuy/repo-of-repos/commit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 307 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00023 $0.00307
Opus 5 $0.00012 $0.00153
Sonnet 5 $0.00005 $0.00061
Haiku 4.5 $0.00002 $0.00031

Measured 12d ago against content hash 6cb47f70d855, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

commit 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 12d 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.

.agents/skills/commit/SKILL.md · 29 lines

What it actually says

Commit (Master Repo Only)

Stage, commit, and push changes in the root workspace only. This skill does NOT touch any sub-repos under repos/.

Scope

  • Only stage and commit files in the root workspace
  • Exclude everything under repos/*/ — do not stage, commit, or modify anything in sub-repos
  • If git status shows changes only in repos/, inform the user there's nothing to commit in the master repo and suggest using /commit-all-repos instead

Instructions

  1. Run git status (never use -uall) and git diff to review changes — ignore any changes under repos/
  2. Run git log --oneline -5 to match recent commit message style
  3. Follow the commit message guidelines in .claude/prompt-snippets/commit-message.md
  4. Stage only root-level files using explicit paths — never git add -A or git add . which could pull in sub-repo changes
  5. Create the commit
  6. Run git push to push the commit to the remote
  7. Run git status to verify

If there are no root-level changes to commit, say so and stop.

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. 12d ago First seen · 29 lines · 23 tokens per session scan A 6cb47f70d855

Subscribe to this mod's changes

commit is a skill published in the GitHub repository raffertyuy/repo-of-repos (12 stars, last pushed 1mo ago), licensed MIT. It adds 23 tokens to every session and 307 once invoked, about $0.0001 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-31.