ワンクリックで
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.