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