update-strategy-docs
Installation
SKILL.md
Update Polymarket Strategy Documentation
Synchronize strategy documentation with actual code implementation after changes.
When to Use
Call this skill after modifying:
src/strategies/gabagool.py- Strategy logicsrc/client/polymarket.py- Order executionsrc/monitoring/order_book.py- Opportunity detectionsrc/config.py- Strategy configuration- Any file affecting the arbitrage/directional/near-resolution trading flow
Documentation Files to Update
| File | Purpose |
|---|---|
docs/STRATEGY_ARCHITECTURE.md |
Code flow diagrams, implementation status, discrepancies |
docs/strategy-rules.md |
Trading rules, entry/exit conditions, configuration reference |