# Dench Agent Skill

Fetch the canonical skill from:

```bash
curl -sL https://dench.com/SKILL.md
```

## Connect

```bash
npx -y -p @dench.com/cli dench signin \
  --kind cursor \
  --name "Cursor Agent - Project"
```

Ask the human to approve the URL. Verify:

```bash
npx -y -p @dench.com/cli dench context --json
npx -y -p @dench.com/cli dench crm objects list --json
```

## CRM

Tasks are entries on the CRM `task` object.

```bash
npx -y -p @dench.com/cli dench crm entries list task --json
```

Read the CRM guide before writes:

```bash
curl -sL https://dench.com/references/CRM.md
```

## API Backup

Use the CLI first. If it cannot run:

```bash
curl -sL https://dench.com/references/API.md
```

## Approvals

Request human approval before risky actions. Humans approve or reject; agents
only record the decision with evidence.
