Update Agent Sop banner
mmjclayton mmjclayton

Update Agent Sop

Development community

Description

--- description: Sync pristine-replica Agent SOP files (SOP docs, guides, slash commands, reference agents) from the upstream agent-sop repo into this project and the user's ~/.claude directory. Three-way diff for locally modified files; never force-overwrites. sop_version: "2026-04-29" --- Keep Agent SOP artefacts up to date. Pulls the current pristine-replica files from upstream (local checkout if available, GitHub raw otherwise), diffs them against this project's copies, and applies updates

Installation

Installs to ~/.claude/commands/mmjclayton-agent-sop-update-agent-sop.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mmjclayton/agent-sop/HEAD/.claude/commands/update-agent-sop.md -o ~/.claude/commands/mmjclayton-agent-sop-update-agent-sop.md

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

Full documentation available on GitHub

View Source Repository