report-screener-list
Installation
SKILL.md
report-screener-list
Layer 3 contract (v2.0.0): Orchestration only. Data fetch is delegated to
data-{country}/pack.py --pack screener-batch. Filtering / scoring / ranking is delegated toanalysis-screener/scripts/screener_compute.py(pure compute, no I/O). This skill only does (1) ticker routing, (2) parallel batch dispatch, (3) batch concatenation, (4) Markdown formatting of the ranked JSON viascreener_format.py.
Replaces the orchestration portion of legacy stock-screener. The compute
portion moved to analysis-screener. The fetch portion moved to
data-{country}/pack.py --pack screener-batch.