> ## Documentation Index
> Fetch the complete documentation index at: https://docs.run.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Skills

> Installable instructions for Claude, Codex, Cursor, and other coding agents

Install the run.cloud iOS simulator skill into your coding agent so it can
create sessions, install app artifacts, and clean up when a task finishes.

```text theme={null}
run-cloud/skills/run-cloud-ios-simulator/SKILL.md
```

Place the skill in your agent's native skill folder:

| Agent             | Project path                              |
| ----------------- | ----------------------------------------- |
| Claude Code       | `.claude/skills/run-cloud-ios-simulator/` |
| Codex             | `.codex/skills/run-cloud-ios-simulator/`  |
| Cursor / OpenCode | `.agents/skills/run-cloud-ios-simulator/` |

CLI installation command:

```bash theme={null}
run-cloud skills install --agents codex --scope project
```

Use project scope for repo-specific automation and user scope for personal
defaults.
