collaborating-with-codex
Delegate coding tasks to Codex for multi-model collaboration
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core