Loading...
Loading...
Extract edge hints from daily market observations and news reactions, with optional LLM ideation, and output canonical hints.yaml for downstream concept synthesis and auto detection.
npx skill4agent add tradermonty/claude-trading-skills edge-hint-extractormarket_summaryanomaliesnews reactionsobserve -> abstract -> design -> pipelinehints.yamlPyYAMLmarket_summary.jsonanomalies.jsonnews_reactions.csvnews_reactions.jsonhints.yamlhintsmarket_summaryanomaliesscripts/build_hints.py--llm-ideas-cmdhints.yamlpython3 skills/edge-hint-extractor/scripts/build_hints.py \
--market-summary /tmp/edge-auto/market_summary.json \
--anomalies /tmp/edge-auto/anomalies.json \
--news-reactions /tmp/news_reactions.csv \
--as-of 2026-02-20 \
--output /tmp/edge-hints/hints.yamlpython3 skills/edge-hint-extractor/scripts/build_hints.py \
--market-summary /tmp/edge-auto/market_summary.json \
--anomalies /tmp/edge-auto/anomalies.json \
--llm-ideas-cmd "python3 /path/to/llm_ideas_cli.py" \
--output /tmp/edge-hints/hints.yamlskills/edge-hint-extractor/scripts/build_hints.pyskills/edge-hint-extractor/references/hints_schema.md