alrox360

Bridge Init — Development skill for Claude Code

Development community

Set up voice control for Claude Code — create the shared transcript.md with Codex and print the watcher start commands.

How to install Bridge Init

Installs to ~/.claude/skills/alrox360-claude-codex-bridge-bridge-init/SKILL.md

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

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

What Bridge Init does


description: Set up voice control for Claude Code — create the shared transcript.md with Codex and print the watcher start commands argument-hint: "[language] [folder]"

Set up a transcript bridge. Arguments: `$ARGUMENTS`

  • First argument = the human's language (default: English).
  • Second argument = folder to create it in (default: ./Transcript).

Steps:

  1. If /transcript.md already exists, STOP. Tell the user it exists and do not overwrite it.
  2. Create / and c

Alternatives in Development

  • Cyberboss — 一个接入微信的本地生活 Agent Bridge,让 Codex / Claude Code 拥有时间感、行踪感、随机唤醒和自主唤醒能力,用主动陪伴替代所有番茄钟和效率工具,自动记录日记、维护生活时间轴、发送文件和表情包 1.3k ★
  • /sync-agents-md - Regenerate AGENTS.md From CLAUDE.md — Synchronize AGENTS.md with current CLAUDE.md using the codex-cli-bridge skill 618 ★
  • Agent Bridge — A local bridge for bidirectional collaboration between Claude Code and Codex 312 ★

Full documentation available on GitHub

View Source Repository