From opentradex-trade
Emergency flatten — closes ALL open paper positions at their last mark and sets a 30-minute trading cooldown. Never auto-invoke. Only run when the user explicitly types "panic", "flatten", "close everything", or "stop".
How this skill is triggered — by the user, by Claude, or both
Slash command
/opentradex-trade:panicThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**This is a destructive, user-initiated action.** It closes every open paper position and sets a 30-minute cooldown on further entries.
This is a destructive, user-initiated action. It closes every open paper position and sets a 30-minute cooldown on further entries.
node "${CLAUDE_PLUGIN_ROOT}/bin/tradex.js" positions
Ask: "This will close ALL N positions and pause trading for 30 minutes. Confirm with yes."yes, run the flatten:
!node "${CLAUDE_PLUGIN_ROOT}/bin/tradex.js" panicnode "${CLAUDE_PLUGIN_ROOT}/bin/tradex.js" riskdisable-model-invocation: true is set — this skill can only fire from a direct /opentradex-trade:panic call.panicCooldown in node "${CLAUDE_PLUGIN_ROOT}/bin/tradex.js" risk.npx claudepluginhub deonmenezes/opentradex-harness --plugin opentradex-tradeGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.