npx skills add https://github.com/agentmc15/polymarket-trader --skill polymarket-apiInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
This directory contains all the configuration files needed to use Claude Code for building your Polymarket trading application.
mkdir polymarket-trader
cd polymarket-trader
git init
Copy all files from this directory to your project root:
# Copy everything
cp -r /path/to/polymarket-setup/* .
cp -r /path/to/polymarket-setup/.* .
Or manually copy:
CLAUDE.md → Project root.claude/ → Project root (contains skills and commands).mcp.json → Project root (for MCP server integrations)claude
In Claude Code, run:
/project:init-polymarket
This will scaffold the entire project structure.
polymarket-setup/
├── CLAUDE.md # Main project context for Claude
├── .mcp.json # MCP server configurations
├── .claude/
│ ├── commands/ # Custom slash commands
│ │ ├── init-polymarket.md # Initialize project structure
│ │ ├── add-feature.md # Add new features
│ │ ├── add-strategy.md # Create trading strategies
│ │ ├── run-backtest.md # Execute backtests
│ │ └── debug-trading.md # Debug trading issues
│ └── skills/ # Custom skills
│ ├── polymarket-api/
│ │ └── SKILL.md # Polymarket API integration guide
│ ├── trading-strategies/
│ │ └── SKILL.md # Strategy development framework
│ └── trader-analysis/
│ └── SKILL.md # Trader tracking & analysis
└── README.md # This file
After setup, these slash commands are available in Claude Code:
| Command | Description |
|---|---|
/project:init-polymarket |
Scaffold the entire project |
/project:add-feature [description] |
Add a new feature |
/project:add-strategy [name] |
Create a trading strategy |
/project:run-backtest [strategy] [options] |
Run a backtest |
/project:debug-trading [issue] |
Debug trading problems |
The skills provide Claude with specialized knowledge:
Comprehensive guide for Polymarket's CLOB API, Gamma API, and blockchain integration. Includes:
Framework for building, testing, and deploying trading strategies:
Tools for discovering and following successful traders:
You can also use official Anthropic skills alongside these custom ones:
# In Claude Code
/plugin marketplace add anthropics/skills
/plugin install frontend-design@anthropic-agent-skills
Recommended official skills for this project:
Before building, ensure you have:
Polymarket Credentials:
Infrastructure:
Node.js & Python:
For issues with:
Happy trading! 🚀