/check-setup.en
Top-level alias — see lesson/check-setup.en.md for the full body.
$ npx -y skills add minicoohei/ai-agent-camp --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/check-setup.en
Context preview
What this command does when you run it.
Top-level alias — see lesson/check-setup.en.md for the full body.
Command definition
check-setup.en.mddescription: "Top-level alias — see lesson/check-setup.en.md for the full body." duration: "~2 min" level: "beginner" nonInteractiveMode: deferred tags: ["setup", "check", "alias"]
/check-setup -- automated environment check (top-level alias)
Purpose
A thin wrapper so users can invoke `/check-setup` without remembering the sub-directory namespace (`/lesson:check-setup`). All real logic lives in [`lesson/check-setup.en.md`](./lesson/check-setup.en.md).
Instructions to the AI
1. When this command is invoked, **Read** `.claude/commands/lesson/check-setup.en.md` and follow it as if it were the original. 2. If the runtime is non-interactive (`claude -p`, `cursor-agent --print`, no TTY, or env vars `CLAUDE_CODE_NON_INTERACTIVE=1` / `CURSOR_AGENT_PRINT=1`), use **deferred mode**:
- Execute the read-only checks normally.
- Print the report.
- Replace any `AskQuestion` block with a single line: *"Re-run `/check-setup`
in interactive mode to choose the next step."* Then exit. 3. In interactive mode, surface the `AskQuestion` blocks from the source file as-is.
See also
- Shared non-interactive mode spec: [`_lib/non-interactive.md`](./_lib/non-interactive.md)
- Locale variants: [`check-setup.md`](./check-setup.md), [`check-setup.es.md`](./check-setup.es.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
Other commands on ai-agent-camp.
- /check-setup.es
Alias de nivel superior — el cuerpo completo está en lesson/check-setup.es.md.
Open command - /check-setup
Top-level alias — see lesson/check-setup.md for the full body.
Open command - /check-security.en
Lesson command
Open command - /check-security.es
Lesson command
Open command - /check-security
Lesson command
Open command - /exercise-review.en
Lesson command
Open command

