update-docs

Update all the documentation related files.

Content Preview
---
description: Update all the documentation related files.
---

After completing any skill creation, agent creation, or command creation in this repository, run the full post-creation sync pipeline below. Execute every step — never skip a task. If something is unclear or a step fails, ask the user for guidance before continuing.

---

## Step 1: Inventory what changed

Scan the working tree to identify what was added, modified, or deleted:

```bash
git status --short
```

Classify each change:
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/update-docs.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/.claude/commands/update-docs.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at .claude/commands/update-docs.md

Related Skills