Generate short, post-ready digests that answer: what is it, why should builders care, and how mature is it.
Title + 3–5 numbered bullets.
Each bullet:
Keep it tight. If a digest needs nuance, add a single “Notes” line at the end.
If you have a local JSONL signals log (e.g., memory/edge-signal-miner.normalized.jsonl), use:
python3 skills/ai-builder-signal-digest/scripts/make_digest.py \
--input memory/edge-signal-miner.normalized.jsonl \
--since 2026-03-05 \
--until 2026-03-19 \
--top 5 \
--category "Secure Cognitive / CDS" \
--out /tmp/digest.md
If you already have curated links, you can pass them directly:
python3 skills/ai-builder-signal-digest/scripts/make_digest.py \
--links https://github.com/Kailash-Sankar/PocketMCP https://arxiv.org/abs/2603.04428 \
--out /tmp/digest.md
Maturity: GitHub stats unavailable (rate-limit/blocked).共 1 个版本