一键导入
data-intelligence-fabric
Institutional-grade data cleaning, tick physics auditing, and gap reconstruction.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Institutional-grade data cleaning, tick physics auditing, and gap reconstruction.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Pre-trade risk gates and post-trade audit actions for institutional compliance.
Institutional-grade monitoring of alpha exhaustion, execution capacity, and regime drift.
Institutional-grade strategy validation, walk-forward analysis, and regime-aware testing.
Minimizing slippage, benchmarking fills, and detecting toxic flow.
Institutional-grade management of systemic risk, hidden correlations, and black-swan stress testing.
Foundation layer for identity verification, noise filtering, and environment awareness.
| name | Data Intelligence & Fabric |
| description | Institutional-grade data cleaning, tick physics auditing, and gap reconstruction. |
This skill ensures the "Fuel" (Data) for all other skills is pure. Follow these protocols for any OHLCV or Tick data processing:
Before any strategy validation or feature engineering:
scripts/data_auditor.py on the target OHLCV dataset.Institutional models cannot handle missing time steps.
scripts/gap_reconstructor.py to audit for missing bars in MT5 history.Institutional execution ignores technicals during extreme macro uncertainty.
scripts/macro_context.py before opening any new position.scripts/data_auditor.py: Spike and anomaly detector.scripts/gap_reconstructor.py: Gap detector and time-series filler.scripts/feature_factory.py: High-dimensional feature generator.scripts/macro_context.py: Fundamental impact scout.