一键导入
drawbridge-redraw
Re-craft a prompt for the last brief — variation of the same target or a different one. Use when the user invokes /redraw.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Re-craft a prompt for the last brief — variation of the same target or a different one. Use when the user invokes /redraw.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
One-shot conversion of a Claude Code plugin to Codex format. Use when asked to convert, port, or add Codex support for a plugin in this repository.
One-shot conversion of a Codex plugin to Claude Code format. Use when asked to convert a Codex plugin to Claude Code, add CC support for a Codex plugin, or reverse-port a plugin from Codex.
Continuous maintenance workflow for plugins that target both Claude Code and Codex. Use when a plugin's commands, skills, or agents have changed and the Codex target needs updating.
Manually sync the editor theme to the current macOS appearance (light/dark). Use when the user switched macOS appearance and wants Claude Code and/or Codex themes refreshed now, or asks to fix/resync the theme. Light → gruvbox-light, dark → sunset-drive.
Install the plugin-cross-port pre-commit hook into any git repository. Use when the user invokes /install-hook.
Generates platform-specific social media descriptions for video clips. Creates copy for YouTube Shorts, Instagram Reels, and TikTok.
| name | drawbridge-redraw |
| description | Re-craft a prompt for the last brief — variation of the same target or a different one. Use when the user invokes /redraw. |
| version | 0.1.0 |
Converted from Claude Code command
/redraw. Review and adapt: hooks and MCP tool IDs may need manual mapping for Codex.
source plugins/drawbridge/scripts/lib.sh
LAST=$(db_history_last)
If empty — stop and report: No history yet. Run /draw first.
Parse LAST as JSON to extract brief and target.
If $ARGUMENTS contains -t <target>, use that (and validate). Otherwise reuse the last target.
Invoke the prompt-crafting skill with the same brief and the resolved target. Even if target is the same, produce a noticeably different framing (different angle / lighting / mood) — this is "redraw", not "rerun".
Same as /draw:
pbcopy the promptdb_history_append "$TARGET" "$BRIEF" "$PROMPT"db_open_url "$(db_target_url "$TARGET")"target: <target> (was: <previous target>)
brief: <brief>
prompt copied. opening <url>.
Show the new prompt in a fenced block.