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-campdetails
AI Agent Material Sync
Use this skill for safe curriculum updates.
Workflow
- Check
git status. - Warn about local changes and untracked files before sync.
- Check
git remote -vand choose a valid remote. - If
upstreamexists, prefergit fetch upstreamandgit merge upstream/main. - If
upstreamdoes not exist, fall back to the tracked default remote, usuallyorigin/main. - If neither remote is usable, stop and tell the user which remote name is missing.
- Explain conflicts and recovery without using force push or destructive cleanup.
Example Failure Message
upstreamis not configured in this clone. Useorigininstead or addupstreambefore syncing.
References
README.mddocs/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