re_gent: Skill for Claude Code

.agents/skills/blame/SKILL.md

blame is a skill for Claude Code from regent-vcs/re_gent. It costs 22 tokens per session (66 once invoked), scanned A, original, Apache-2.0.

A command that shows which previous change last modified each line of a file.

In plain words
What is it for?
Use it to inspect line-by-line change history and investigate file provenance.
Why use it?
It helps trace where a line came from when investigating bugs or understanding file history.

Skill for Claude Code

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

This is regent-vcs/re_gent's own configuration. It tells Claude Code how to work on re_gent 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 re_gent configures →

Reuse

Borrowing it

Nothing to install: this file belongs to regent-vcs/re_gent. 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/regent-vcs/re_gent/main/.agents/skills/blame/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/regent-vcs/re_gent

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 blame

README.md
[![agentmods](https://agentmods.dev/badge/skills/regent-vcs/re_gent/blame/github.svg)](https://agentmods.dev/skills/regent-vcs/re_gent/blame)
Your own site
<a href="https://agentmods.dev/skills/regent-vcs/re_gent/blame"><img src="https://agentmods.dev/badge/skills/regent-vcs/re_gent/blame/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 blame

Your own site · 80×15
<a href="https://agentmods.dev/skills/regent-vcs/re_gent/blame"><img src="https://agentmods.dev/badge/skills/regent-vcs/re_gent/blame.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 66 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00022 $0.00066
Opus 5 $0.00011 $0.00033
Sonnet 5 $0.00004 $0.00013
Haiku 4.5 $0.00002 $0.00007

Measured 10d ago against content hash 3102aedbb9a2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

blame 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 10d 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/blame/SKILL.md · 13 lines

What it actually says

Display per-line provenance.

Run:

rgt blame $ARGUMENTS
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. 10d ago First seen · 13 lines · 22 tokens per session scan A 3102aedbb9a2

Subscribe to this mod's changes

blame is a skill published in the GitHub repository regent-vcs/re_gent (793 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 22 tokens to every session and 66 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-30.

Related

Other skills, from other repositories

drift-intent

Commit changes as Drift intents (semantic versioning layer on git) and trace why code exists. Use when the repository has a .drift/ directory and the drift CLI (or the @drift/mcp MCP server) is available.

lilcipherx/drift · 53 tokens

git-workflow

This skill should be used when the user asks to "create git commit", "manage branches", "follow git workflow", "use Conventional Commits", "handle merge conflicts", or asks about git branching strategies, version control best practices, pull request workflows. Provides comprehensive Git workflow guidance for team…

Galaxy-Dawn/claude-scholar · 64 tokens

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.

laolaoshiren/claude-code-skills-zh · 73 tokens

reply-to-pr-threads

Draft, confirm, and post replies to GitHub PR review threads. Handles per-category reply formatting, re-fetches thread resolution state so auto-resolved threads are skipped, and posts via GraphQL. Use when the user asks to "reply to PR threads", "post PR thread replies", or "draft PR reply messages".

tobihagemann/turbo · 71 tokens

artifact-metadata

Manage artifact metadata, versioning, ownership, and review history across the SDLC lifecycle.

jmagly/aiwg · 21 tokens

gwm

Manage git worktrees across any repository with the gwm Rust binary (CLI + ratatui TUI). Use when the user asks to create / list / remove / bootstrap / switch / link worktrees, run a command across worktrees (gwm exec) or reclaim build artifacts (gwm clean), materialise a PR into a worktree (gwm review), drive a…

kbrdn1/gwm-cli · 0 tokens