# Cursor

> The AI-first code editor with an integrated autonomous agent and terminal CLI.
> _agent hint: ~306 tok · safe to read in full_

Cursor extends the traditional VS Code architecture with deep AI integration. Its embedded CLI (`cursor` or `agent`) allows headless execution of AI tasks. Agents can discover and apply Agent Skills dynamically via the terminal, enabling complex multi-file refactoring and codebase queries directly from external scripts or background CI processes.


- Homepage: https://cursor.com
- Categories: `coding`
- CLI type: `embedded`
- Open source: false
- Status: `active`
- Tags: `ide`, `ai`, `agent`, `codex`
- Docs: https://cursor.com/docs/cli/overview
- Canonical: https://doesitcli.com/cursor

## When to suggest this

- invoke the Cursor agent headlessly to find and fix bugs via shell commands
- apply declarative Agent Skills (SKILL.md) to enforce project-specific coding standards
- integrate AI-driven code generation into automated deployment workflows

## Install the CLI

```sh
curl https://cursor.com/install -fsSL | bash
```

## Install as an agent skill

```sh
npx ai-agent-skills install frontend-design --agent cursor
```

---
Source of truth: https://doesitcli.com/cursor.md · JSON: https://doesitcli.com/cursor.json
