Skill Index

ai-agent-camp/

aiagent-material-sync

community[skill]

Update ai-agent-camp from upstream safely. Use when the user wants to pull course updates without relying on unsafe Git shortcuts or force operations.

$/plugin install ai-agent-camp

details

AI Agent Material Sync

Use this skill for safe curriculum updates.

Workflow

  1. Check git status.
  2. Warn about local changes and untracked files before sync.
  3. Check git remote -v and choose a valid remote.
  4. If upstream exists, prefer git fetch upstream and git merge upstream/main.
  5. If upstream does not exist, fall back to the tracked default remote, usually origin/main.
  6. If neither remote is usable, stop and tell the user which remote name is missing.
  7. Explain conflicts and recovery without using force push or destructive cleanup.

Example Failure Message

  • upstream is not configured in this clone. Use origin instead or add upstream before syncing.

References

  • README.md
  • docs/codex-safety.md

Safety

  • Do not use git reset --hard.
  • Do not use git clean -fd.
  • Do not force push as a “fix”.

technical

github
minicoohei/ai-agent-camp
stars
358
license
unspecified
contributors
3
last commit
2026-05-25T08:29:07Z
file
.claude/skills/aiagent-material-sync/SKILL.md

related