원클릭으로
cline-cli
Use when the user asks to run Cline CLI in non-interactive mode or references Cline for AI-assisted coding or task-based development.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the user asks to run Cline CLI in non-interactive mode or references Cline for AI-assisted coding or task-based development.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | cline-cli |
| description | Use when the user asks to run Cline CLI in non-interactive mode or references Cline for AI-assisted coding or task-based development. |
Before running Cline, follow the shared logging and summary protocol in ../_shared/agent-cli.md.
command -v clinesuperpowers:using-git-worktrees to create a fresh git worktree, then run Cline there with act/yolo modes when approved.the current host's user-question or approval mechanism before using -y, --yolo or --auto-approve-all.-m, --model <model> - Model to use for the task-p, --plan - Run in plan mode (read-only)-a, --act - Run in act mode-y, --yolo - Enable yolo mode (auto-approve actions)--auto-approve-all - Enable auto-approve all actions--reasoning-effort <none|low|medium|high|xhigh> - Reasoning effort-c, --cwd <path> - Working directory--continue - Resume the most recent task-T, --taskId <id> - Resume an existing task by IDfull.md, and require the prompt to write summary.md.| Use case | Command pattern |
|---|---|
| Run task directly | cline "your prompt" |
| Plan mode only (read-only) | cline -p "your prompt" |
| Act mode in fresh worktree only | cline -a "your prompt" |
| Yolo mode in fresh worktree only (auto-approve) | cline -y "prompt" |
| Continue most recent task | cline --continue |
| Resume specific task | cline --taskId <id> |
| List task history | cline history |
| Use specific model | cline -m <model> "prompt" |
| Mode | Description | Use Case |
|---|---|---|
-p, --plan | Read-only, no changes | Planning, analysis |
-a, --act | Act mode | Making changes in a fresh worktree |
-y, --yolo | Auto-approve all actions | Full access in a fresh worktree |
# Run a task directly
cline "Fix the login bug"
# Plan only mode
cline -p "Design the new API endpoint"
# Yolo mode with auto-approve in a fresh worktree only
cline -y "Refactor the utils module"
# Continue most recent task
cline --continue
# Capture stdout/stderr according to ../_shared/agent-cli.md
cline command, immediately use the current host's user-question or approval mechanism to confirm next steps, collect clarifications, or decide whether to resume with --continue.cline --version or a cline command exits non-zero; request direction before retrying.--yolo, --auto-approve-all) ask the user for permission using the current host's user-question or approval mechanism unless it was already given.the current host's user-question or approval mechanism.Use when installing, reinstalling, auditing, or preparing Brain-managed Superpowers, Spec Kit, and OpenSpec workflow arsenals under a project-local `.brain/vendor` directory so Brain can inspect and route them without exposing their raw Codex skills/prompts at the project root.
Use when the user asks to check, add, or manage macOS Calendar events.
Use when the user asks to send an email via the macOS Mail app.
Use when the user asks to send a text message or iMessage via the macOS Messages app.
Use when a task involves web search, current information, source verification, citations, or entity/person/paper/project disambiguation.
Use when the task involves `exec_command` escalation, `prefix_rule`, sandbox permissions, writable roots, or Codex platform-specific operational patterns.