Lightweight rules and paper-trading support for entry filters, position sizing, and exit logic. Allows the desk to experiment without touching live capital until rules are proven.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add swcstudiospace/PumpGrok --skill desk-strategy-lab --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Desk Strategy Lab?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/swcstudiospace-desk-strategy-lab)More formats (shields.io, HTML) on the badges page.
---
name: desk-strategy-lab
description: Lightweight rules and paper-trading support for entry filters, position sizing, and exit logic. Allows the desk to experiment without touching live capital until rules are proven.
---
# Desk Strategy Lab
## Paper Mode
When engagement = paper, never call SNIPER for a real send.
Log the simulated fill with:
```bash
python /workspace/pumpgrok/tools/paper_sim.py --action buy|sell --ticket <ID> \
--mint <mint> --size-usd <usd> --price <price> ...
```
## Changing Rules
Any change must be written into a dated file under research/ and requires explicit human approval before promotion to micro-live.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!