AI SummaryEscape Hatch allows developers to bypass project management workflow for quick code exploration, fixes, and prototyping tasks in Claude Code, enabling faster iteration without overhead.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Escape Hatch" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (9 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/FlojoInc/FloImg/main/.claude/commands/x.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/c.md "https://raw.githubusercontent.com/FlojoInc/FloImg/main/.claude/commands/c.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/ctx.md "https://raw.githubusercontent.com/FlojoInc/FloImg/main/.claude/commands/ctx.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/gh.md "https://raw.githubusercontent.com/FlojoInc/FloImg/main/.claude/commands/gh.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/p.md "https://raw.githubusercontent.com/FlojoInc/FloImg/main/.claude/commands/p.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/s.md "https://raw.githubusercontent.com/FlojoInc/FloImg/main/.claude/commands/s.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/st.md "https://raw.githubusercontent.com/FlojoInc/FloImg/main/.claude/commands/st.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/sync-roadmap.md "https://raw.githubusercontent.com/FlojoInc/FloImg/main/.claude/commands/sync-roadmap.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/w.md "https://raw.githubusercontent.com/FlojoInc/FloImg/main/.claude/commands/w.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Escape hatch - bypass PM workflow for quick tasks
Escape Hatch
Skip the task management workflow for quick analysis, exploration, or small fixes. Check <command-args> for what the user wants to do.
When to Use
• Quick code exploration or questions • One-line fixes or typos • Research without creating a task • Experimentation and prototyping
When NOT to Use
• Multi-file changes (use /p) • Features that need tracking (use /p) • Work that might take multiple sessions (use /p) • Bug fixes that need documentation (use /p)
Behavior
When /x is invoked: • Skip task creation requirement • Skip status updates • Proceed directly with the request • No commits to vault/pm/
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster