What problem does it solve? ContentForge was built for local Claude Code, where outputs land on the host filesystem. In Anthropic Cowork, files written to the Linux sandbox vanish at session end and are invisible to the team. This Skill performs the one-time setup that verifies the Cowork environment, confirms a Google Drive MCP is connected, creates the canonical Drive folder structure, and persists routing config so .docx outputs, brand profiles, and run checkpoints land in shared Drive. ## Core Features & Use Cases - Environment Detection: Runs scripts/plugin-metadata.py to distinguish Cowork sandbox, uncertain sandbox, local Claude Code, and unknown environments, with tailored guidance per branch. - Drive MCP Verification: Scans available tools for Google Drive integrations (Anthropic platform, Pipedream, Composio, Zapier) and stops with setup instructions if none is found. - Canonical Folder Provisioning: Creates the ContentForge Drive root with _brands/ and _runs/ subfolders, supporting per-team namespace isolation via custom folder names. - Persistent Config: Writes environment, Drive folder ID/URL, and MCP tool prefix to ~/.claude-marketing/_cowork-config.json via scripts/drive-sync-state.py. - Use Case: A marketing team adopts Cowork and runs /contentforge:cf-cowork-setup --brand "Acme" once; every subsequent content run for any teammate saves .docx files and brand profiles to the shared Drive automatically. ## Quick Start Run /contentforge:cf-cowork-setup to verify your Cowork environment, connect Google Drive, and wire all ContentForge outputs to your team's shared Drive folder.