factory-setup
Installation
SKILL.md
Factory Setup
Bootstrap Warp Factory access for a coding agent that is not Warp itself: install/authenticate the oz CLI, register the hosted Factory MCP server, verify the connection, and hand off to the canonical operating skill. This is a one-time setup skill, not the operating playbook.
Scope
This skill:
- Detects the target harness (Claude Code, Codex, Cursor, or generic MCP client).
- Installs/authenticates the CLI and mints an API key.
- Registers the Factory MCP server for that harness.
- Verifies the connection (tools visible,
list_factoriesworks, canonical skill readable). - Optionally helps pick or create a factory and save it as the default.
- Stops and hands off to the server-served operating skill for everything after setup.
This skill does not:
- Duplicate the day-2 operating playbook — that lives at
skill://warp/factory-mcp/SKILL.mdon the MCP connection itself and is the authoritative source once connected. - Automate Slack, Linear, or GitHub integration OAuth for a factory. Point the user at the Factory web app for those; do not attempt to script them here.