polyflup-ops
Installation
SKILL.md
Commands & Operations
Python Backend
uv run polyflup.py # Run bot
uv run check_db.py # Check database
uv run migrate_db.py # Run migrations
uv pip install -r requirements.txt
Svelte UI
cd ui && npm install
npm run dev # Dev mode
npm run build # Build
npm start # Start production
Related skills
More from niller2005/polyflup
polymarket-trading
Polymarket-specific terminology, trading strategies, and API reference.
129database-sqlite
SQLite best practices, connection management, and migration system for PolyFlup.
19bookkeeper
Specialized in maintaining project documentation, ensuring it reflects the current state of the codebase and operational procedures.
13python-bot-standards
Coding standards, modular architecture, and common execution patterns for the PolyFlup Python backend.
13database-analyzer
Specialized in syncing the production database and performing analysis on trades, balances, and market history.
13svelte-ui-standards
Coding standards and UI guidelines for the PolyFlup Svelte dashboard.
13