Skip to content
Documentation
Command

/check-setup.en

Top-level alias — see lesson/check-setup.en.md for the full body.

From plugin
ai-agent-camp
345200 skills8 agents200 commands
Install
$ npx -y skills add minicoohei/ai-agent-camp --agent claude-code

How 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.md
description: "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)
Ships withai-agent-camp

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

Get the whole plugin