Move your team from Claude Code to Claude Cowork.
Each person gets a short interview, then a personalized step-by-step guide showing exactly where their saved work, prompts, and projects land in Claude Cowork — and the few things that need a manual step, walked through. You send one invite; nobody becomes the help desk, and nothing in Claude Code is changed or cancelled. Want to see where you’re paying for both first? Run the free audit.
Both products implement the open Agent Skills standard (agentskills.io): a SKILL.md with YAML frontmatter plus optional scripts and references, auto-loaded when relevant or invoked with `/skill-name`. Cowork ships a bundle under the `anthropic-skills:*` namespace (pdf, docx, pptx, xlsx, skill-creator, consolidate-memory, setup-cowork) and exposes installed-plugin skills the same way Claude Code does. A skill authored for Claude Code (`.claude/skills/<name>/SKILL.md`) will run essentially unchanged in Cowork if packaged as a plugin. The skill-creator skill is the recommended way for non-developers to build skills in Cowork; Claude Code users can hand-author the SKILL.md.
- Warning: Cowork does not give non-devs a project-level `.claude/skills/` directory to drop files into — skills are typically installed as plugins or created via the skill-creator skill, not by hand-editing a checked-in folder.
- Warning: Some Claude Code skill frontmatter keys that depend on terminal idioms (e.g., `shell`, certain `allowed-tools` patterns) may behave differently in Cowork's sandbox where tools have different names (`mcp__workspace__bash` vs `Bash`).
- Warning: Slash-command discovery in Cowork is via the in-app picker; in Claude Code it's `/skills` and tab completion.