sendbirdsendbirdOfficialยท7 Agent Skills Included

cc-plugin-codex

Claude-powered code review, rescue, and background jobs inside Codex

Runs Claude Code reviews, adversarial design challenges, and delegated fix tasks directly from inside Codex sessions. Tracks background jobs with status, result, and cancel commands so long-running work never gets lost or blocks your thread. Eliminates manual CLI juggling by routing every request through tracked, resumable jobs with automatic completion nudges.
npx skills add sendbird/cc-plugin-codex --all -g -y

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install cc-plugin-codex?โ–ผ

Run `npx skills add sendbird/cc-plugin-codex --all -g -y` in your terminal to install all skills globally. You also need Node.js 18+ and an authenticated Claude CLI.

What does cc-plugin-codex do?โ–ผ

It lets you run Claude Code reviews, adversarial design reviews, and delegated fix-or-investigate tasks from inside Codex, with tracked background jobs you can check, open, or cancel.

How do I run a code review in the background?โ–ผ

Use the review skill with the background flag, then check progress with the status skill and open the finished output with the result skill. Codex nudges you when the job completes.

What is the difference between review and adversarial review?โ–ผ

Standard review checks your diff for correctness, while adversarial review challenges the design, tradeoffs, and hidden assumptions. Use adversarial review for risky migrations, configs, or architecture changes.

Can I resume a previous Claude Code task?โ–ผ

Yes. The rescue skill supports resume flags to continue the most recent Claude Code session, or you can start fresh with a new task thread.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’