5 Commits

Author SHA1 Message Date
Polymarket Skills Builder ffed17f13b Update README with complete docs for all 16 scripts and live trading setup
Comprehensive rewrite covering: full pipeline example, all script tables
with args, CLAUDE.md constitution summary, risk management details,
correlation detection example, health check example, live-readiness
assessment, going-live guide with experience tiers, data storage
locations, and security overview.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 09:20:48 +00:00
Polymarket Skills Builder 22fcb4355b Add health check, backtest, correlation tracker, wallet setup, and skills registry
New scripts:
- health_check.py: one-command session-start workflow (portfolio + live prices +
  drawdown + stop losses → GREEN/YELLOW/RED status)
- backtest.py: performance analysis with live-readiness assessment against
  CLAUDE.md prerequisites (20+ trades, >55% win rate, Sharpe >0.5)
- correlation_tracker.py: detects hidden correlated exposure in portfolio
  (e.g., 3 insider-trading bets = one cluster)
- setup_wallet.py: burner wallet creation, env var verification, on-chain
  balance check for live trading setup

Also adds:
- .env.example template for live trading configuration
- .well-known/skills/index.json for Agent Skills registry discovery
- Updated SKILL.md files documenting new scripts
- .gitignore entries for .env, .polymarket-live/, and key files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 09:05:24 +00:00
Polymarket Skills Builder 81f0c9965f Add CLAUDE.md trading constitution as authoritative rules doc
Single source of truth for agent identity, 9 non-negotiable rules,
risk limits (resolving 20% vs 30% drawdown conflict with graduated
thresholds), daily workflow, paper/live trading modes, skill map,
and agent conduct guidelines. This file wins all conflicts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 08:32:55 +00:00
Polymarket Skills Builder 068b2adc75 Add 6 Polymarket trading skills with paper trading engine
Composable Agent Skills (SKILL.md format) for Polymarket prediction market
trading. Includes scanner, analyzer, monitor, paper trader, strategy advisor,
and live executor. All tested against live Polymarket APIs. Security audited
with all HIGH/MEDIUM findings resolved.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 07:25:07 +00:00
Polymarket Skills Builder 6a03bbe2e5 Initial commit 2026-02-26 06:16:04 +00:00