check-setup.en
Top-level alias — see lesson/check-setup.en.md for the full body.
Lesson command — Salesforce CLI (sf) セットアップ
$ 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-salesforceContext preview
What this command does when you run it.
Lesson command — Salesforce CLI (sf) セットアップ
description: "Lesson command — Salesforce CLI (sf) セットアップ" duration: "約15分" prerequisites: ["Salesforce CLI (sf) アカウント"] level: "intermediate" nonInteractiveMode: incompatible tags: ["setup", "module-24"]
> Salesforce 組織を CLI から触る `sf` コマンド。Connected App は不要、ブラウザ OAuth で完結。
**ハイライト**: Connected App 不要・ブラウザ OAuth のみ
1. Salesforce CLI を pin install (npm 推奨) — `npm install -g @salesforce/cli@2.x`
2. Production 組織にログイン — `sf org login web --alias prod`
3. Sandbox の場合 — `sf org login web --alias dev --instance-url https://test.salesforce.com`
4. 接続確認 — `sf org list`
ブラウザ OAuth が必須なので `claude -p` / `cursor-agent --print` では完走できません。対話モードで実行してください。
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.