agent-config
Installation
SKILL.md
When to Use
Use when the user asks to create, update, audit, or improve CLAUDE.md or AGENTS.md. Skip for generic README or contributor-doc work.
Prerequisites
- Run inside a git repo with
originset; the skill requires a clean tree before destructive edits. - Tools:
git, file write access to the target path. - Confirm whether the user wants
CLAUDE.md,AGENTS.md, or both before writing.
Repo Sync Before Edits (mandatory)
Sync the current branch with remote before any create/update/delete. This is a destructive workflow — always dry-run first with git fetch (read-only) and inspect status before pulling.