Repete Status banner
betmoar betmoar

Repete Status

Development community

Description

--- description: Show the current repete loop state — phase, iteration, goal, pending TODOs, lessons argument-hint: allowed-tools: Read, Bash, Glob, Grep --- # repete status Render the current loop state. Read-only — change nothing. 1. If `.repete/loop.local.md` does not exist: report "no repete loop in this project" and stop. 2. Read `.repete/loop.local.md` frontmatter and body. Read `.repete/MISSION.md`. 3. Count entries in `.repete/todo-next.md` and files in `.repete/lessons/` (excluding `

Installation

Installs to ~/.claude/skills/betmoar-cc-repete-plugin-repete-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/betmoar-cc-repete-plugin-repete-status && curl -fsSL https://raw.githubusercontent.com/betmoar/cc-repete-plugin/HEAD/commands/repete-status.md -o ~/.claude/skills/betmoar-cc-repete-plugin-repete-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository