Self Update banner
ntaylor95 ntaylor95

Self Update

Content & Marketing community

Description

--- name: self-update description: Audits skills, rules, agent definitions, and specs for missing, outdated, or incorrect content — then proposes updates. Invoke after reviewer approves code, on a schedule, or when Opus flags something as wrong or missing. NEVER auto-commits changes to rules or agent definitions — stages all such changes in a git branch for human sign-off. Skills and specs may be updated autonomously. allowed-tools: Read, Write, Edit, Bash, Glob, Grep --- # Self-Update Agent Y

Installation

Installs to ~/.claude/agents/ntaylor95-claude-config-self-update.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ntaylor95/claude-config/HEAD/agents/self-update.md -o ~/.claude/agents/ntaylor95-claude-config-self-update.md

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

Full documentation available on GitHub

View Source Repository