re_gent: Skill for Claude Code

.agents/skills/log/SKILL.md

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

A command-line activity log for reviewing an agent session, including its conversation, tool calls, and file changes.

In plain words
What is it for?
Use it to inspect a session timeline, show only conversation or file summaries, view a graph, or limit the number of entries.
Why use it?
It helps you see what the agent did without reconstructing the work from memory or scattered files.

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/log/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 log

README.md
[![agentmods](https://agentmods.dev/badge/skills/regent-vcs/re_gent/log.svg)](https://agentmods.dev/skills/regent-vcs/re_gent/log)
Your own site
<a href="https://agentmods.dev/skills/regent-vcs/re_gent/log"><img src="https://agentmods.dev/badge/skills/regent-vcs/re_gent/log.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 151 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.00033 $0.00151
Opus 5 $0.00016 $0.00076
Sonnet 5 $0.00007 $0.00030
Haiku 4.5 $0.00003 $0.00015

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

Security

Grade A, and why

log 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 7d 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/log/SKILL.md · 24 lines

What it actually says

Display the re_gent activity log.

By default, rgt log shows the conversation timeline for the most recent session with captured steps. Use --files-only for file-change summaries.

Run:

rgt log $ARGUMENTS

Common usage:

rgt log
rgt log --conversation-only
rgt log --files-only
rgt log --graph
rgt log --limit 50
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. 7d ago First seen · 24 lines · 33 tokens per session scan A 84cfe5c8a8a3

Subscribe to this mod's changes

log is a skill published in the GitHub repository regent-vcs/re_gent (791 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 33 tokens to every session and 151 once invoked, about $0.0002 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

devloop

Drive Devloop — browser + dev-server on one correlated timeline (web, plus native iOS/Android Expo apps) — by calling its MCP tools as shell commands via mcporter. Use when Devloop's MCP server isn't wired into this agent directly (e.g. a sandboxed or enterprise setup that blocks MCP) but you can run shell commands.

vincentvella/devloop · 74 tokens

dynamic-resources

Example skill loaded from resourcesdiscover.

matrixmapai/openabcode · 11 tokens

repo-harness-assessment

Use when evaluating repository agent-readiness, mapping harness roles, choosing the next smallest improvement, or designing and reconciling agent entrypoints such as AGENTS.md, CLAUDE.md, GEMINI.md, Cursor rules, or GitHub instructions.

yfge/agent-harness-skills · 56 tokens

work-state-and-delivery

Use when designing or reconciling design docs, task boards, external trackers, execution plans, delivery records, handoffs, review evidence, task-to-change traceability, or repository commit-coupling policy.

yfge/agent-harness-skills · 48 tokens

repo-contracts-and-boundaries

Use when turning architecture, layering, ownership, dependency direction, schemas, structural metrics, quality thresholds, baselines, allowlists, or generated quality snapshots into repository checks.

yfge/agent-harness-skills · 41 tokens

runtime-evidence-and-tracing

Use when connecting observed behavior, logs, metrics, request IDs, run IDs, screenshots, traces, external dependency results, or artifacts into a runtime evidence loop.

yfge/agent-harness-skills · 39 tokens