一键导入
database-analyzer
Specialized in syncing the production database and performing analysis on trades, balances, and market history.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Specialized in syncing the production database and performing analysis on trades, balances, and market history.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
SQLite best practices, connection management, and migration system for PolyFlup.
Chronological log of system improvements and session summaries for PolyFlup.
Polymarket-specific terminology, trading strategies, and API reference.
Coding standards, modular architecture, and common execution patterns for the PolyFlup Python backend.
Specialized in maintaining project documentation, ensuring it reflects the current state of the codebase and operational procedures.
Specialized in syncing logs from production and analyzing them to find trade history, errors, or performance metrics.
| name | database-analyzer |
| description | Specialized in syncing the production database and performing analysis on trades, balances, and market history. |
trades.db) using the sync_db tool.sync_db to fetch the latest production state.uv run check_db.py for a quick integrity check.sqlite3 or python scripts) to extract requested data.sync_db: Downloads the latest trades.db via SSH.check_db.py: Basic statistics and integrity check.migrate_db.py: Migration management.src/data/database.py: DB interaction logic.