re_gent: Skill for Claude Code

.agents/skills/show/SKILL.md

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

A command that displays the full context for a recorded workflow step, including its tool calls and results.

In plain words
What is it for?
Use it to inspect or debug a specific step in a regent workflow.
Why use it?
It provides the details needed to understand exactly what happened during a step.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/regent-vcs/re_gent/show.svg)](https://agentmods.dev/skills/regent-vcs/re_gent/show)
Your own site
<a href="https://agentmods.dev/skills/regent-vcs/re_gent/show"><img src="https://agentmods.dev/badge/skills/regent-vcs/re_gent/show.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 63 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.00020 $0.00063
Opus 5 $0.00010 $0.00032
Sonnet 5 $0.00004 $0.00013
Haiku 4.5 $0.00002 $0.00006

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

Security

Grade A, and why

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

What it actually says

Display full details for a step.

Run:

rgt show $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. 9d ago First seen · 13 lines · 20 tokens per session scan A a5d72451be67

Subscribe to this mod's changes

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

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

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