Browse documentation
Agents and Automation
Set up coding agents
Install Composal skills, optional MCP tools, and opt-in Agent Context support for coding agents.
On this page
Choose capabilities
Composal keeps three agent integrations distinct:
- Skills provide durable guidance for safe Composal workflows.
- MCP tools let the agent inspect and act on live repository state.
- Agent Context is opt-in project-hook support that captures context, applies privacy checks, and attaches it to a commit checkpoint.
Choose the capability set that matches the harness and repository. An MCP tool install is not implied by a skill install.
Install and inspect
Run the setup command from the repository you want Composal to manage. Start interactively, or name targets and capabilities for a repeatable setup.
com setup
com setup --yes --targets codex,claude-code,cursor --with-mcp
com setup --list-targets --format json
com setup doctor --format json
Use com setup refresh and com setup uninstall --targets <target> to manage Composal-owned bundles. Modified bundles are preserved unless a command explicitly asks to force removal.
Agent Context
Agent Context keeps capture local and intentional. Use the doctor commands to inspect the host and remote readiness, then use checkpoint and resume paths when a repository workflow calls for them.
com agent-checkpoints doctor
com session doctor --remote --format json
com session privacy-check <local-text-file> --format json
Do not treat context capture as a public upload of every transcript. The workflow applies configured privacy checks and targets the exact committed work.
Machine-readable docs
Human documentation lives here. Composal also serves separate versioned Markdown and JSON endpoints for agents:
Those endpoints have stable machine-oriented contracts and remain separate from the public docs navigation.