Skip to main content
Use Claude Code as an assistant when you work on ECP (Execution Control Protocol): manifests, examples, and CLI flows.

Prerequisites

  • Claude Code installed
  • Local clone of the ECP repo

Setup

  1. Install Claude Code:
npm install -g @anthropic-ai/claude-code
  1. Install the ECP documentation skill so Claude Code understands the ECP docs:
npm install -g skills
skills add https://executioncontrolprotocol.io
  1. Use Claude Code in the ECP repo to:
  • Understand and edit Context manifests.
  • Design and refine new examples that use ecp run and ecp validate.
  • Explore how policies, mounts, and executors are modeled in the spec.

Next steps