tomascupr

Cowork To ChatGPT — Development skill for Claude Code

Development community

Supplement ChatGPT's native import with full local Claude Cowork history and AGENTS.md guidance.

How to install Cowork To ChatGPT

This entry records only its repository, not the path inside it, so there is no exact command to give. Open tomascupr/cowork-to-chatgpt and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Cowork To ChatGPT does

Supplement ChatGPT's native import with full local Claude Cowork history and AGENTS.md guidance.

Alternatives in Development

  • Knowledge Work Plugins — Open source repository of plugins primarily intended for knowledge workers to use in Claude Cowork 9734 125 18 10.5k ★
  • Financial Services Plugins — Plugins that turn Claude into a specialist for financial services — investment banking, equity research, priva 7.7k ★
  • Claude Desktop Buddy — Reference and an example for the Bluetooth API for makers in Claude Cowork & Claude Code Desktop 2.5k ★

README

cowork-to-chatgpt

Bring the full locally available Claude Cowork history into the same folders you use with ChatGPT and Codex.

CI Python 3.11+ MIT License Runtime dependencies: zero

OpenAI's native desktop import is the right first step. It imports supported setup, projects, and recent chats. This tool supplements that flow by converting the full locally persisted Cowork archive into isolated Markdown documentation, including history older than the native 30-day chat window.

Claude Cowork                       Original workspace folder
──────────────────────              ─────────────────────────
Selected workspace folder  ─┐       existing files (preserved)
  CLAUDE.md                  ├────▶  AGENTS.md                 official instructions + memory
  memory/**/*.md             │       COWORK_INSTRUCTIONS.md    optional size overflow
Hidden session transcripts  ─┘       COWORK_HISTORY_*.md       supplemental Markdown

What is native and what is not

The distinction is deliberate:

File OpenAI behavior
AGENTS.md Documented Codex/ChatGPT desktop instruction file; imported Claude guidance is placed here
COWORK_INSTRUCTIONS.md Ordinary Markdown overflow used only when AGENTS.md would exceed its documented limit
COWORK_HISTORY_INDEX.md Ordinary Markdown index generated by this tool
COWORK_HISTORY.md Ordinary Markdown history generated by this tool

The `COWORK_` filenames ha