From drawbridge
Re-craft a prompt for the last brief — variation of the same target or a different one. Use when the user invokes /redraw.
How this skill is triggered — by the user, by Claude, or both
Slash command
/drawbridge:redrawThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Converted from Claude Code command `/redraw`.
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.
npx claudepluginhub ivanlutsenko/awac-ai-agent-plugins --plugin drawbridgeProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.