원클릭으로
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.