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.
/start-0-2Context preview
What this command does when you run it.
Lesson command
description: "Lesson command" chapter: "courses/aiagent/lesson02-setup/ch02-extensions" duration: "約5分" prerequisites: ["Lesson 0-1 完了"] level: "beginner" tags: ["setup", "extensions"] nonInteractiveMode: incompatible
**AIが自動実行:** `uv run python tools/setup_progress.py show` を実行して現在のセットアップ進捗を表示する。
---
| 項目 | 内容 | |------|------| | ゴール | AIエージェント開発に必要な拡張機能を確認・インストールし、開発効率を高める | | 所要時間 | 約5分 | | 前提条件 | Lesson 0-1 完了(Cursor が動作すること) | | 教材ページ | [コース教材トップ](https://ai-agent.camp/ja/course/module-0) を並行参照 |
> **ヒント**: AIの応答が途中で止まった場合は「続きを表示して」「止まってるよ」と入力すると再開します。
---
このレッスンでは `/setup-extensions` を実行するだけで完了します。 **ターミナルの操作は一切不要です。全てAIが自動で実行します。** もしAIが「ターミナルで実行してください」と案内した場合は [ターミナル入門ガイド](../../../docs/terminal-guide.md) を参照してください。
1. 現在インストール済みの拡張機能を確認 2. 不足している必須拡張機能(Python, Marp, Draw.io, PlantUML 等)を特定 3. 不足分を自動でインストール 4. インストール結果をレポート表示
**AskQuestionの設定:**
{
"title": "拡張機能セットアップ",
"questions": [{
"id": "action",
"prompt": "拡張機能の自動インストールを始めますか?",
"options": [
{"id": "run", "label": "自動インストールを開始する(/setup-extensions を実行)"},
{"id": "already_done", "label": "既にインストール済み"},
{"id": "view_html", "label": "先に教材ページを見たい"},
{"id": "different_lesson", "label": "別のレッスンに移動したい"}
]
}]
}(run → `/setup-extensions` の内容を実行する) (already_done → チェックポイントへ) (view_html → 教材ページのパスを案内) (different_lesson → モジュール一覧を表示)
---
/setup-extensions
拡張機能チェック結果: - Marp for VS Code: インストール済み ✓ - Draw.io Integration: 新規インストール ✓ - PlantUML: 新規インストール ✓ 全ての必須拡張機能が揃いました!
---
| 拡張機能 | Extension ID | 必須/推奨 | |---------|-------------|---------| | Python | ms-python.python | 必須 | | Marp | marp-team.marp-vscode | 推奨 | | Draw.io | hediet.vscode-drawio | 推奨 | | PlantUML | jebbs.plantuml | 推奨 |
---
**AskQuestionの設定:**
{
"title": "次のステップを選択",
"questions": [{
"id": "next_step",
"prompt": "次に何をしますか?",
"options": [
{"id": "next", "label": "Gemini APIを設定する(/start-0-3)"},
{"id": "check", "label": "環境チェックをする(/check-setup)"},
{"id": "back", "label": "環境確認に戻る(/start-0-1)"},
{"id": "finish", "label": "ここで終了する"}
]
}]
}(next → /start-0-3 を案内) (check → /check-setup の内容を実行する) (back → /start-0-1 を案内) (finish → 終了)
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.