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 origin set; 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.

branch="$(git rev-parse --abbrev-ref HEAD)"
git fetch origin                       # dry-run: read-only preview
git status                             # validate clean tree
git pull --rebase origin "$branch"     # only after confirmation
Related skills

More from luongnv89/skills

Installs
65
GitHub Stars
74
First Seen
Feb 4, 2026