GuDaStudioGuDaStudioCommunityยท1 Agent Skills Included

collaborating-with-codex

Delegate coding tasks to Codex for multi-model collaboration

Delegates coding tasks to Codex CLI so two models can collaborate on implementation, debugging, and code review. Maintains multi-turn sessions with sandboxed execution levels, structured JSON output, and image attachments. Eliminates manual copy-pasting between models and keeps full conversation context across follow-up requests.
npx skills add GuDaStudio/collaborating-with-codex --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install collaborating-with-codex?โ–ผ

Run `npx skills add GuDaStudio/collaborating-with-codex --all -g -y` in your terminal to install it globally. Make sure the Codex CLI is already installed and available in your PATH.

What does collaborating-with-codex do?โ–ผ

It lets Claude delegate coding tasks like algorithm implementation, debugging, and code review to Codex CLI, combining the strengths of both models in one workflow.

How do multi-turn sessions work?โ–ผ

The first run returns a SESSION_ID in its JSON output. Pass that ID with the --SESSION_ID flag on follow-up prompts to continue the same conversation with full context.

Is it safe to let Codex run commands?โ–ผ

Yes. Three sandbox levels control execution: read-only (default), workspace-write, and danger-full-access, so you choose how much freedom Codex gets.

Can I attach images to a coding prompt?โ–ผ

Yes. Use the --image flag with one or more file paths to give Codex visual context, such as screenshots of errors or UI designs.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’