Template Check banner
groundnuty groundnuty

Template Check

Documentation community

Description

--- description: Check if this repo is running the latest agentic-repo-template version and show the CHANGELOG delta. --- # /template-check Compare the template version applied to this repo against the latest public release at [groundnuty/agentic-repo-template](https://github.com/groundnuty/agentic-repo-template). ## What to do 1. **Read the local stamp.** Read `.claude/.template-version`. If it does not exist, print the "no stamp" message below and stop. ```bash cat .claude/.template

Installation

Installs to ~/.claude/commands/groundnuty-agentic-repo-template-template-check.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/groundnuty/agentic-repo-template/HEAD/.claude/commands/template-check.md -o ~/.claude/commands/groundnuty-agentic-repo-template-template-check.md

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

Full documentation available on GitHub

View Source Repository