← Back to list
exit-strategies Checked
Systematic exit rules, stop-loss methods, take-profit strategies, and trailing stop implementatio…
9.0Overall rating
Installation
🤖 Install via AI
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "exit-strategies" skill by following the instructions at https://skill123.me/install/exit-strategies.
⌨️ Command line install
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/exit-strategies.sh | bash
📦 Download ZIP
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 21 KBAbout this skill
Overview
Systematic exit rules, stop-loss methods, take-profit strategies, and trailing stop implementations for crypto trading
Source
- Repo: https://github.com/agiprolabs/claude-trading-skills
- Path: skills/exit-strategies
Score breakdown
Trigger
7.0
Description states What (exit rules, stop-loss, take-profit, trailing stops for crypto trading) with good keyword coverage; no when/when-not in description; body provides a strong integration map to position-sizing/risk-management skills.
Structure
9.3
296-line SKILL.md, three references (stop loss, take profit, trailing), two scripts; Files section maps roles; no redundant files.
Workflow
8.8
Strong task design: rule-based methods with runnable functions, priority-ordered exit plan template, guards ('never move stops away from price', hard stop always honored), time/liquidity decay rules, and an exit simulator for verification; recommended-default callouts aid decision-making.
Content
10.0
Punchy, imperative, concrete multipliers and thresholds throughout; mistake/fix table is actionable; zero filler.
Engineering
10.0
Valid frontmatter; scripts have shebangs, dependency and env-var docs, defaults for all inputs; all referenced paths exist.
Security
10.0
6.0 manifest: data reads limited to declared numeric env vars; side effects none; network none; credentials none; persistence none. Capabilities match declared scope. No-advice disclaimers present in both scripts. No injection, no destructive commands.
Systematic exit-rules skill: six exit categories (stop loss, take profit, trailing, time, signal, liquidity) with code, a layered exit-plan template with explicit priority hierarchy (hard stop never overridden), scaled-exit tranches, PumpFun-specific decay rules, and a common-mistakes table. Both scripts are offline (synthetic data / pure math) and carry 'informational only, not financial advice' disclaimers. 6.0 manifest: no network destinations, env vars used only for calculator inputs, no credential access, no file writes, no persistence; capabilities match declared scope. Compliance-positive: risk-first framing and no-advice disclaimers.
