← ClaudeAtlas

cursor-agent-clilisted

Executes tasks using the Cursor Agent CLI (`cursor-agent`). Provides structured modes for planning, Q&A, and full automation with safety guardrails.
yu-iskw/coding-agent-skills · ★ 1 · AI & Automation · score 55
Install: claude install-skill yu-iskw/coding-agent-skills
# executing-cursor-agent ## Purpose Use this skill to perform coding, research, or automation tasks using the `cursor-agent` CLI. It leverages Cursor's native execution modes to balance autonomy with safety. ## Execution Modes | Mode | Flag | Capability | Approval Required | Typical Tasks | | :---------- | :------------ | :------------------------------------------ | :---------------- | :---------------------------------------- | | **Plan** | `--mode plan` | Read-only analysis, research, and planning. | **No** | Code audits, architectural planning. | | **Ask** | `--mode ask` | Q&A style for explanations and questions. | **No** | Explaining code, searching documentation. | | **Default** | (none) | Full access (edits + shell execution). | **Yes** | Feature implementation, bug fixes. | ## Implementation Workflow ### 1. Analyze & Classify Analyze the user's intent to determine the appropriate mode. - **Plan Mode**: Does the task only involve analyzing the codebase or proposing a plan without making changes? - **Ask Mode**: Is the user asking a specific question or seeking an explanation? - **Default Mode**: Does the task require modifying files or running shell commands? ### 2. Security Protocol If the task requires **Default Mode**, you **MUST** obtain user approval before execution, as `cursor-agent` has full access to tools li