Skip to main content
ClaudeWave
Skill686 estrellas del repoactualizado 4d ago

log

The log skill displays the re_gent activity log for the current or specified session, showing conversation timelines and tool calls by default. Use the --files-only flag to view file-change summaries instead, or --conversation-only to exclude file changes; additional options like --graph and --limit allow filtering and visualization of the activity history.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/regent-vcs/re_gent /tmp/log && cp -r /tmp/log/demo/.claude/skills/log ~/.claude/skills/log
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

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:
```bash
rgt log $ARGUMENTS
```

Common usage:
```bash
rgt log
rgt log --conversation-only
rgt log --files-only
rgt log --graph
rgt log --limit 50
```