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 drawbridgeOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
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.