<< All versions
Skill v1.0.1
currentLLM-judged scan95/100lyndonkl/claude/write-weekly-digest
+1 new
──Details
PublishedAugust 23, 2026 at 11:27 PM
Content Hashsha256:b3d638c3192a1223...
Git SHA4acc337d4dbd
Bump Typepatch
──Files
Files (1 file, 1.8 KB)
SKILL.md1.8 KBactive
SKILL.md · 63 lines · 1.8 KB
version: "1.0.1" name: write-weekly-digest description: Renders the Trend Scout ranked keep-and-drop lists into ops/trend-scout/YYYY-WW-digest.md using the agent voice profile and including an appendix of all sources surveyed. Use once per weekly run as the terminal skill. Trigger keywords — weekly digest, write digest, Trend Scout digest, Saturday morning digest.
Write Weekly Digest
Workflow
Compose digest:- [ ] Step 1: Load ranked keep list + drop list- [ ] Step 2: Fill frontmatter- [ ] Step 3: Render top-signals section (≤10 items)- [ ] Step 4: Render explicit-drops section- [ ] Step 5: Render appendix (every source surveyed + freshness state)- [ ] Step 6: Voice-profile lint: no banned vocabulary; one-sentence paragraphs at pivots- [ ] Step 7: Write ops/trend-scout/YYYY-WW-digest.md
Output format
markdown
---week: YYYY-WWgenerated: ISO8601items_surveyed: Nitems_kept: K (≤10)items_dropped: D (explicit, with reasons)---# Week {WW} Digest — YYYY-MM-DD through YYYY-MM-DD## Top signals ({K})### 1. {Source} — {Title}-URL: {full URL}-Why this matters: {1-line teaches-X summary}-Dedup: NEW | OVERLAPS {status}:{slug}-Seed candidate: YES: {angle} | NO: {reason}-Reading time: {N} min### 2. ...## Explicit drops ({D})-{URL}: {1-line reason}-...## Appendix: all sources surveyed-{source}: {fresh | stale | failed} + one-line note-...
Guardrails
- Hard cap 10 keeps.
- Never publish with 0 drops in a week where >5 items were fetched.
- Appendix is mandatory — audit trail.
- Voice-profile lint catches banned vocabulary before writing.
- Idempotent: running twice in one week overwrites deterministically.
- Every "Why this matters" is the
summaryfromsummarize-signal, not a rewrite.