Skill686 estrellas del repoactualizado 4d ago
blame
Show which re_gent step last modified each line of a file. Use when investigating file provenance or debugging.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/regent-vcs/re_gent /tmp/blame && cp -r /tmp/blame/demo/.claude/skills/blame ~/.claude/skills/blameDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
Display per-line provenance. Run: ```bash rgt blame $ARGUMENTS ```
Del mismo repositorio
logSkill
View the re_gent activity log for the default or selected session. The default view shows the conversation timeline and tool calls; file summaries are available with file flags.
showSkill
Show detailed context for a re_gent step, including tool calls, tool results, and conversation.
rewindSkill
Rewind workspace and conversation to a previous re_gent step. Non-destructive with automatic backup. Use when recovering from mistakes or exploring alternative paths.