check-setup.en
Top-level alias — see lesson/check-setup.en.md for the full body.
Lesson command — 教材コンテンツの初回セットアップ
$ npx -y skills add minicoohei/ai-agent-camp --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/setup-contentContext preview
What this command does when you run it.
Lesson command — 教材コンテンツの初回セットアップ
description: "Lesson command — 教材コンテンツの初回セットアップ" duration: "約3分" prerequisites: ["ai-agent-camp フォルダを Cursor / Codex / Claude Code で開いている", "git が使える状態"] level: "beginner" nonInteractiveMode: deferred tags: ["setup", "content", "module-0"]
> aiagent-course Module 0 の S45 (`HowToUpdateContent`) スライドが参照するコマンド。学習者が教材を最新化できる状態に環境を整えるための初回セットアップ手順をまとめる。
`/setup-content` は **「これから教材を更新できる状態にする」** ための一回限りの準備。実際の最新化はこのあと `git fetch origin && git log HEAD..origin/main --oneline # 上流との差分を確認` などで継続的に行う想定。
1. リポジトリの sparse-checkout 設定を確認(必要なら有効化) 2. `git status` でクリーンな状態かチェック(commit していない作業がないか) 3. `git fetch origin` で最新の参照を取得 4. the upstream sync helper の存在を確認:
5. 「次は `git fetch origin && git log HEAD..origin/main --oneline # 上流との差分を確認` で更新差分を確認できます」とユーザーに告知
正常に終了したら、続けて以下を実行:
git fetch origin && git log HEAD..origin/main --oneline # 上流との差分を確認
`nonInteractiveMode: deferred` です。
AI Agent Training for Non-Engineers - Complete Guide to Claude Code / Cursor / Codex ### ⚠️ Before you clone Official repository (maintained by the authors): Running AI agents from this repo grants them shell, file-write, and external-API permissions on your
Top-level alias — see lesson/check-setup.en.md for the full body.
Alias de nivel superior — el cuerpo completo está en lesson/check-setup.es.md.