w4sspr

Talk — Development skill for Claude Code

Development community

Discuss a topic with a live Codex CLI session and seek consensus.

How to install Talk

Installs to ~/.claude/skills/w4sspr-codex-bridge-talk/SKILL.md

Terminal
mkdir -p ~/.claude/skills/w4sspr-codex-bridge-talk && curl -fsSL https://raw.githubusercontent.com/w4sspr/codex-bridge/HEAD/commands/talk.md -o ~/.claude/skills/w4sspr-codex-bridge-talk/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Talk does


description: Discuss a topic with a live Codex CLI session and seek consensus argument-hint: ' ' allowed-tools: mcp__plugin_codex-bridge_codex-bridge__codex_list_sessions, mcp__plugin_codex-bridge_codex-bridge__codex_send, mcp__plugin_codex-bridge_codex-bridge__codex_wait_reply, mcp__plugin_codex-bridge_codex-bridge__codex_read_transcript

Use the `codex-bridge` skill to run its consensus loop.

Interpret the first value in `$ARGUMENTS` as the Codex session target and the

Alternatives in Development

  • Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★
  • Claude Code Guide — The Complete Claude Code CLI Guide - Live & Auto-Updated Every 2 Days 2.6k ★
  • Coding Agent Session Search — Unified TUI and CLI to index and search your local coding agent session history across 11+ providers (Codex, C 708 ★

Full documentation available on GitHub

View Source Repository