Oz Dev Environments
Description
Predefined dev environments for running Oz Cloud Agents and integrations.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Oz Dev Environment Docker Images
This repository contains prebuilt Docker images for use with [Oz environments](https://docs.warp.dev/agent-platform/cloud-agents/environments). These images provide ready-to-use development environments for running [Oz cloud agents](https://docs.warp.dev/agent-platform/cloud-agents/cloud-agents-overview) and [integrations](https://docs.warp.dev/agent-platform/cloud-agents/integrations) (Slack, Linear, GitHub Actions).
An [Oz environment](https://docs.warp.dev/agent-platform/cloud-agents/environments) defines the execution context for an Oz cloud agent run: the **Docker image**, **repositories to clone**, **setup commands**, and **runtime configuration**. These images handle the Docker image part so you can get started quickly.
Quickstart
To get started, you'll need to have the [Oz CLI](https://docs.warp.dev/reference/cli) installed and authenticated. This is done automatically if you already have the Warp app installed.
1. Create an environment
Create an environment using one of the prebuilt images:
oz environment create \
--name my-go-env \
--docker-image warpdotdev/dev-go:1.23 \
--repo octocat/hello-world \
--setup-command "go mod download"
Alternatively, use the [Oz web app](https://oz.warp.dev) to create environments with a guided flow, or the `/create-environment` slash command in Warp to auto-detect your project's languages and suggest an appropriate image.
2. Run Oz agents
Once your environment is ready, you can:
- Run Oz cloud agents from the CLI, the Oz web app, or the Oz Agent API & SDK:
oz agent run-cloud --environment env_abc123 --prompt "Fix the failing tests in src/"
- Create integrations so agents run automatically from Slack, Linear, or GitHub Actions:
oz integration create slack --environment env_abc123
- Schedule agents to run on a cron schedule for recurring tas
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11