Help us improve
Share bugs, ideas, or general feedback.
From thinking-frameworks-skills
Fetches last 7 days of updates from a curated watchlist of blogs, paper aggregators, and social feeds, returning normalized tuples. Use at the start of a weekly Trend Scout run.
npx claudepluginhub lyndonkl/claude --plugin thinking-frameworks-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/thinking-frameworks-skills:fetch-watchlist-sourcesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
Proposes additions and removals to the Trend Scout watchlist based on consecutive failures, repeated references, and user feedback markers. Emits a diff for review and applies on approval.
Lists, adds, and removes RSS or GitHub feed sources monitored by Distillery for ambient intelligence. Useful for managing watched sources via /watch commands or natural language.
Aggregates RSS feeds from French tech sources like Journal du Hacker and Human Coders News, producing daily recaps of recent developer articles. Invoke via /veille [days].
Share bugs, ideas, or general feedback.
At start of weekly Trend Scout run:
- [ ] Step 1: Parse ops/trend-scout/watchlist.md; group by source_type
- [ ] Step 2: For each blog: WebFetch archive URL; extract posts from last 7 days
- [ ] Step 3: For each paper aggregator: WebFetch the listing URL; filter to last 7 days
- [ ] Step 4: For each X account / subreddit: WebFetch the public URL
- [ ] Step 5: Normalize each item
- [ ] Step 6: Deduplicate by URL
- [ ] Step 7: Write .cache/YYYY-WW-raw.jsonl
update-watchlist's job).summarize-signal on survivors).Stored in ops/trend-scout/watchlist.md on Trend Scout's first real run. Starter set clustered by type:
~15 marked essential: true, ~20 essential: false (sampled).
.cache/YYYY-WW-raw.jsonl.