check-setup.en
Top-level alias — see lesson/check-setup.en.md for the full body.
Lesson command — M365 CLI セットアップ
$ 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-m365cliContext preview
What this command does when you run it.
Lesson command — M365 CLI セットアップ
description: "Lesson command — M365 CLI セットアップ" duration: "約20分" prerequisites: ["Microsoft 365 CLI (PnP CLI) アカウント"] level: "intermediate" nonInteractiveMode: deferred tags: ["setup", "module-19"]
> Microsoft 365 (Outlook / SharePoint / Teams) を CLI からまとめて触る `@pnp/cli-microsoft365`。デバイスコード認証だけで完結します。
**ハイライト**: PAT 不要・OAuth デバイスコードのみ
1. Node.js 18+ を確認 — `node -v`
2. @pnp/cli-microsoft365 を pin install — `npm install -g @pnp/cli-microsoft365@7.x`
3. デバイスコードでログイン
m365 login # 出力された URL をブラウザで開いてコードを入力
4. 接続確認 — `m365 status`
ブラウザ操作と入力が必要なので、`claude -p` 実行時は読み取り系チェックのみ実施し、`setup-resume.md` を生成して終了します。
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.