[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-80163":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":8,"htmlUrl":8,"language":9,"languages":8,"totalLinesOfCode":8,"stars":10,"forks":11,"watchers":12,"openIssues":11,"contributorsCount":11,"subscribersCount":11,"size":11,"stars1d":11,"stars7d":11,"stars30d":13,"stars90d":11,"forks30d":11,"starsTrendScore":11,"compositeScore":14,"rankGlobal":8,"rankLanguage":8,"license":8,"archived":15,"fork":15,"defaultBranch":16,"hasWiki":17,"hasPages":15,"topics":18,"createdAt":8,"pushedAt":8,"updatedAt":19,"readmeContent":20,"aiSummary":21,"trendingCount":11,"starSnapshotCount":11,"syncStatus":22,"lastSyncTime":23,"discoverSource":24},80163,"Codex-Claude-Collab","ashinno\u002FCodex-Claude-Collab","ashinno",null,"Python",52,0,51,1,34.1,false,"main",true,[],"2026-06-12 04:01:26","# Codex Claude Collab\n\nA Codex skill for coordinating a real-time Codex and Claude Code workflow.\n\nCodex plans the work, delegates implementation to Claude Code Sonnet or Opus, then reviews the diff and verifies the result before responding to the user.\n\n## What It Does\n\n- Automatically starts Claude Code when delegation criteria match.\n- Uses Claude Code streaming output and transcript capture.\n- Defaults local delegated work to `bypassPermissions` so Claude can edit the shared workspace without per-tool approval prompts.\n- Keeps Codex responsible for final review, verification, and user response.\n- Provides handoff and follow-up templates for Codex -> Claude -> Codex loops.\n\n## Installation\n\n### 1. Check Requirements\n\nMake sure Claude Code is installed and available on your `PATH`:\n\n```bash\nclaude --version\n```\n\nIf that command is not found, install Claude Code first and make sure the `claude` command works in your terminal.\n\n### 2. Install The Skill\n\nInstall with `npx`:\n\n```bash\nnpx github:ashinno\u002FCodex-Claude-Collab\n```\n\nIf you already installed with `npx`, run the same command again to update:\n\n```bash\nnpx github:ashinno\u002FCodex-Claude-Collab\n```\n\n\u003Cdetails>\n\u003Csummary>Manual git install\u003C\u002Fsummary>\n\nClone this repo into your Codex skills directory:\n\n```bash\nmkdir -p \"${CODEX_HOME:-$HOME\u002F.codex}\u002Fskills\"\ngit clone https:\u002F\u002Fgithub.com\u002Fashinno\u002FCodex-Claude-Collab.git \\\n  \"${CODEX_HOME:-$HOME\u002F.codex}\u002Fskills\u002Fcodex-claude-collab\"\n```\n\nIf you already cloned it before, update it instead:\n\n```bash\ncd \"${CODEX_HOME:-$HOME\u002F.codex}\u002Fskills\u002Fcodex-claude-collab\"\ngit pull\n```\n\n\u003C\u002Fdetails>\n\n### 3. Verify The Install\n\nConfirm the skill files are present:\n\n```bash\nls \"${CODEX_HOME:-$HOME\u002F.codex}\u002Fskills\u002Fcodex-claude-collab\u002FSKILL.md\"\npython3 \"${CODEX_HOME:-$HOME\u002F.codex}\u002Fskills\u002Fcodex-claude-collab\u002Fscripts\u002Fclaude_realtime_delegate.py\" --help\n```\n\n### 4. Use It In Codex\n\nRestart Codex if it was already running, then invoke the skill:\n\n```text\nUse $codex-claude-collab to coordinate a Codex plan, Claude implementation, and Codex review loop.\n```\n\n## Requirements\n\n- Codex with local skills support.\n- Claude Code installed and available as `claude` on `PATH`.\n\n## Safety Boundary\n\nThe skill bypasses local Claude Code approval prompts for delegated workspace edits. It still instructs agents not to bypass operating system, account, repository, service authorization, credentials, production access, destructive commands, or explicit user instructions not to use Claude.\n","Codex Claude Collab 是一个用于协调实时 Codex 和 Claude Code 工作流的技能。它通过让 Codex 制定计划并将具体实现委托给 Claude Code Sonnet 或 Opus 来执行，随后对差异进行审查并验证结果，最后向用户反馈。项目使用 Python 编写，具备自动启动 Claude Code、利用其流式输出及转录捕获等功能，并默认设置为绕过权限检查以便 Claude 可以直接编辑共享工作区。此工具适用于需要高效协作完成代码编写与审核的场景，特别是在开发团队中希望提高编程效率和质量时。",2,"2026-06-11 03:59:30","CREATED_QUERY"]